summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_kue.c
Commit message (Expand)AuthorAgeFilesLines
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-221-0/+2
* Add the Abocom URE 450 ethernet adapter.n_hibma2001-04-091-0/+1
* Add id for the IO Data ET/Tn_hibma2001-04-071-0/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+2
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().wpaul2000-11-231-1/+3
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-241-38/+55
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-8/+4
* Handle watchdog timeouts better. We can't really call the foo_init()wpaul2000-06-011-4/+10
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-47/+47
* Add vendor/product ID for two more KLSI-based devices, including awpaul2000-03-291-0/+2
* Regenerate usbdevs files.wpaul2000-03-211-1/+4
* Add another device/vendor code combination to support yet anotherwpaul2000-03-181-0/+1
* More USB ethernet tweaks:wpaul2000-01-201-21/+12
* Change the mechanism by which we detect that the firmware is alreadywpaul2000-01-171-24/+19
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-161-27/+19
* Pull my head out of my ass and actually make the tx netisr stuff work right.wpaul2000-01-141-3/+2
* Clean up rxeof routines a little.wpaul2000-01-141-7/+14
* Bunch of updates:wpaul2000-01-131-31/+39
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-121-3/+2
* Straighten out the logic in kue_setmulti() a little (the case where wewpaul2000-01-111-6/+5
* Attempt to fix a problem with receiving packets on USB ethernet interfaces.wpaul2000-01-101-21/+6
* Leave the SOFS value (number of StartOfFrames to wait while fillingwpaul2000-01-081-0/+6
* Add the vendor and device IDs for a whole bunch of additional USBwpaul2000-01-071-0/+8
* Cleanups: remove stale comments left over from when I cloned the ADMtekwpaul2000-01-061-16/+1
* Update copyright date for Y2K (did the other files but forgot this one).wpaul2000-01-051-1/+5
* Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is thewpaul2000-01-051-1/+1
* Doh. Forgot to add the entry for the 3Com 3c19250 to the supportedwpaul2000-01-051-0/+2
* Do not attempt to load the firmware a second time. If you reboot yourwpaul2000-01-051-1/+59
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-051-0/+1083
OpenPOWER on IntegriCloud