summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_axe.c
AgeCommit message (Expand)Author
2013-11-08Add GPIO programming to support more PHY.roy
2013-09-12#ifdef some variables just like their usemartin
2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill
2013-01-16fix misplaced parenchristos
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-11-26put back rest of the lines that got cut off.christos
2012-11-26PR/47245: Toby Karyadi: more matches for AX88772B usb ethernet.christos
2012-11-25PR/47245: Toby Karyadi: Add AX88772B support to axe(4), e.g. for DLINKchristos
2012-08-24Fix typosmsaitoh
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-01Add a dependency on bpf module.nonaka
2012-03-11minor cleanups from usbmp:mrg
2012-03-06pull down from usbmp branch:mrg
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-08-25Remove some debugging code that was accidentally committedpgoyette
2011-08-25Update the module command-processing routine to match the ioconf filespgoyette
2011-08-23Update for modular buildpgoyette
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-08-14Don't free TX mbuf until it's passed to bpf(9).tsutsui
2010-08-14- use uint8_t for xfer buffers and byte numberstsutsui
2010-08-14No need to keep TX/RX mbufs during xfers in struct axe_chain.tsutsui
2010-08-14Fix missed botch in previous.tsutsui
2010-08-14Make pointer arithmetics of RX buf in axe_rxeof() more readabletsutsui
2010-08-14Apply rev 1.39 again.tsutsui
2010-08-14Ugh, no, revert previous.tsutsui
2010-08-14Remove dead assignment.tsutsui
2010-06-24KNF and misc cosmetics.tsutsui
2010-06-24Remove unused sc->axe_stop_task in softc.tsutsui
2010-06-24Fix several botches:tsutsui
2010-06-23Update if_axe for additional chips and models. Mostly imported frompgoyette
2010-06-23Fix cut&paste error - the commit log message was correct, just the codepgoyette
2010-06-22Make sure we unlock before exit.pgoyette
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
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