summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
AgeCommit message (Expand)Author
2006-03-05Sprinkle some tabs and a little cleaning.Brad Smith
2006-02-22For 82544 and newer chips increase the number of TX descriptors to 512.Brad Smith
2005-12-10add a shutdown function and register it with shutdownhook_establish().Brad Smith
2005-12-10remove a bit of unused code.Brad Smith
2005-11-18PCIX -> PCI-X in a few commentsBrad Smith
2005-11-13- Introduce two more stat counters, counting number of RXBrad Smith
2005-10-24Revamp interrupt handling in em(4) driver:Brad Smith
2005-10-21Remove unused global adapter linked list.Brad Smith
2005-10-15- put spl's right in the code and remove the macrosBrad Smith
2005-07-16move headers and remove some FreeBSD specific stuff.Brad Smith
2005-07-16fix support for interrupt mitigation.Brad Smith
2005-07-02syncTheo de Raadt
2005-05-04remove #ifdef __OpenBSD__Brad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
2004-12-08powerhook: em_init on resumeMarkus Friedl
2004-11-16- Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.Brad Smith
2004-06-18On architectures which have strict alignment, shift the entire mbuf chain byRyan Thomas McBride
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-04-26oh we need to model check and not crank > 256 for older cards... do that laterTheo de Raadt
2004-04-26this driver had 256 clusters for receive buffers. move to 512, to increaseTheo de Raadt
2004-04-18Sync with FreeBSD's "em".Henric Jungheim
2003-06-13Sync with FreeBSD's "em".Henric Jungheim
2002-09-24Driver for Intel PRO/1000 gigabit ethernet adapters.Nathan Binkert