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_alc.c
Age
Commit message (
Expand
)
Author
2013-12-28
The few network drivers that called their children's (ie. mii PHY
Theo de Raadt
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-21
Remove unneeded include.
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2011-10-19
Add some missing bus_dmamap_sync()'s and sync the others with
Kevin Lo
2011-09-21
Some minor clean up to the _start funtions to make the code read a little
Kevin Lo
2011-09-13
Fix up alc_encap() / alc_start():
Kevin Lo
2011-09-03
Disable PHY hibernation. The PHY will go into sleep state when it
Kevin Lo
2011-08-26
Move the comment outside of the VLAN section of code and above that
Kevin Lo
2011-08-21
Help with the watchdog timeouts seen when unplugging the cable from
Kevin Lo
2011-06-17
Enable MSI support; tested by krw@, Mark Peoples, and
Kevin Lo
2011-05-27
Whitespace nits; from Brad
Kevin Lo
2011-05-25
- For AR8132 fast ethernet controller, do not report 1000baseT
Kevin Lo
2011-05-18
Support additional L2C variants and L1D (AR813x/AR815x chips).
Stuart Henderson
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-02-18
alc_newbuf is always called from the interrupt context so it can't sleep;
Mike Belopuhov
2011-01-29
Fix two logic errors:
Kevin Lo
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-07-27
ca_activate handler for suspend/resume. untested -- if someone tests
Theo de Raadt
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-08
alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.
Kevin Lo