summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_kue.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.8.0_cvscvs2svn2003-04-031-2/+2
* MFC: Remove __P().Josef Karthauser2002-11-061-28/+24
* MFC: ANSIfy the function headers.Josef Karthauser2002-11-061-59/+41
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-8/+4
* MFC: try to fix watchdog timeouts so that the interface recoversBill Paul2000-06-071-4/+10
* MFC: Properly detach from bpf.Nick Hibma2000-05-071-1/+3
* MFC: static -> Static in order to be more OpenBSD friendly.Nick Hibma2000-05-071-47/+47
* MFC: add new vendor/product IDs.Bill Paul2000-03-291-0/+3
* MFC: add vendor/device code for yet another KLSI-based USB ethernet adapter.Bill Paul2000-03-181-0/+1
* More USB ethernet tweaks:Bill Paul2000-01-201-21/+12
* Change the mechanism by which we detect that the firmware is alreadyBill Paul2000-01-171-24/+19
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-161-27/+19
* 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-7/+14
* Bunch of updates:Bill Paul2000-01-131-31/+39
* Apply the same netisr mechanism to transmissions as well. In order toBill Paul2000-01-121-3/+2
* Straighten out the logic in kue_setmulti() a little (the case where weBill Paul2000-01-111-6/+5
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.Bill Paul2000-01-101-21/+6
* Leave the SOFS value (number of StartOfFrames to wait while fillingBill Paul2000-01-081-0/+6
* Add the vendor and device IDs for a whole bunch of additional USBBill Paul2000-01-071-0/+8
* Cleanups: remove stale comments left over from when I cloned the ADMtekBill Paul2000-01-061-16/+1
* Update copyright date for Y2K (did the other files but forgot this one).Bill Paul2000-01-051-1/+5
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is theBill Paul2000-01-051-1/+1
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedBill Paul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourBill Paul2000-01-051-1/+59
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-051-0/+1083