summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_udavreg.h
AgeCommit message (Expand)Author
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2011-03-31Don't process packets where the USB xfer length is shorter than a packetMichael Knudsen
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-09Remove the definition and use of UPACKED and replace it with our own __packedMarc Balmer
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-05-06More lockmgr -> rwlock low hanging fruit.Kenneth R Westerback
2006-03-07Remove last NRND NetBSDisms from tree.Kenneth R Westerback
2005-01-30dont redefine ETHER_ALIGNDavid Gwynne
2004-12-30fix for some archs that don't like unaligned accesses, eg sparc64 and alphaDavid Gwynne
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray