Subject: Re: Success with extreme Memory USB CF reader?
To: Heiko W. Rupp <hwr@pilhuhn.de>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-i386
Date: 07/05/2002 13:11:00
"Heiko W. Rupp" <hwr@pilhuhn.de> writes:

> does anyone have success with NetBSD with a 
> CF Reader from extreme memory called FPT-M-US
> A picture can be found at http://www.milesie.co.uk/asp/Productdetail.asp?ProductID=245

You don't mention what version of NetBSD you're running; the PQI
TravelFlash works fine in -current since I added the necessary quirks
for it last December. If you are running from the 1.5 brach, you will
need to upgrade or backport the quirk entry from
sys/dev/scsipi/scsiconf.c revision 1.174.

Here's what it looks like on my system (macppc, 1.6B), with a 16M
SmartMedia card and the CF and MMC slots empty:

umass0 at uhub0 port 1 configuration 1 interface 0
umass0: PQI Travel Flash, rev 1.10/2.05, addr 2
umass0: using SCSI over Bulk-Only
scsibus0 at umass0: 2 targets, 3 luns per target
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 1 lun 0: <General, Flash Disk Drive, 2.05> SCSI2 0/direct removable
sd0: could not mode sense (4/5); using fictitious geometry
sd0: 16000 KB, 15 cyl, 64 head, 32 sec, 512 bytes/sect x 32000 sectors
sd1 at scsibus0 target 1 lun 1: <General, Flash Disk Drive, 2.05> SCSI2 0/direct removable
sd1: could not mode sense (4/5); using fictitious geometry
sd1(umass0:0:1:1):  Check Condition on CDB: 0x25 20 00 00 00 00 00 00 00 00
    SENSE KEY:  Not Ready
     ASC/ASCQ:  Medium Not Present

sd1(umass0:0:1:1): could not get size
sd1: 0, 0 cyl, 64 head, 32 sec, 512 bytes/sect x 0 sectors
sd2 at scsibus0 target 1 lun 2: <General, Flash Disk Drive, 2.05> SCSI2 0/direct removable
sd2: could not mode sense (4/5); using fictitious geometry
sd2(umass0:0:1:2):  Check Condition on CDB: 0x25 40 00 00 00 00 00 00 00 00
    SENSE KEY:  Not Ready
     ASC/ASCQ:  Medium Not Present

sd2(umass0:0:1:2): could not get size
sd2: 0, 0 cyl, 64 head, 32 sec, 512 bytes/sect x 0 sectors

        - Nathan