Age | Commit message (Expand) | Author |
2024-05-23 | remove unneeded includes; ok mpi@ | Jonathan Gray |
2022-08-23 | Remove assertions as they have been disabled since the code was imported | Anton Lindqvist |
2021-01-29 | update remaining usb.org URLs | Stuart Henderson |
2020-11-23 | Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4) | Kenneth R Westerback |
2020-09-05 | Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it | Kenneth R Westerback |
2020-06-24 | Apply sc->sc_xfer_flags to control transfers as well. These are used | Patrick Wildt |
2020-02-22 | use the UE_GET_XFERTYPE macro where applicable | Jasper Lievisse Adriaanse |
2020-01-22 | Some devices do not update the TRB transfer residual information as | Kenneth R Westerback |
2017-01-09 | Remove unneeded <sys/malloc.h> from Michael W. Bombardieri. | Martin Pieuchot |
2016-08-03 | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to | Kenneth R Westerback |
2015-12-17 | Missing include, spotted by benoit@ | Martin Pieuchot |
2015-12-16 | Refactor umass_detach() in order to pass a size to free(9). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | Vommiting errors about failed reset or stall clear are not usefull to | Martin Pieuchot |
2015-01-18 | Do not try to free xfers before aborting the pipes, otherwise a clown | Martin Pieuchot |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-09-25 | Add 'default:' stanza to switch() to make clear that 'status' is always | Kenneth R Westerback |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-18 | avoid leaking pipes by not zeroing the pipe after aborting it, so | Federico G. Schwindt |
2008-02-03 | Redo umass_bbb_get_max_lun() and uses thereof to | Kenneth R Westerback |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
2007-06-13 | Remove the definition and use of umass/umass_quirks related macros. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2005-05-24 | Set the data length on CBI data transfers. | Christopher Pascoe |
2005-05-15 | Oops. atapiscsi.h is needed because that's where NATAPISCSI is | Kenneth R Westerback |
2005-05-14 | Try to ensure that UFI/ATAPI USB umass devices always get the zero | Kenneth R Westerback |
2005-04-01 | Add support for polled umass/SCSI transactions. Should eliminate the panics | Christopher Pascoe |
2005-03-28 | Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI request | Christopher Pascoe |
2005-03-28 | minor spelling corrections. | Christopher Pascoe |
2004-07-21 | update the netbsd license and tags | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.103 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.105 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.112 | David Gwynne |