summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_kue.c
Commit message (Expand)AuthorAgeFilesLines
* Add the Abocom URE 450 ethernet adapter.Nick Hibma2001-04-091-0/+1
* Add id for the IO Data ET/TNick Hibma2001-04-071-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+2
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().Bill Paul2000-11-231-1/+3
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-38/+55
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-8/+4
* Handle watchdog timeouts better. We can't really call the foo_init()Bill Paul2000-06-011-4/+10
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-47/+47
* Add vendor/product ID for two more KLSI-based devices, including aBill Paul2000-03-291-0/+2
* Regenerate usbdevs files.Bill Paul2000-03-211-1/+4
* Add another device/vendor code combination to support yet anotherBill 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