From owner-cvs-all Sat Mar 23 10:18: 9 2002 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 23F6737B400; Sat, 23 Mar 2002 10:18:03 -0800 (PST) Received: (from simokawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2NII3K42445; Sat, 23 Mar 2002 10:18:03 -0800 (PST) (envelope-from simokawa) Message-Id: <200203231818.g2NII3K42445@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Sat, 23 Mar 2002 10:18:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.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 simokawa 2002/03/23 10:18:03 PST Modified files: sys/cam/scsi scsi_da.c Log: Automatically detect devices that do not support READ(6)/WRITE(6) and upgrade to using 10 byte cdbs. As far as I tested, this works efficiently for most of the SBP-II/Firewire devices but most of the umass devices still need ad-hoc work around because umass-sim doesn't return any SCSI errors. A sysctl nob is also added for the last resort. I hope we don't need DA_Q_NO_6_BYTE quirks anymore. Reviewed by: gibbs MFC after: 1 week Revision Changes Path 1.101 +75 -1 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message