Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-27 | remove FreeBSD ifdef bloat. | Brad Smith | |
ok krw@ | |||
2004-12-08 | powerhook: em_init on resume | Markus Friedl | |
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-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride | |
ETHER_ALIGN bytes when jumbo packets are enabled (mtu > ETHERMTU). ok henric@ (slightly different diff) | |||
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith | |
2004-04-26 | oh we need to model check and not crank > 256 for older cards... do that later | Theo de Raadt | |
2004-04-26 | this driver had 256 clusters for receive buffers. move to 512, to increase | Theo de Raadt | |
performance, if the interface is up. at boot time, allocate only 12 though ... though we note that em_stop() frees them all. perhaps some are used to talk to other parts of the engine though at runtime... tested by mcbride and beck | |||
2004-04-18 | Sync with FreeBSD's "em". | Henric Jungheim | |
2003-06-13 | Sync with FreeBSD's "em". | Henric Jungheim | |
ok deraadt@ | |||
2002-09-24 | Driver 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. |