summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cue.c
Commit message (Expand)AuthorAgeFilesLines
* Make these depend on the usb module so they can use its symbols if theypeter2001-08-221-1/+1
* Since -CURRENT requires module dependencies to actually be correct forgreen2001-03-291-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
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-241-61/+66
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Handle watchdog timeouts better. We can't really call the foo_init()wpaul2000-06-011-4/+10
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterwpaul2000-04-141-0/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-57/+57
* Regenerate usbdevs files.wpaul2000-03-211-0/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-281-28/+3
* More USB ethernet tweaks:wpaul2000-01-201-23/+38
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-161-8/+12
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Do a few minor cleanups.wpaul2000-01-141-7/+3
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-141-0/+1230
OpenPOWER on IntegriCloud