summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.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-09-04Change spaces to tabs and remove some unnecessary parentheses. Nodyoung
2009-09-04Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1).dyoung
2008-11-07*** Summary ***dyoung
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-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-12-05lockmgr -> mutexad
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
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-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-03-19Free allocated memory if attach fails.david
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-11-10Abuse types a little less.augustss
2005-11-10Apply big endian fixes submitted by Garrett D'Amore in PR kern/32032.tron
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-10-26Protect MII reads and writes properly against multiple access.augustss
2004-10-24Dont use lockmgr() from interrupt context.augustss
2004-10-24Get rid of an oddly placed assert().augustss
2004-10-23Alphabetize.augustss
2004-10-23Both FreeBSD and OpenBSD use Bill Paul axe driver instead of my uaxaugustss