| Commit message (Expand) | Author | Age | Files | Lines |
* | update remaining usb.org URLs |  sthen | 2021-01-29 | 1 | -5/+5 |
* | Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4) |  krw | 2020-11-23 | 1 | -1/+10 |
* | Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it |  krw | 2020-09-05 | 1 | -5/+5 |
* | Apply sc->sc_xfer_flags to control transfers as well. These are used |  patrick | 2020-06-24 | 1 | -5/+5 |
* | use the UE_GET_XFERTYPE macro where applicable |  jasper | 2020-02-22 | 1 | -4/+4 |
* | Some devices do not update the TRB transfer residual information as |  krw | 2020-01-22 | 1 | -7/+9 |
* | Remove unneeded <sys/malloc.h> from Michael W. Bombardieri. |  mpi | 2017-01-09 | 1 | -2/+1 |
* | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to |  krw | 2016-08-03 | 1 | -5/+2 |
* | Missing include, spotted by benoit@ |  mpi | 2015-12-17 | 1 | -1/+2 |
* | Refactor umass_detach() in order to pass a size to free(9). |  mpi | 2015-12-16 | 1 | -11/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Vommiting errors about failed reset or stall clear are not usefull to |  mpi | 2015-01-27 | 1 | -10/+12 |
* | Do not try to free xfers before aborting the pipes, otherwise a clown |  mpi | 2015-01-18 | 1 | -8/+12 |
* | Now that DVACT_DEACTIVATE is propagated to the children of a device when |  mpi | 2014-08-21 | 1 | -34/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-06 | 1 | -12/+12 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -1/+4 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -29/+27 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
* | On OpenBSD, we've always attached scsibus(4) to umass(4), even for |  matthew | 2011-05-24 | 1 | -7/+1 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | Add 'default:' stanza to switch() to make clear that 'status' is always |  krw | 2008-09-25 | 1 | -3/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | avoid leaking pipes by not zeroing the pipe after aborting it, so |  fgsch | 2008-05-18 | 1 | -4/+2 |
* | Redo umass_bbb_get_max_lun() and uses thereof to |  krw | 2008-02-03 | 1 | -36/+14 |
* | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
* | Allow to pull out an usb stick with ffs filesystem while mounted |  bluhm | 2007-09-15 | 1 | -1/+10 |
* | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
* | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that |  mbalmer | 2007-06-14 | 1 | -1/+2 |
* | Remove the definition and use of umass/umass_quirks related macros. |  mbalmer | 2007-06-13 | 1 | -3/+2 |
* | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -92/+92 |
* | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -4/+4 |
* | Remove the "Static" declaration of many functions. It was defined to be empty |  mbalmer | 2007-06-05 | 1 | -35/+35 |
* | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor |  mbalmer | 2007-06-01 | 1 | -18/+1 |
* | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -26/+27 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+1 |
* | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -5/+5 |
* | Set the data length on CBI data transfers. |  pascoe | 2005-05-24 | 1 | -1/+2 |
* | Oops. atapiscsi.h is needed because that's where NATAPISCSI is |  krw | 2005-05-15 | 1 | -1/+3 |
* | Try to ensure that UFI/ATAPI USB umass devices always get the zero |  krw | 2005-05-14 | 1 | -11/+45 |
* | Add support for polled umass/SCSI transactions. Should eliminate the panics |  pascoe | 2005-04-01 | 1 | -13/+105 |
* | Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI request |  pascoe | 2005-03-28 | 1 | -3/+4 |
* | minor spelling corrections. |  pascoe | 2005-03-28 | 1 | -6/+6 |
* | update the netbsd license and tags |  dlg | 2004-07-21 | 1 | -3/+40 |
* | from netbsd, umass.c 1.103 |  dlg | 2004-07-21 | 1 | -29/+40 |
* | from netbsd, umass.c 1.105 |  dlg | 2004-07-21 | 1 | -3/+6 |
* | from netbsd, umass.c 1.112 |  dlg | 2004-07-21 | 1 | -2/+2 |
* | from netbsd, umass.c 1.116 |  dlg | 2004-07-21 | 1 | -1/+4 |
* | from netbsd, umass.c 1.104 |  dlg | 2004-07-21 | 1 | -9/+9 |