| Commit message (Expand) | Author | Age | Files | Lines |
* | USB umass: add quirk to not probe | Bjoern A. Zeeb | 2020-12-01 | 1 | -0/+6 |
* | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -1/+1 |
* | Drop "All rights reserved" from all my stuff. This includes | Edward Tomasz Napierala | 2020-10-28 | 1 | -1/+0 |
* | umass: enhance debugging | Bjoern A. Zeeb | 2020-09-04 | 1 | -6/+16 |
* | umass: fix a cam_sim leak in error case | Bjoern A. Zeeb | 2020-09-04 | 1 | -0/+1 |
* | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 4 | -25/+0 |
* | usb(4): Stop checking for failures from malloc(M_WAITOK). | Mark Johnston | 2020-07-22 | 1 | -4/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 4 | -4/+7 |
* | Add SPDX identifiers to linux_ptrace.c and cfumass.c. | Edward Tomasz Napierala | 2018-01-24 | 1 | -0/+2 |
* | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -2/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 3 | -0/+6 |
* | Implement use of multiple transfers per I/O. | Alexander Motin | 2017-02-26 | 1 | -101/+40 |
* | Use ctl_queue_sense() to implement sense data reporting. | Alexander Motin | 2017-02-25 | 1 | -7/+9 |
* | Update kern_data_resid according to r312291. | Alexander Motin | 2017-02-25 | 1 | -27/+9 |
* | Add USB Mass Storage CTL frontend. This makes it possible | Edward Tomasz Napierala | 2017-02-19 | 1 | -0/+1075 |
* | Improve USB polling mode by not locking any mutexes, asserting any | Hans Petter Selasky | 2016-09-14 | 1 | -1/+1 |
* | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 2 | -2/+2 |
* | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 2 | -9/+11 |
* | Use define instead of constant. | Hans Petter Selasky | 2015-03-17 | 1 | -2/+1 |
* | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 2 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -4/+2 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -2/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -4/+2 |
* | Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t, | Nathan Whitehorn | 2013-10-30 | 1 | -19/+18 |
* | Clear correct data structure. | Hans Petter Selasky | 2013-09-11 | 1 | -1/+3 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 3 | -3/+5 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -0/+4 |
* | Do not pretend to have autosense data when no such data is available. | Alexander Kabaev | 2013-01-19 | 1 | -3/+7 |
* | Freeze device queue before returning errors to CAM. This is required | Alexander Motin | 2013-01-12 | 1 | -15/+20 |
* | Fix more regression issue after r244503. | Hans Petter Selasky | 2012-12-24 | 1 | -0/+4 |
* | Make sure all USB drivers allocate buffer memory | Hans Petter Selasky | 2012-12-20 | 1 | -83/+87 |
* | Add support for throttling UMASS. | Hans Petter Selasky | 2012-12-20 | 1 | -2/+24 |
* | Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not support | Marcel Moolenaar | 2012-11-05 | 1 | -0/+11 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | Hans Petter Selasky | 2012-10-26 | 1 | -2/+1 |
* | - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is | Alexander Motin | 2012-10-10 | 1 | -57/+3 |
* | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 3 | -23/+23 |
* | Style change: Expand redundant #if's. Remove a couple of empty lines. | Hans Petter Selasky | 2012-03-01 | 1 | -101/+12 |
* | Close a detach race. Make sure all pending | Hans Petter Selasky | 2012-03-01 | 1 | -2/+6 |
* | Enable power save mode for the USB storage device driver. | Hans Petter Selasky | 2011-11-12 | 1 | -0/+3 |
* | Style change. | Hans Petter Selasky | 2011-11-12 | 3 | -21/+26 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 2 | -2/+2 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | Kenneth D. Merry | 2011-10-03 | 1 | -13/+16 |
* | This patch adds automatic detection of USB mass storage devices | Hans Petter Selasky | 2011-09-02 | 1 | -6/+0 |
* | - Export the URIO USB device ID's. | Hans Petter Selasky | 2011-06-24 | 1 | -9/+12 |
* | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 1 | -0/+5 |
* | usb: change to one-pass probing of device drivers | Andriy Gapon | 2011-05-18 | 2 | -9/+2 |
* | Rework change made at r203146. Instead of reporting all wire errors as | Alexander Motin | 2011-04-11 | 1 | -13/+19 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 3 | -3/+0 |
* | Allow umass to use bigger transactions for USB 3.0 devices. It is less | Alexander Motin | 2010-10-16 | 1 | -0/+1 |
* | Print out correct USB connection speed for USB 3.0 mass storage devices. | Hans Petter Selasky | 2010-10-04 | 1 | -6/+15 |