summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ale.c
AgeCommit message (Expand)Author
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-09-26Do not report link status unless the interface is up as the status isBrad Smith
2011-10-19Typo; from BradKevin Lo
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 ale_encap() / ale_start():Kevin Lo
2011-09-05Enable MSI support and fix establishing a link to a GigE link partnerKevin Lo
2011-09-03Help prevent watchdog timeouts.Kevin Lo
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
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 function brings eeepc 1000HE back after resume.Theo de Raadt
2010-05-19BUS_DMA_ZERO love.Owain Ainsworth
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-09Rewrite bits of the multicast handling code as it should be.Kevin Lo
2009-08-05don't read/write 1000baseT specific MII registers on 10/100M ony device.Kevin Lo
2009-07-28print the chipset name in the dmesg so it is possible to tellKevin Lo
2009-07-28Add flow control supportKevin Lo
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-02-27set interrupt moderation timer for tx; otherwise interrupt always for txKevin Lo
2009-02-26fix the multicast code; tested by sthen@Kevin Lo
2009-02-25add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).Kevin Lo