summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_mos.c
AgeCommit message (Expand)Author
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-11-22some cosmetics and changes based on reading newer docs, from the originalTheo de Raadt
2008-11-12KNF (whitespace fixes). ok brad@.Stuart Henderson
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
2008-11-02rcs tagsJonathan Gray
2008-11-02Remove second commented out call to ether_ifdetach() inJonathan Gray
2008-10-23Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian RodeTheo de Raadt