summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+1
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-1/+1
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Undo previous commit. <machine/clock.h> is needed for the prototypen_hibma2000-10-161-0/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fake the Power On command on the virtual hub.n_hibma2000-08-131-1/+4
* Save and restore the registers SOF and FRAMENUMBER on suspend. In somen_hibma2000-08-071-5/+12
* Sync with NetBSD:n_hibma2000-08-011-206/+91
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-97/+97
* Inverted error messages.n_hibma2000-06-151-3/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* 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
OpenPOWER on IntegriCloud