summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_alc.c
AgeCommit message (Expand)Author
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-21Remove unneeded include.Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2011-10-19Add some missing bus_dmamap_sync()'s and sync the others withKevin Lo
2011-09-21Some minor clean up to the _start funtions to make the code read a littleKevin Lo
2011-09-13Fix up alc_encap() / alc_start():Kevin Lo
2011-09-03Disable PHY hibernation. The PHY will go into sleep state when itKevin Lo
2011-08-26Move the comment outside of the VLAN section of code and above thatKevin Lo
2011-08-21Help with the watchdog timeouts seen when unplugging the cable fromKevin Lo
2011-06-17Enable MSI support; tested by krw@, Mark Peoples, andKevin Lo
2011-05-27Whitespace nits; from BradKevin Lo
2011-05-25- For AR8132 fast ethernet controller, do not report 1000baseTKevin Lo
2011-05-18Support additional L2C variants and L1D (AR813x/AR815x chips).Stuart Henderson
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2011-02-18alc_newbuf is always called from the interrupt context so it can't sleep;Mike Belopuhov
2011-01-29Fix two logic errors:Kevin Lo
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-07-27ca_activate handler for suspend/resume. untested -- if someone testsTheo de Raadt
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
2010-01-07Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@Stuart Henderson
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-08-08alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.Kevin Lo