| Commit message (Expand) | Author | Age | Files | Lines |
* | Use define instead of constant. | hselasky | 2015-03-17 | 1 | -2/+1 |
* | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | hselasky | 2015-01-05 | 2 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -4/+2 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -2/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -4/+2 |
* | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | nwhitehorn | 2013-10-30 | 1 | -19/+18 |
* | Clear correct data structure. | hselasky | 2013-09-11 | 1 | -1/+3 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 3 | -3/+5 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -0/+4 |
* | Do not pretend to have autosense data when no such data is available. | kan | 2013-01-19 | 1 | -3/+7 |
* | Freeze device queue before returning errors to CAM. This is required | mav | 2013-01-12 | 1 | -15/+20 |
* | Fix more regression issue after r244503. | hselasky | 2012-12-24 | 1 | -0/+4 |
* | Make sure all USB drivers allocate buffer memory | hselasky | 2012-12-20 | 1 | -83/+87 |
* | Add support for throttling UMASS. | hselasky | 2012-12-20 | 1 | -2/+24 |
* | Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not support | marcel | 2012-11-05 | 1 | -0/+11 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | hselasky | 2012-10-26 | 1 | -2/+1 |
* | - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is | mav | 2012-10-10 | 1 | -57/+3 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 3 | -23/+23 |
* | Style change: Expand redundant #if's. Remove a couple of empty lines. | hselasky | 2012-03-01 | 1 | -101/+12 |
* | Close a detach race. Make sure all pending | hselasky | 2012-03-01 | 1 | -2/+6 |
* | Enable power save mode for the USB storage device driver. | hselasky | 2011-11-12 | 1 | -0/+3 |
* | Style change. | hselasky | 2011-11-12 | 3 | -21/+26 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 2 | -2/+2 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -13/+16 |
* | This patch adds automatic detection of USB mass storage devices | hselasky | 2011-09-02 | 1 | -6/+0 |
* | - Export the URIO USB device ID's. | hselasky | 2011-06-24 | 1 | -9/+12 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 1 | -0/+5 |
* | usb: change to one-pass probing of device drivers | avg | 2011-05-18 | 2 | -9/+2 |
* | Rework change made at r203146. Instead of reporting all wire errors as | mav | 2011-04-11 | 1 | -13/+19 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 3 | -3/+0 |
* | Allow umass to use bigger transactions for USB 3.0 devices. It is less | mav | 2010-10-16 | 1 | -0/+1 |
* | Print out correct USB connection speed for USB 3.0 mass storage devices. | hselasky | 2010-10-04 | 1 | -6/+15 |
* | Reduce the need to accesss struct usb_device by providing functions to access | thompsa | 2010-09-02 | 1 | -10/+9 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | thompsa | 2010-09-01 | 2 | -0/+2 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 3 | -6/+6 |
* | Rework cam error handling to fix Mitsumi floppy drives. | thompsa | 2010-01-29 | 1 | -4/+12 |
* | Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returns | thompsa | 2010-01-29 | 1 | -25/+27 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -77/+0 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -2/+2 |
* | Move all Mass Storage Quirks over to the USB quirk module. | thompsa | 2009-12-23 | 1 | -685/+82 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -1/+1 |
* | Provide tunables for some of the usb sysctls that affect boot behaviour. | thompsa | 2009-11-22 | 1 | -0/+2 |
* | Correct Olympus quirk. | thompsa | 2009-11-08 | 1 | -1/+1 |
* | Add missing mtx_destroy(). | thompsa | 2009-11-08 | 1 | -0/+1 |
* | Change from CAM_TID_INVALID to CAM_SEL_TIMEOUT error code when the usb device | thompsa | 2009-10-20 | 1 | -2/+3 |
* | - Remove SAMSUNG_YP_U2 now that it is in the cam layer | thompsa | 2009-09-28 | 1 | -4/+4 |
* | Make umass(4) pass device USB serial number to CAM, making it possible | trasz | 2009-09-04 | 1 | -0/+46 |
* | Add mass storage quirks. | alfred | 2009-08-24 | 1 | -0/+16 |
* | - FIFO's are always opened separately in read and write | alfred | 2009-08-24 | 1 | -3/+0 |
* | Sync to p4 | thompsa | 2009-06-27 | 1 | -1/+2 |