aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cuereg.h
Commit message (Expand)AuthorAgeFilesLines
* Prefer device_printf to printf where sane.Warner Losh2007-06-111-1/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codeChristian Brueffer2007-05-121-2/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Move Rx/Tx lists management routines into central location.Maxim Sobolev2005-03-251-24/+1
* GC unused fields.Maxim Sobolev2005-03-251-1/+0
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Replace the static "qdat" structure with a per-instance softc fieldIan Dowse2004-05-231-0/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-0/+2
* network interface driver changes:Sam Leffler2002-11-141-1/+0
* MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),Josef Karthauser2002-04-071-0/+1
* Rename foo_gone to foo_dying, in keeping with the rest of the usb code.Josef Karthauser2002-04-061-1/+1
* Disable the mutex locking calls. These do not work in their present formPeter Wemm2001-02-271-0/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Convert the USB ethernet drivers to use mutexes. Also convertBill Paul2000-10-241-0/+4
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-281-1/+0
* More USB ethernet tweaks:Bill Paul2000-01-201-0/+1
* Remove device name strings from vendor/product lists since we don't useBill Paul2000-01-161-1/+2
* Do a few minor cleanups.Bill Paul2000-01-141-2/+2
* Add device driver support for USB ethernet adapters based on the CATCBill Paul2000-01-141-0/+181