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_axereg.h
Age
Commit message (
Expand
)
Author
2015-06-12
Only match devices with a valid configuration.
Martin Pieuchot
2015-05-17
Read ethernet address from EEPROM on AX88772B based on FreeBSD
Can Erkin Acar
2013-05-31
enable REALTEK 8211C(L) GbE phy with axe(4).
Yojiro Uo
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2012-11-10
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-03-01
add support for AX88772B
Jonathan Gray
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-09-21
Better PHY probing adapted from FreeBSD by Laurent Ghigonis
Jonathan Gray
2007-06-10
Remove definitions and usage of usb_callout and related macros. These macros
Marc Balmer
2007-06-06
Mechanical removal of USBBASEDEVICE. No binary change.
Michael Knudsen
2007-06-04
Last part of FreeBSD/NetBSD sepcific code removal.
Marc Balmer
2007-05-14
Convert from lockmgr to rwlock.
Jonathan Gray
2007-04-03
Data direction was not properly encoded in (unused)
Jonathan Gray
2007-01-18
Add support for AX88772 devices with external PHY.
Jonathan Gray
2006-06-01
Remove unused macros, improve readability.
Christopher Pascoe
2005-11-29
Add support for ASIX AX88772 10/100 based adapters which are very similiar
Jonathan Gray
2005-08-28
The AX88178 sends multiple frames per USB transfer
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-10
whitespace nits
Jonathan Gray
2005-08-10
Some of the bits that will be required for AX88178.
Jonathan Gray
2004-11-11
from netbsd, if_axereg.h revision 1.2
David Gwynne
2004-10-01
add some missing $, ok djm@ 'That looks fine to me' millert@
Jonathan Gray
2004-05-19
remove duplication, use ETHER_ALIGN from if_ether.h
Brad Smith
2004-04-02
axe usb ethernet driver hacked into the tree by taleck@oz.net
Theo de Raadt