Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2004 06:00:50 GMT
From:      MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/70983: QUIRK: Datafab USB ComactFlash Reader
Message-ID:  <200409040600.i8460oT0065202@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To: bofhmail@yahoo.com
Cc: freebsd-gnats-submit@FreeBSD.org, gcr@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409040600.i8460oT0065202>