aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-281-5/+16
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNNick Hibma2000-01-201-6/+0
* More USB ethernet tweaks:Bill Paul2000-01-201-51/+135
* Fix one bug and make one minor enhancement:Bill Paul1999-12-231-1/+23
* In one queue all the TDs (transfer descriptor, packets) for one transferNick Hibma1999-12-021-3/+6
* Synchronisation with NetBSD 1999/11/27Nick Hibma1999-11-281-20/+25
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-496/+642
* Fix the computation of the status of the transfers. It never saw a STALLEDNick Hibma1999-11-111-8/+17
* Remove superfluous header file includes.Nick Hibma1999-11-081-1/+1
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-1725/+1756
* Reset the UHCI controller when the device comes back from suspend.Nick Hibma1999-08-231-12/+11
* - Added documentationNick Hibma1999-08-171-1321/+1508
* Add comments, change variable names to make them consistent (r -> err,Nick Hibma1999-07-251-9/+9
* - When aborting an interrupt pipe, just wait for 1ms for the completionNick Hibma1999-05-301-9/+5
* Oops. Introduced a typo in one of previous commits.Nick Hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withNick Hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.Nick Hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set someNick Hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of theNick Hibma1999-05-011-0/+2
* 1) Change printf's into DPRINTF.Nick Hibma1999-04-201-84/+95
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+8
* 1) Make debugging more selective.Nick Hibma1999-04-111-15/+24
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &Nick Hibma1999-04-111-5/+6
* 1) clean up debugging outputNick Hibma1999-03-231-10/+3
* Moved timeout initialisation a bit earlier in the process. TheNick Hibma1999-03-221-8/+9
* Move untimeout up before call to uhci_ii_done, avoids panic inNick Hibma1999-03-081-4/+1
* 1) In polling mode (during boot) the callout_handle wasn'tNick Hibma1999-02-191-24/+11
* Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572Nick Hibma1999-02-181-11/+8
* Added more verbose debugging output to uhci_runNick Hibma1999-02-151-2/+26
* add LEGSUP to uhci_dumpregsNick Hibma1999-01-221-4/+7
* Textual changesNick Hibma1999-01-221-3/+0
* Fixed bug that made UHCI controllers fail to start.Nick Hibma1999-01-211-4/+9
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-6/+6
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-165/+437
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Updated USB kernel sources to NetBSD sources of 1998-12-09.Nick Hibma1998-12-131-21/+6
* Various bug fixes:Nick Hibma1998-12-091-26/+33
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+2355