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_axe.c
Age
Commit message (
Expand
)
Author
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-07-02
don't call mii_pollstat() right after mii_tick() in foo_tick_task()
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-03-14
support jvc mp-prx1; iedowse
Theo de Raadt
2005-02-12
Additional axe devices found in Linux driver.
Jonathan Gray
2005-01-03
- make sure int is in running state before touching the multicast filters
Brad Smith
2004-12-31
fixes so axe can work on big endian machines
David Gwynne
2004-11-11
from netbsd, if_axe.c revision 1.6
David Gwynne
2004-11-11
the other half of the changes from netbsds if_axe.c revision 1.5:
David Gwynne
2004-11-11
half of the changes from netbsds if_axe.c revision 1.5:
David Gwynne
2004-11-11
from netbsd, if_axe.c revision 1.5
David Gwynne
2004-11-11
from netbsd revisions 1.2 and 1.3
David Gwynne
2004-11-11
make setup of the rx transfers consistent
David Gwynne
2004-11-10
add support for the Conceptronic SnapPort USB 2.0 LAN Adapter
David Gwynne
2004-11-10
strncpy->strlcpy
Alexander Yurchenko
2004-10-04
COREGA_FETHER_USB2_TX; tested by me
Theo de Raadt
2004-10-01
add some missing $, ok djm@ 'That looks fine to me' millert@
Jonathan Gray
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-09-18
match the new ID
Theo de Raadt
2004-08-30
from freebsd via Jonathan Gray
David Gwynne
2004-07-20
typo
Theo de Raadt
2004-07-20
another new device; shin@happynet.co.jp
Theo de Raadt
2004-07-08
put "do { } while (0)" wrappers on all the debug maroc functions
Theo de Raadt
2004-06-06
Multicast cleanups
Ryan Thomas McBride
2004-04-25
new axe; freebsd
Theo de Raadt
2004-04-02
Do not define AXE_DEBUG by default.
Miod Vallat
2004-04-02
axe usb ethernet driver hacked into the tree by taleck@oz.net
Theo de Raadt