kern/70983: QUIRK: Datafab USB ComactFlash Reader

MIHIRA Sanpei Yoshiro sanpei at sanpei.org
Fri Sep 3 23:00:51 PDT 2004


The following reply was made to PR kern/70983; it has been noted by GNATS.

From: MIHIRA Sanpei Yoshiro <sanpei at sanpei.org>
To: bofhmail at yahoo.com
Cc: freebsd-gnats-submit at FreeBSD.org, gcr at sa.fedex.com
Subject: Re: kern/70983: QUIRK: Datafab USB ComactFlash Reader
Date: Sat, 04 Sep 2004 14:57:02 +0900 (JST)

 Hi.
 
   Same Vendor/Product ID device was added into umass.c.
 (kern/63619 was reported by Greg Rivers <gcr at sa.fedex.com> *1)
 
   But proto was UMASS_PROTO_ATAPI, not UMASS_PROTO_SCSI.
 
 umass.c line 396 - 399
         { USB_VENDOR_ONSPEC, USB_PRODUCT_ONSPEC_UCF100, RID_WILDCARD,
           0x07c4             0xa400
           UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
           NO_INQUIRY | NO_GETMAXLUN
         },
 
   These are same Vendor/Product ID, but not same internal device??
 
 *1
 Add support for SimpleTech UCF-100 USB CompactFlash reader [PATCH]
 http://www.freebsd.org/cgi/query-pr.cgi?pr=63619
 
 ---
 MIHIRA, Sanpei Yoshiro
 Tokyo, Japan.


More information about the freebsd-bugs mailing list