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
/
pci
/
if_ale.c
Age
Commit message (
Expand
)
Author
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2010-02-27
Fix multicast handling. All Atheros controllers use big-endian form
Kevin Lo
2010-01-07
Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@
Stuart Henderson
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2009-08-09
Rewrite bits of the multicast handling code as it should be.
Kevin Lo
2009-08-05
don't read/write 1000baseT specific MII registers on 10/100M ony device.
Kevin Lo
2009-07-28
print the chipset name in the dmesg so it is possible to tell
Kevin Lo
2009-07-28
Add flow control support
Kevin Lo
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-02-27
set interrupt moderation timer for tx; otherwise interrupt always for tx
Kevin Lo
2009-02-26
fix the multicast code; tested by sthen@
Kevin Lo
2009-02-25
add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).
Kevin Lo