aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingBill Paul2000-01-291-4/+8
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-281-37/+3
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtBill Paul2000-01-201-1/+1
* More USB ethernet tweaks:Bill Paul2000-01-201-25/+28
* Fix a couple of bugs:Bill Paul2000-01-191-1/+1
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-161-21/+20
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerBill Paul2000-01-151-0/+12
* Pull my head out of my ass and actually make the tx netisr stuff work right.Bill Paul2000-01-141-3/+2
* Clean up rxeof routines a little.Bill Paul2000-01-141-2/+3
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.Bill Paul2000-01-131-1/+1
* Remove debug printf I left in by mistake.Bill Paul2000-01-131-2/+0
* Bunch of updates:Bill Paul2000-01-131-27/+48
* Apply the same netisr mechanism to transmissions as well. In order toBill Paul2000-01-121-2/+1
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-23/+7
* Add the vendor/device IDs for the LinkSys USB100TX.Bill Paul2000-01-081-0/+2
* Be a bit more discriminating when trying to decide when to screen outBill Paul2000-01-081-7/+20
* Add the vendor and device IDs for a whole bunch of additional USBBill Paul2000-01-071-0/+6
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-281-0/+1517