Re: PATCH for ATAng

2003-10-16 Thread Hidetoshi Shimokawa
t test ATAPI devices and ATA-slave channel. > Maybe there is need to adjust wait DELAY time. > > Please test and replace ata_reset(). > > I hope this solve ATAng troubles. > > -- > Hiroyuki Aizu > [2 ata-lowlevel.c.diff ] This patch fixes resume problem of my laptop (

Re: [current tinderbox] failure on alpha/alpha

2003-08-02 Thread Hidetoshi Shimokawa
mitted a workaround for this. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Mounting Root fails with error 22 (EINVAL)

2003-02-23 Thread Hidetoshi Shimokawa
January, too and I verified, that I do have > the right revision of src/sys/ufs/ffs/fs.h (1.38). A kernel dated Feb. 14th > boots without problems. Did I miss something? > > Many thanks, > Christian. I got same error. Removing 'hw.ata.tag=1' from /boot/loader.conf

Re: firewire hangs on Thinkpad

2003-02-09 Thread Hidetoshi Shimokawa
_list_init(&dinfo->pci.resources); > cardbus_do_cis(cbdev, dinfo->pci.cfg.dev); > if (device_probe_and_attach(dinfo->pci.cfg.dev) != 0) > cardbus_release_all_resources(cbdev, dinfo); > } > free(devlist, M_TEMP); > } &g

Re: firewire hangs on Thinkpad

2003-02-09 Thread Hidetoshi Shimokawa
_list_init(&dinfo->pci.resources); > cardbus_do_cis(cbdev, dinfo->pci.cfg.dev); > if (device_probe_and_attach(dinfo->pci.cfg.dev) != 0) > cardbus_release_all_resources(cbdev, dinfo); > } > free(devlist, M_TEMP); > } &g

Re: firewire hangs on Thinkpad

2003-02-09 Thread Hidetoshi Shimokawa
? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Thu, 30 Jan 2003 01:25:19 +0900, Hidetoshi Shimokawa wrote: > > At Wed, 29 Jan 2003 12:49:51 +0100, > Andrea Campi wrote: > > > > On Sat, Jan 25, 2003 at 11

Re: -current, IBM A30p & EPSON scanner

2003-02-07 Thread Hidetoshi Shimokawa
Try SANE-patch included in: http://people.freebsd.org/~simokawa/firewire/firewire-20030205.tar.gz /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Fri, 7 Feb 2003 12:13:25 +0100 (CET), Michael Reifenberger wrote: > > Hi,

Re: -current, IBM A30p & 2 external FW-disks

2003-02-07 Thread Hidetoshi Shimokawa
At Fri, 7 Feb 2003 10:56:33 +0100 (CET), Michael Reifenberger wrote: > > On Fri, 7 Feb 2003, Hidetoshi Shimokawa wrote: > > ... > > Do you have any timeout while the test? > No. Not any longer. > > I think SBP_QUEUE_LEN or maxopenings is the important parameter. >

Re: -current, IBM A30p & 2 external FW-disks

2003-02-07 Thread Hidetoshi Shimokawa
SBP_QUEUE_LEN or maxopenings is the important parameter. Can you try to change thoes values? > BTW: switching on debug.firewire_debug gives zillions of 'kick'... > Is this just a notification about the code-path? Yes, but it doesn't seem necessary anymore, removed. Thank

Re: -current, IBM A30p & 2 external FW-disks

2003-02-04 Thread Hidetoshi Shimokawa
I have improved recovery code after timeout in -current. Could you try that? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Sun, 2 Feb 2003 13:28:33 +0200, mike wrote: > > [1 ] > On Thu, 30 Jan 2003 14:41:59 +0900,

Re: -current, IBM A30p & 2 external FW-disks

2003-02-02 Thread Hidetoshi Shimokawa
#x27; shouldn't happen for SBP_QUEUE_LEN=1 case. Anyway, how about change 'maxopenings' for cam_simq_alloc() in sbp.c to 1? BTW, after timeout message, did the transfer resume? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa

Re: -current, IBM A30p & 2 external FW-disks

2003-01-29 Thread Hidetoshi Shimokawa
d to 'economy' Can you chane it to 'performance' mode? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: firewire hangs on Thinkpad

2003-01-29 Thread Hidetoshi Shimokawa
x27; (i.e. the doesn't anything), the problem still happens. I think this is not a problem of fwohci. Maybe PCI or Cardbus/PCcard or kldload problem? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: firewire hangs on Thinkpad

2003-01-25 Thread Hidetoshi Shimokawa
633 firewire1: Device SBP-II /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Fri, 24 Jan 2003 15:48:23 +0100, Andrea Campi wrote: > > Hi all, > > I'm having a bad time trying to get a firewire cardbus adapter to

Re: firewire disk dowsn't work

2002-11-10 Thread Hidetoshi Shimokawa
0". > Booting with a USB cable works (as USB 1.0). > Firewire doesn't. > Any clues? > > Thanks in advance! Could you power up the HDD first and connect it to the machine after a while? /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo

Re: Can't resolve hosts via dns on the command line with latest -current

2002-11-04 Thread Hidetoshi Shimokawa
p) doesn't use resolver in libc. The change affects processes which uses kevent(). /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Can't resolve hosts via dns on the command line with latest -current

2002-11-03 Thread Hidetoshi Shimokawa
I have the same problem and reverting rev. 1.134 of /sys/kern/uipc_socket.c fixes the problem. The change might have something wrong with a loopback interface. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html Index: uipc_socket.c

Re: HEADS UP: module build process changed

2002-02-19 Thread Hidetoshi Shimokawa
endency? In my environment module1 is firewire bus drivier, module2 is sbp driver. module1: DRIVER_MODULE(firewire,fwohci,firewire_driver,firewire_devclass,0,0); module2: DRIVER_MODULE(sbp, firewire, sbp_driver, sbp_devclass, 0, 0); /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http

Re: HEADS UP: module build process changed

2002-02-19 Thread Hidetoshi Shimokawa
dule1 kldload module2 module2 cannnot resolv symbols in module1. -stable doesn't have this problem. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Is current.freebsd.org running Linux?

2000-04-05 Thread Hidetoshi Shimokawa
From: Visigoth <[EMAIL PROTECTED]> Subject: Re: Is current.freebsd.org running Linux? Date: Wed, 5 Apr 2000 09:32:21 -0500 (CDT) Message-ID: <[EMAIL PROTECTED]> visigoth> visigoth> > current.jp.freebsd.org is another stable/current build machine. visigoth> > visigot

Re: Is current.freebsd.org running Linux?

2000-04-04 Thread Hidetoshi Shimokawa
current.jp.freebsd.org is another stable/current build machine. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: finger -l [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: NewPCM causes kernel panics !

2000-01-04 Thread Hidetoshi Shimokawa
EEK CODE BLOCK-- > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message > I think backing out rev 1.42 of /sys/dev/sound/isa/mss.c or reducing MSS_BUFSIZE will fix the problem. DMA buffer size seems too large. /\ Hidetoshi Shimokawa \/ [EMAIL PROTECTED] PGP public key: finger -l [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cd writer recommendation?

1999-08-18 Thread Hidetoshi Shimokawa
wfs/mount DVD-RAM as UFS. > :Write speed is around 500KB/s, and read speed is around 1.4MB/s. > : > :-- > :/\ Hidetoshi Shimokawa > > Isn't that the drive with the enclosed DVD disk -- kinda like a permanent > caddy? I've avoided the DVD-RAM drives because

Re: cd writer recommendation?

1999-08-18 Thread Hidetoshi Shimokawa
works. > > > -Matt For backup, I bought DVD-RAM drive for $400. 5.2GB(double side) media is around $35, you can use them as 2.3GB x 2 disks. Enabling raw-write in scsi_cd.c, you can newfs/mount DVD-RAM as UFS. Write speed is around 500KB/s, and