summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umassvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)krw2020-11-231-1/+2
* Refactor umass_detach() in order to pass a size to free(9).mpi2015-12-161-5/+3
* Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().pirofti2013-11-061-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-14/+13
* Apply some KNF after the recent removal of macros and type definitions.mbalmer2007-06-131-2/+2
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Remove logprintf macrojsg2007-05-211-2/+2
* Add support for polled umass/SCSI transactions. Should eliminate the panicspascoe2005-04-011-1/+6
* from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21dlg2004-07-211-4/+4
* from netbsd, umass.c 1.98, umassvar.h 1.20dlg2004-07-171-4/+3
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-2/+2
* Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, andkrw2004-02-211-3/+1
* sync with NetBSD and add various local hacks to make things work correctlynate2003-05-171-0/+272
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-271/+0
* Sync ulpt driver with NetBSDnate2002-05-071-0/+271