summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-87/+87
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-181-2/+2
* Do not use the powerhooks at all, instead of abusing and empty #define.n_hibma2000-03-151-2/+4
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-101-12/+12
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-281-5/+16
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-201-6/+0
* More USB ethernet tweaks:wpaul2000-01-201-51/+135
* Fix one bug and make one minor enhancement:wpaul1999-12-231-1/+23
* In one queue all the TDs (transfer descriptor, packets) for one transfern_hibma1999-12-021-3/+6
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-281-20/+25
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-496/+642
* Fix the computation of the status of the transfers. It never saw a STALLEDn_hibma1999-11-111-8/+17
* Remove superfluous header file includes.n_hibma1999-11-081-1/+1
* Major synchronisation with the NetBSD USB stack:n_hibma1999-10-071-1725/+1756
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-231-12/+11
* - Added documentationn_hibma1999-08-171-1321/+1508
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-251-9/+9
* - When aborting an interrupt pipe, just wait for 1ms for the completionn_hibma1999-05-301-9/+5
* Oops. Introduced a typo in one of previous commits.n_hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withn_hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.n_hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set somen_hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of then_hibma1999-05-011-0/+2
* 1) Change printf's into DPRINTF.n_hibma1999-04-201-84/+95
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+8
* 1) Make debugging more selective.n_hibma1999-04-111-15/+24
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &n_hibma1999-04-111-5/+6
* 1) clean up debugging outputn_hibma1999-03-231-10/+3
* Moved timeout initialisation a bit earlier in the process. Then_hibma1999-03-221-8/+9
* Move untimeout up before call to uhci_ii_done, avoids panic inn_hibma1999-03-081-4/+1
* 1) In polling mode (during boot) the callout_handle wasn'tn_hibma1999-02-191-24/+11
* Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572n_hibma1999-02-181-11/+8
* Added more verbose debugging output to uhci_runn_hibma1999-02-151-2/+26
* add LEGSUP to uhci_dumpregsn_hibma1999-01-221-4/+7
* Textual changesn_hibma1999-01-221-3/+0
* Fixed bug that made UHCI controllers fail to start.n_hibma1999-01-211-4/+9
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-6/+6
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-165/+437
* Added Id to all filesn_hibma1998-12-141-0/+1
* Updated USB kernel sources to NetBSD sources of 1998-12-09.n_hibma1998-12-131-21/+6
* Various bug fixes:n_hibma1998-12-091-26/+33
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+2355
OpenPOWER on IntegriCloud