summaryrefslogtreecommitdiff
path: root/sys/dev/usb/storage
Commit message (Expand)AuthorAgeFilesLines
* MFC r314290: Implement use of multiple transfers per I/O.Alexander Motin2017-04-231-101/+40
* MFC r314256: Use ctl_queue_sense() to implement sense data reporting.Alexander Motin2017-04-231-7/+9
* MFC r314254: Update kern_data_resid according to r312291.Alexander Motin2017-04-231-27/+9
* MFC r313959:Edward Tomasz Napierala2017-04-091-0/+1075
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-022-2/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-112-9/+11
* Use define instead of constant.Hans Petter Selasky2015-03-171-2/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-052-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-19/+18
* Clear correct data structure.Hans Petter Selasky2013-09-111-1/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-303-3/+5
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Do not pretend to have autosense data when no such data is available.Alexander Kabaev2013-01-191-3/+7
* Freeze device queue before returning errors to CAM. This is requiredAlexander Motin2013-01-121-15/+20
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-241-0/+4
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-83/+87
* Add support for throttling UMASS.Hans Petter Selasky2012-12-201-2/+24
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportMarcel Moolenaar2012-11-051-0/+11
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+1
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it isAlexander Motin2012-10-101-57/+3
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-023-23/+23
* Style change: Expand redundant #if's. Remove a couple of empty lines.Hans Petter Selasky2012-03-011-101/+12
* Close a detach race. Make sure all pendingHans Petter Selasky2012-03-011-2/+6
* Enable power save mode for the USB storage device driver.Hans Petter Selasky2011-11-121-0/+3
* Style change.Hans Petter Selasky2011-11-123-21/+26
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-072-2/+2
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-13/+16
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-6/+0
* - Export the URIO USB device ID's.Hans Petter Selasky2011-06-241-9/+12
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-0/+5
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-182-9/+2
* Rework change made at r203146. Instead of reporting all wire errors asAlexander Motin2011-04-111-13/+19
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-113-3/+0
* Allow umass to use bigger transactions for USB 3.0 devices. It is lessAlexander Motin2010-10-161-0/+1
* Print out correct USB connection speed for USB 3.0 mass storage devices.Hans Petter Selasky2010-10-041-6/+15
* Reduce the need to accesss struct usb_device by providing functions to accessAndrew Thompson2010-09-021-10/+9
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-012-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-223-6/+6
* Rework cam error handling to fix Mitsumi floppy drives.Andrew Thompson2010-01-291-4/+12
* Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returnsAndrew Thompson2010-01-291-25/+27
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-77/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2
* Move all Mass Storage Quirks over to the USB quirk module.Andrew Thompson2009-12-231-685/+82
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+2
* Correct Olympus quirk.Andrew Thompson2009-11-081-1/+1
* Add missing mtx_destroy().Andrew Thompson2009-11-081-0/+1