summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_smsc.c
AgeCommit message (Expand)Author
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-02Rearrange the inequalities.Brad Smith
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2012-11-10Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-09-27Use a smaller buffer size when not attached to a high speed/usb2Jonathan Gray
2012-09-27make smsc work on big endian archsJonathan Gray
2012-09-19match some more LAN95xx device idsJonathan Gray
2012-09-19SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.Jonathan Gray