index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_mos.c
Age
Commit message (
Expand
)
Author
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-10-27
don't free network related resources if they were not allocated
Jacob Meuser
2010-10-23
check that a timeout(9) has been initialized before deleting it
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
Jacob Meuser
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-11-22
some cosmetics and changes based on reading newer docs, from the original
Theo de Raadt
2008-11-12
KNF (whitespace fixes). ok brad@.
Stuart Henderson
2008-11-06
Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed
Brad Smith
2008-11-02
rcs tags
Jonathan Gray
2008-11-02
Remove second commented out call to ether_ifdetach() in
Jonathan Gray
2008-10-23
Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian Rode
Theo de Raadt