summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_udav.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-06Simplify several device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-05use aprint_*_dev and device_xnamecegger
2008-02-19recognize Shantou ADM8515drochner
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-12-20Constify struct ifnet->if_sadl and every use throughout the tree.dyoung
2007-12-05lockmgr -> mutexad
2007-07-12SB-NIC Shantou ST268 for udav(4), patch from Julian Suschlikxtraeme
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-12-01change some commented-out code to use the interrupt descriptor's pollingdrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-31Split the USB task queue into two parts, one for normal device tasks andjoerg
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-05-30- const poisoningchristos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-02-27nuke trailing whitespaceperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-04-23use bounded string ops (snprintf, strl*)itojun
2003-09-04Remove advertising clauses from code written by Shingo WATANABE.tsutsui
2003-08-22udav*, for ether w/ Davicom DM9601 chipset. Shingo WATANABEitojun