summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-10/+16
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-29/+42
| | | | | | 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-310/+383
|
* sync with NetBSD.fgsch1999-11-071-126/+45
|
* Sync with NetBSD.fgsch1999-09-271-115/+239
|
* Sync with NetBSD;fgsch1999-08-291-2/+10
| | | | Add some comments. Change a type name.
* Sync with NetBSD;fgsch1999-08-271-53/+111
| | | | | | | 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.
* Sync with NetBSD.fgsch1999-08-191-18/+34
|
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-5/+4
| | | | Diffs sent to augustsson.
* From NetBSD; USB support.fgsch1999-08-131-0/+936