summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle all types of interrupts when operating in polled mode.dlg2004-11-111-3/+3
* from netbsd, uhci.c revision 1.175, 1.179, 1.181dlg2004-08-111-5/+4
* from netbsd, uhci.c revision 1.180dlg2004-08-111-3/+1
* from netbsd, uhci.c revision 1.178dlg2004-08-111-3/+5
* from netbsd, uhci.c revision 1.176dlg2004-08-111-2/+11
* from netbsd via loki@animata.netderaadt2004-07-111-2/+2
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-3/+3
* correct function names; from NetBSD.fgsch2003-08-231-12/+12
* Sync USB code with NetBSD.nate2003-07-081-103/+258
* fix documentation links from netbsdnate2003-05-191-2/+2
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-7/+7
* kill trailing whitespacenate2002-07-091-62/+62
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-171/+126
* Sync ulpt driver with NetBSDnate2002-05-071-126/+171
* Check result from malloc(9) when using M_NOWAIT. nate@ oknordin2002-01-101-1/+3
* Synchronize usb code with NetBSD.nate2001-10-311-46/+74
* interrupts cannot happen beforemickey2001-06-121-2/+1
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-8/+10
* Avoid dereferencing a null pointercsapuntz2001-03-251-4/+2
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-13/+39
* Avoid repeated 'host controlled halted' messages. (jakob@ ok)ho2000-12-111-3/+4
* Change the le32toh() le16toh() macros back to the previous defintion.drahn2000-11-111-15/+1
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-362/+441
* Match Free/Net macros for le32toh/letoh32, define in terms of the other.rahnds2000-09-061-15/+1
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-4/+13
* Sync with NetBSD.aaron2000-04-141-10/+21
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-383/+138
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-479/+781
* Fix typos.aaron2000-03-261-4/+4
* Fix an obvious typo.aaron2000-03-261-2/+2
* Sync with NetBSD.aaron2000-03-261-429/+642
* sync with NetBSD.fgsch1999-11-071-35/+76
* Sync with NetBSD.fgsch1999-09-271-359/+506
* Sync with NetBSD;fgsch1999-08-271-256/+258
* Sync with NetBSD.fgsch1999-08-191-49/+64
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-9/+6
* From NetBSD; USB support.fgsch1999-08-131-0/+2744