From owner-cvs-all Mon Apr 3 15:19:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF04237B7F6; Mon, 3 Apr 2000 15:19:46 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40643; Mon, 3 Apr 2000 15:19:46 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200004032219.PAA40643@freefall.freebsd.org> From: Nick Hibma Date: Mon, 3 Apr 2000 15:19:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/04/03 15:19:45 PDT Modified files: sys/dev/usb umass.c Log: Numerous fixes brought in by Lennart Augustsson from NetBSD: - Request the maximum number of LUNs on a device if it is a Bulk-Only device. - Handle NO_TEST_UNIT_READY case for SCSI - Add NO_START_STOP quirk for LS-120 - Fix a KASSERT which was the wrong way around. - Kickstart the LS-120 with the infamous LS-120 specific command of which no one knows what it doesn, apart from the fact that it appeared in the Linux code someday. Revision Changes Path 1.20 +151 -47 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message