summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhcivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not pass an xfer pointer to the timeout routine checking for root hubmpi2014-05-181-4/+3
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-161-4/+2
* Get rid of the per-softc freelist of transfer descriptors and use ampi2014-04-291-3/+1
* Start de-obfuscating the HC drivers.mpi2014-04-271-3/+1
* Instead of matching root hubs with a custom address, that only worksmpi2014-03-251-2/+1
* Reduce the differences with ehci(4)'s transfer decriptors. This is ampi2013-11-011-12/+6
* Move the abort_task storage to the generic USB xfer structure insteadmpi2013-11-011-2/+1
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-3/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-33/+33
* use the dying flag in struct usbd_bus instead of a private dying flagjakemsr2010-12-141-2/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-3/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTSmbalmer2007-06-151-3/+3
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-3/+3
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-2/+2
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-4/+1
* Sync USB code with NetBSD.nate2003-07-081-3/+8
* get rid of trailing whitespacenate2002-07-251-4/+4
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-4/+2
* Sync ulpt driver with NetBSDnate2002-05-071-2/+4
* interrupts cannot happen beforemickey2001-06-121-1/+2
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-8/+12
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+3
* Sync with NetBSD.aaron2000-04-141-8/+9
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-13/+15
* Sync with NetBSD.aaron2000-03-261-16/+24
* sync with NetBSD.fgsch1999-11-071-17/+3
* Sync with NetBSD.fgsch1999-09-271-7/+7
* Sync with NetBSD;fgsch1999-08-271-20/+26
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-6/+3
* From NetBSD; USB support.fgsch1999-08-131-0/+185