summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/e1000_api.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the 1G drivers, shared code sync with Intel,jfv2010-01-261-2/+2
| | | | | | | | | | igb now has a queue notion that has a single interrupt with an RX/TX pair, this will reduce the total interrupts seen on a system. Both em and igb have a new watchdog method. igb has fixes from Pyun Yong-Hyeon that have improved stability, thank you :) I wish to MFC this for 7.3 asap, please test if able.
* This delta syncs the em and igb drivers with Intel,jfv2009-04-101-3/+3
| | | | | | | adds header split and SCTP support into the igb driver. Various small improvements and fixes. MFC after: 2 weeks
* This delta is primarily a fix for es2lan devices thatjfv2008-11-261-1/+1
| | | | | | | | | | | | | will sometimes fail to initialize problem due to a lock contention with management hardware. However, in order to deliver that fix it was necessary to take a shared code update as a whole, and this required scattered changes in the core code to be compatible. The em driver now has VLAN HW support added as the igb driver had previously. MFC after: ASAP - in time for 7.1 RELEASE
* Merge of the source for igb and em into dev/e1000, thisjfv2008-07-301-0/+162
proved to be necessary to make the static drivers work in EITHER/OR or BOTH configurations. Modules will still build in sys/modules/igb or em as before. This also updates the igb driver for support for the 82576 adapter, adds shared code fixes, and etc.... MFC after: ASAP
OpenPOWER on IntegriCloud