aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cue.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-6/+3
* Handle watchdog timeouts better. We can't really call the foo_init()Bill Paul2000-06-011-4/+10
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterBill Paul2000-04-141-0/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-57/+57
* Regenerate usbdevs files.Bill Paul2000-03-211-0/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-281-28/+3
* More USB ethernet tweaks:Bill Paul2000-01-201-23/+38
* The correct part number for the CATC ASIC is USB-EL1210A, notBill Paul2000-01-171-2/+2
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-161-8/+12
* Fix multicast filter programming.Bill Paul2000-01-141-3/+5
* Do a few minor cleanups.Bill Paul2000-01-141-7/+3
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-141-0/+1230