Subject: Re: kern/26537: accessing usb memory stick sd0 takes minutes
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: ITOH Yasufumi <itohy@netbsd.org>
List: netbsd-bugs
Date: 05/09/2005 14:05:02
The following reply was made to PR kern/26537; it has been noted by GNATS.

From: itohy@netbsd.org (ITOH Yasufumi)
To: lennart@augustsson.net
Cc: gnats-bugs@netbsd.org, kern-bug-people@netbsd.org,
	gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Subject: Re: kern/26537: accessing usb memory stick sd0 takes minutes
Date: Mon, 9 May 2005 23:04:28 +0900 (JST)

 In article <427F684F.7040504@augustsson.net>
 lennart@augustsson.net writes:
 
 > Are there any messages on the console?
 
 Nothing special.  Just slow.
 
 ohci0 at pci0 dev 24 function 0: vendor 0x1095 product 0x0670 (rev. 0x04)
 ohci0: interrupting at irq 11
 ohci0: OHCI version 1.0, legacy support
 usb0 at ohci0: USB revision 1.0
 uhub0 at usb0
 uhub0: vendor 0x1095 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub0: 2 ports with 2 removable, self powered
 	:
 umass0 at uhub0 port 1 configuration 1 interface 0
 umass0: M-SysT5 Dell Memory Key, rev 2.00/2.00, addr 2
 umass0: using SCSI over Bulk-Only
 scsibus0 at umass0: 2 targets, 1 lun per target
 sd0 at scsibus0 target 0 lun 0: <M-SysT5, Dell Memory Key, 5.00> disk removable
 (takes ~55s)
 sd0: 243 MB, 976 cyl, 128 head, 4 sec, 512 bytes/sect x 499711 sectors
 
 # time dd if=/dev/rsd0d of=/dev/null count=1
 1+0 records in
 1+0 records out
 512 bytes transferred in 0.007 secs (73142 bytes/sec)
        55.27 real         0.00 user         0.01 sys
 #
 
 -- 
 ITOH Yasufumi