aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/umass.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on 64-bit hosts.David E. O'Brien2002-03-201-10/+12
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Fix some gcc-3.1+ warnings:Peter Wemm2002-03-191-2/+3
* Clean up some debugging output.Nick Hibma2002-02-191-9/+26
* 1) Fix a debug statement by filling in its data before the printf inGuido van Rooij2002-01-241-3/+72
* Staticise a couple of things that shouldn't be leaked into theJosef Karthauser2002-01-081-1/+1
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichJosef Karthauser2002-01-021-2/+2
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed toJosef Karthauser2002-01-021-2/+2
* Sync with NetBSD:Josef Karthauser2002-01-021-10/+10
* - Add a function to convert 6 byte SCSI commands for read, write, modeJohn Baldwin2001-12-181-35/+89
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresMike Smith2001-12-091-1/+11
* The Olympus C-1 digital camera uses a non-standard BBB command-statusIan Dowse2001-11-231-0/+17
* Support for the HP 8200e CD writer. (commented out)Nick Hibma2001-08-211-0/+12
* Add support for the Microtech CameraMate.Nick Hibma2001-08-211-0/+9
* Deconfuse a debugging message.Nick Hibma2001-08-211-3/+3
* Add a quirk for drives that do not handle long inquiry data.Nick Hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workNick Hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.Nick Hibma2001-01-071-1/+1
* 1) Return the requestad length - the transferred length as the residue,Nick Hibma2001-01-071-4/+6
* UMASS_DEBUG implemented panic(9).Nick Hibma2001-01-041-0/+2
* Initialise rcmdlen.Nick Hibma2000-12-201-0/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Support for RBC devices, like Sony Memory Sticks.Nick Hibma2000-09-041-3/+65
* Fix up the command in the destination buffer, not the source.Nick Hibma2000-08-211-2/+2
* CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma2000-08-131-0/+3
* Fix indentation ruined by previous commit.Nick Hibma2000-08-111-10/+10
* Finally got my brain around what a SIM UNIT number is and how it differsNick Hibma2000-08-091-2/+7
* Spell the word 'limited' with only one 't'.Steve Price2000-07-301-1/+1
* Remove the preliminary support for ATAPI. It does not work and breaksNick Hibma2000-07-261-0/+6
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-57/+57
* Add some detection code for the InSystem USB cable (ATAPI support not yetNick Hibma2000-07-161-1/+14
* Add the ID of the InSystem USB Cable (not really supported yet).Nick Hibma2000-06-081-2/+9
* Make some if's cleaner. Add a define for the Zip 250.Nick Hibma2000-05-141-5/+5
* Add a define for the Zip 250Nick Hibma2000-05-071-1/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Dereference a pointer (print int instead of pointer value)Nick Hibma2000-04-031-1/+1
* Numerous fixes brought in by Lennart Augustsson from NetBSD:Nick Hibma2000-04-031-47/+151
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-57/+57
* Add a hack to cam that makes the cam_xpt available to the rest of theNick Hibma2000-04-031-26/+3
* Shoot. Did a compile in the wrong directory and missed this compilerNick Hibma2000-04-021-1/+1
* Remove a static variable, a uniquifier for a SCSI command. It might haveNick Hibma2000-04-021-5/+5
* I got the CAM numbers (path id's, buses, unit numbers) and newbusNick Hibma2000-04-021-131/+231
* Revert to a static value for the timeout. The timeout was supposedlyNick Hibma2000-03-281-14/+5
* The REQUEST SENSE command is 6b not 16b. Use the struct scsi_sense toNick Hibma2000-03-261-11/+13
* The completely rewritten USB Mass Storage driver. It supports the followingNick Hibma2000-03-181-430/+2191
* 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