From owner-cvs-all Sat Dec 8 22: 3: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C76437B41D; Sat, 8 Dec 2001 22:02:47 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB962lP92954; Sat, 8 Dec 2001 22:02:47 -0800 (PST) (envelope-from msmith) Message-Id: <200112090602.fB962lP92954@freefall.freebsd.org> From: Mike Smith Date: Sat, 8 Dec 2001 22:02:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/12/08 22:02:47 PST Modified files: sys/dev/usb umass.c Log: The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requires the UFI command set. Even with this patch, it's incredibly slow on my laptop, but at least now it works. Note that the drive is reported to CAM with the vendor and device IDs from the device itself, forcing the user to patch the da(4) quirk table manually. Revision Changes Path 1.46 +11 -1 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message