aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_auereg.h
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-1/+0
* Use aue_lookup for looking up devices.Josef Karthauser2002-05-261-10/+3
* Fix a panic by allocating the iface structure locally in the attachJosef Karthauser2002-05-231-0/+1
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),Josef Karthauser2002-04-071-0/+1
* Remove some old unused cruft.Josef Karthauser2002-04-061-10/+0
* Another step in merging our if_aue driver with NetBSD's.Josef Karthauser2002-04-061-0/+7
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.Josef Karthauser2002-04-061-1/+1
* Support MELCO LUA2-TX USB ethernet adaptor.Munechika SUMIKAWA2001-11-191-0/+7
* Disable the mutex locking calls. These do not work in their present formPeter Wemm2001-02-271-0/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-0/+4
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-281-2/+0
* More USB ethernet tweaks:Bill Paul2000-01-201-0/+2
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-161-1/+2
* Be a bit more discriminating when trying to decide when to screen outBill Paul2000-01-081-0/+1
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-281-0/+253