summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em_hw.c
AgeCommit message (Collapse)Author
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
here, use FALLTHRU or FALLTHROUGH to make lint even happier. ok marco@ miod@
2005-11-08Sync up to Intel's latest FreeBSD em driver (3.2.18). A few fixesBrad Smith
for the new PCI Express chips. From: Intel's web-site
2005-10-07remove some whitespaceBrad Smith
2005-10-07Sync up to Intel's latest FreeBSD em driver which addsBrad Smith
support for the 82571 and 82572 PCI Express chips. From: Intel's web-site ok krw@ pedro@ deraadt@
2005-09-11typo, th -> theBrad Smith
2005-07-02syncTheo de Raadt
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
ok krw@
2005-02-19spelling in commentJolan Luff
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@
2004-11-16- Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.Brad Smith
- Corrected TBI workaround. - Corrected incorrect LED operation issues. From FreeBSD ok deraadt@
2004-04-18Sync with FreeBSD's "em".Henric Jungheim
2003-12-09sync with FreeBSDHenning Brauer
allow for support of several newer chips that apparently are all sold as PROO/1000 and PRO/1000MT tested by naddy@ and ho@ ok deraadt@
2003-06-13Sync with FreeBSD's "em".Henric Jungheim
ok deraadt@
2002-09-24Driver for Intel PRO/1000 gigabit ethernet adapters.Nathan Binkert
This driver should work with all current models of gigabit ethernet adapters. Driver written by Intel Ported from FreeBSD by Henric Jungheim <henric@attbi.com> bus_dma and endian support by me.