summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/storage/umass.c
Commit message (Expand)AuthorAgeFilesLines
* Clear correct data structure.hselasky2013-09-111-1/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-3/+7
* Freeze device queue before returning errors to CAM. This is requiredmav2013-01-121-15/+20
* Add support for throttling UMASS.hselasky2012-12-201-2/+24
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportmarcel2012-11-051-0/+11
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-2/+1
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it ismav2012-10-101-57/+3
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-2/+2
* Style change: Expand redundant #if's. Remove a couple of empty lines.hselasky2012-03-011-101/+12
* Close a detach race. Make sure all pendinghselasky2012-03-011-2/+6
* Style change.hselasky2011-11-121-17/+20
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-13/+16
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-021-6/+0
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-0/+5
* usb: change to one-pass probing of device driversavg2011-05-181-4/+1
* Rework change made at r203146. Instead of reporting all wire errors asmav2011-04-111-13/+19
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessmav2010-10-161-0/+1
* Print out correct USB connection speed for USB 3.0 mass storage devices.hselasky2010-10-041-6/+15
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-021-10/+9
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-4/+4
* Rework cam error handling to fix Mitsumi floppy drives.thompsa2010-01-291-4/+12
* Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returnsthompsa2010-01-291-25/+27
* MFp4: Large set of CAM inprovements.mav2010-01-281-77/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* Move all Mass Storage Quirks over to the USB quirk module.thompsa2009-12-231-685/+82
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* Correct Olympus quirk.thompsa2009-11-081-1/+1
* Add missing mtx_destroy().thompsa2009-11-081-0/+1
* Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb devicethompsa2009-10-201-2/+3
* - Remove SAMSUNG_YP_U2 now that it is in the cam layerthompsa2009-09-281-4/+4
* Make umass(4) pass device USB serial number to CAM, making it possibletrasz2009-09-041-0/+46
* Add mass storage quirks.alfred2009-08-241-0/+16
* Add quirks for Actions MP4 player.delphij2009-06-261-0/+4
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-158/+219
* use PROTO_DEFAULT.remko2009-06-211-1/+1
* Add support for the Myson Heden 8813.remko2009-06-211-0/+4
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-48/+48
* Make variables static where appropriate.thompsa2009-06-131-2/+2
* Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2deischen2009-05-311-0/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-22/+22
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-51/+51
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Sync to P4thompsa2009-05-131-64/+83
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-69/+69
OpenPOWER on IntegriCloud