summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ohcireg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-7/+7
| | | | | | | | | definitions instead. We don't change usb.h for now to stay compatible with userland. Tested by mpi@ on macppc and myself on i386. ok mpi@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Missed header file change in previous commit.pascoe2006-05-291-2/+3
|
* update $NetBSD$ tagsnate2002-07-251-2/+2
|
* get rid of trailing whitespacenate2002-07-251-2/+2
|
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-2/+2
| | | | umass.c and ukbd.c as the diffs are a bit hairier.
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
|
* The AMD756 requires a delay before reading the number of ports from theaaron2000-04-011-2/+6
| | | | controller to avoid getting 0 from it; from NetBSD.
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-4/+4
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-8/+11
| | | | | | form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
* Sync with NetBSD.aaron2000-03-261-5/+36
|
* Sync with NetBSD.fgsch1999-09-271-2/+5
|
* Sync with NetBSD;fgsch1999-08-271-3/+3
| | | | | | | Make sure not to call tsleep() from suspend/resume routine. Move more of the transfer completion processing to HC independent code. Fix some problems with transfer abort & timeout. Merge the soft_{td,qh} with the real {td,qh}. This saves time and space.
* From NetBSD; USB support.fgsch1999-08-131-0/+208