aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/README
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* e1000: Update copyrights and readmeKevin Bowling2021-09-171-254/+281
| | | | | | | | | | Copyrights in sync with "cid-gigabit.2020.06.05.tar.gz released by ND" (from DPDK). README from the latest em-7.7.8 on intel.com Approved by: imp MFC after: 1 week
* Update Intel email address.Eitan Adler2013-05-021-1/+1
| | | | | | | | | PR: docs/175349 Submitted by: Lars Eggert <lars@netapp.com> Discussed with: jfv Notes: svn path=/head/; revision=250168
* GS105v3 exhibit the same behaviorEitan Adler2012-01-291-0/+1
| | | | | | | | | | | PR: docs/135999 Submitted by: Boris Kochergin <spawky@acm.poly.edu> No objection from: jfv Approved by: cperciva MFC after: 3 days Notes: svn path=/head/; revision=230742
* Merge of the source for igb and em into dev/e1000, thisJack F Vogel2008-07-301-0/+405
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 Notes: svn path=/head/; revision=181027