summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohcivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Defering some processing to the soft-interrupt handler introduced ampi2017-06-011-3/+4
* Prepare ohci_intr1() for IPL_MPSAFE.mpi2017-05-261-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
* Instead of matching root hubs with a custom address, that only worksmpi2014-03-251-2/+1
* 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-29/+29
* use the dying flag in struct usbd_bus instead of a private dying flagjakemsr2010-12-141-3/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-3/+1
* Change powerhooks into activate functions, and provide stub powerhookderaadt2010-08-301-2/+2
* 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
* Perform legacy emulation handover for USB1 companion controllers immediatelypascoe2007-03-221-1/+3
* Expunge all #if defined(__NetBSD__) and #if defined(__FreeBSD__) crud.krw2006-05-221-5/+2
* restore all of the registers on resume to cope with power loss duringdlg2005-03-301-1/+2
* make the powerhooks the responsibility of the bus ohci is attached todlg2005-03-301-1/+2
* Sync USB code with NetBSD.nate2003-07-081-6/+11
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-10/+4
* Sync ulpt driver with NetBSDnate2002-05-071-4/+10
* prefix structure members to avoid name clashes.nate2002-05-021-1/+2
* Synchronize usb code with NetBSD.nate2001-10-311-5/+4
* Add a timer to reinable the OHCI RHSC (Root Hub Status Change)drahn2001-09-151-1/+5
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-2/+7
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-6/+6
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+3
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-4/+18
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-1/+2
* Sync with NetBSD.aaron2000-03-261-5/+25
* sync with NetBSD.fgsch1999-11-071-16/+2
* Sync with NetBSD.fgsch1999-09-271-6/+8
* Sync with NetBSD;fgsch1999-08-271-6/+7
* Sync with NetBSD.fgsch1999-08-191-2/+2
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-9/+5
* From NetBSD; USB support.fgsch1999-08-131-0/+120