summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* Add a quirk for drives that do not handle long inquiry data.n_hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workn_hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.n_hibma2001-01-071-1/+1
* 1) Return the requestad length - the transferred length as the residue,n_hibma2001-01-071-4/+6
* UMASS_DEBUG implemented panic(9).n_hibma2001-01-041-0/+2
* Initialise rcmdlen.n_hibma2000-12-201-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Support for RBC devices, like Sony Memory Sticks.n_hibma2000-09-041-3/+65
* Fix up the command in the destination buffer, not the source.n_hibma2000-08-211-2/+2
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-0/+3
* Fix indentation ruined by previous commit.n_hibma2000-08-111-10/+10
* Finally got my brain around what a SIM UNIT number is and how it differsn_hibma2000-08-091-2/+7
* Spell the word 'limited' with only one 't'.steve2000-07-301-1/+1
* Remove the preliminary support for ATAPI. It does not work and breaksn_hibma2000-07-261-0/+6
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-57/+57
* Add some detection code for the InSystem USB cable (ATAPI support not yetn_hibma2000-07-161-1/+14
* Add the ID of the InSystem USB Cable (not really supported yet).n_hibma2000-06-081-2/+9
* Make some if's cleaner. Add a define for the Zip 250.n_hibma2000-05-141-5/+5
* Add a define for the Zip 250n_hibma2000-05-071-1/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Dereference a pointer (print int instead of pointer value)n_hibma2000-04-031-1/+1
* Numerous fixes brought in by Lennart Augustsson from NetBSD:n_hibma2000-04-031-47/+151
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-57/+57
* Add a hack to cam that makes the cam_xpt available to the rest of then_hibma2000-04-031-26/+3
* Shoot. Did a compile in the wrong directory and missed this compilern_hibma2000-04-021-1/+1
* Remove a static variable, a uniquifier for a SCSI command. It might haven_hibma2000-04-021-5/+5
* I got the CAM numbers (path id's, buses, unit numbers) and newbusn_hibma2000-04-021-131/+231
* Revert to a static value for the timeout. The timeout was supposedlyn_hibma2000-03-281-14/+5
* The REQUEST SENSE command is 6b not 16b. Use the struct scsi_sense ton_hibma2000-03-261-11/+13
* The completely rewritten USB Mass Storage driver. It supports the followingn_hibma2000-03-181-430/+2191
* Update de driver for the request->xfer changes.n_hibma1999-11-281-6/+10
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-8/+8
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-4/+7
* 1) Do not include usbdivar.h and access the interface descriptor throughn_hibma1999-06-201-88/+39
* 1) remove the soft reset after a command failed.n_hibma1999-06-131-5/+17
* Add remark about where bInterfaceProtocol number for USB Zip drive comesn_hibma1999-06-041-1/+1
* Notify CAM of the removed device on detach.n_hibma1999-05-301-5/+3
* Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed isken1999-05-061-3/+0
* Add new member for XPT_PATH_INQ, follows recent changes inn_hibma1999-05-061-0/+1
* Replace UE_GET_IN with UE_GET_DIRn_hibma1999-05-031-14/+9
* Add driver for the Iomega Zip 100 drive.n_hibma1999-05-021-0/+848
OpenPOWER on IntegriCloud