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-09-27
enable support for gigabit adapters; it works reliably with USB1 but
Jolan Luff
2005-08-29
Handle AX88178 on 12 Mbit USB controllers such as ohci & uhci more
Jonathan Gray
2005-08-28
The AX88178 sends multiple frames per USB transfer
Jonathan Gray
2005-08-28
We don't need to do a PHY select for AX88178 but we should
Jonathan Gray
2005-08-28
Write back IPG values in a manner more likely to work.
Jonathan Gray
2005-08-28
Tell the AX88178 to give us the full transaction size.
Jonathan Gray
2005-08-28
Account for larger USB transaction size of AX88178 by
Jonathan Gray
2005-08-28
We have to do some extra hand holding on link state change
Jonathan Gray
2005-08-12
Add some delays in the GPIO code so AX88178 phy gets powered up.
Jonathan Gray
2005-08-11
Only match AX88178 if AXE_DEBUG is defined for the moment.
Jonathan Gray
2005-08-10
Some of the bits that will be required for AX88178.
Jonathan Gray
2005-08-01
Don't keep the devinfo string on the stack, instead use malloc/free.
Brad Smith
2005-07-18
Good Way GWUSB2E Ethernet, found in Good Way USB docking stations.
Jonathan Gray
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