summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-261-1/+1
* MFC:Nick Hibma2000-07-021-8/+16
* MFC: An update to the umass driver, now supporting Zip 250, Zip 100,Nick Hibma2000-05-071-162/+342
* MFC: static -> Static in order to be more OpenBSD friendly.Nick Hibma2000-05-071-57/+57
* MFC: The new USB mass storage driver, supporting Y-E Data floppy drives,Nick Hibma2000-04-011-425/+2179
* Update de driver for the request->xfer changes.Nick Hibma1999-11-281-6/+10
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-8/+8
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-4/+7
* 1) Do not include usbdivar.h and access the interface descriptor throughNick Hibma1999-06-201-88/+39
* 1) remove the soft reset after a command failed.Nick Hibma1999-06-131-5/+17
* Add remark about where bInterfaceProtocol number for USB Zip drive comesNick Hibma1999-06-041-1/+1
* Notify CAM of the removed device on detach.Nick Hibma1999-05-301-5/+3
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isKenneth D. Merry1999-05-061-3/+0
* Add new member for XPT_PATH_INQ, follows recent changes inNick Hibma1999-05-061-0/+1
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-14/+9
* Add driver for the Iomega Zip 100 drive.Nick Hibma1999-05-021-0/+848