summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_urlreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct value for the Interframe Gap Time 0 bit in the transmitmpi2013-10-281-3/+3
| | | | configuration register and fix a typo. From Paul A. Patience.
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-7/+7
| | | | | | | | | definitions instead. We don't change usb.h for now to stay compatible with userland. Tested by mpi@ on macppc and myself on i386. ok mpi@
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-3/+1
| | | | | | | usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the associated bus' dying flag with usbd_is_dying()
* spelling fixes, from Martynas Venckus;jmc2007-11-251-2/+2
|
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-2/+2
| | | | | | | | were used as a layer of confusion^Wabstraction around the timeout(9) API. No binary change. ok jsg.
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
| | | | | | Tested by thib and myself. ok mbalmer jsg
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-9/+1
| | | | ok jsg@
* More lockmgr -> rwlock low hanging fruit.krw2007-05-061-2/+2
| | | | ok dlg@
* Remove last NRND NetBSDisms from tree.krw2006-03-071-4/+1
| | | | ok deraadt@ brad@
* from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2dlg2004-09-291-5/+2
| | | | | | | | via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it.
* remove duplication, use ETHER_ALIGN from if_ether.hbrad2004-05-191-4/+1
|
* Make code more portablenate2002-07-291-1/+9
|
* Add a driver for Realtek RTL8150L based ethernet devicesnate2002-05-071-0/+195
| | | | From NetBSD
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-195/+0
|
* Sync ulpt driver with NetBSDnate2002-05-071-0/+195