aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cue.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace device_t with device_ptr_t.Josef Karthauser2002-04-061-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-021-96/+74
* Remove __P.Alfred Perlstein2002-03-201-30/+29
* Make these depend on the usb module so they can use its symbols if theyPeter Wemm2001-08-221-1/+1
* Since -CURRENT requires module dependencies to actually be correct forBrian Feldman2001-03-291-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
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-61/+66
* 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-55/+55
* 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