summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_udavreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only match devices with a valid configuration.uaa2015-06-191-4/+1
| | | | ok by mpi@
* udav(4): add CoreChip RD9700 supportsasano2014-01-221-1/+11
| | | | | | RD9700 has no MII-PHY, no serial EEPROM. ok by deraadt@, brad@
* 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@
* Don't process packets where the USB xfer length is shorter than a packetmk2011-03-311-2/+2
| | | | | | | | | | | | | | | | header, and don't process packets where the packet header length field says the packet is longer than the size of the USB xfer. While there, fix a debug print that was missing the device name from the parameter list, causing it to crash when enabled. Also, use correct MTU from datasheet. From Loganaden Velvindrom with input from me. Tested by kili. ok jasper sthen (with a whitespace nit)
* * 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.
* Remove the definition and use of UPACKED and replace it with our own __packedmbalmer2007-06-091-2/+2
| | | | | | | (to which UPACKED was define'd before anway). No binary change, just one layer of confusion less in the sourcecode. 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@
* dont redefine ETHER_ALIGNdlg2005-01-301-8/+5
|
* fix for some archs that don't like unaligned accesses, eg sparc64 and alphadlg2004-12-301-1/+8
| | | | ok jsg@
* Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.jsg2004-10-051-0/+214
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@