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_smsc.c
Age
Commit message (
Expand
)
Author
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-07-02
Rearrange the inequalities.
Brad Smith
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2012-11-10
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-09-27
Use a smaller buffer size when not attached to a high speed/usb2
Jonathan Gray
2012-09-27
make smsc work on big endian archs
Jonathan Gray
2012-09-19
match some more LAN95xx device ids
Jonathan Gray
2012-09-19
SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.
Jonathan Gray