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