From owner-cvs-all Sun Jun 20 8:46:19 1999 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 6A61E14E03; Sun, 20 Jun 1999 08:46:15 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71004; Sun, 20 Jun 1999 08:46:15 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199906201546.IAA71004@freefall.freebsd.org> From: Nick Hibma Date: Sun, 20 Jun 1999 08:46:14 -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 n_hibma 1999/06/20 08:46:14 PDT Modified files: sys/dev/usb umass.c Log: 1) Do not include usbdivar.h and access the interface descriptor through usbd_get_interface_descriptor 2) remove soft reset. It's been dropped from the USB Mass Storage Bulk-Only Specification 3) move the clear feature halt to the reset routine. Revision Changes Path 1.8 +40 -89 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message