diff options
author | jhb <jhb@FreeBSD.org> | 2008-07-28 22:16:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-07-28 22:16:58 +0000 |
commit | 793ef12f8c308fac4f105e17a231fd34bda6686a (patch) | |
tree | 79b78ad3b2ca5eabbebb83d276b40899710792be /sys | |
parent | 504f86aa14d8af735a51136899db837d24add412 (diff) | |
download | FreeBSD-src-793ef12f8c308fac4f105e17a231fd34bda6686a.zip FreeBSD-src-793ef12f8c308fac4f105e17a231fd34bda6686a.tar.gz |
Re-enable em(4) and igb(4) in NOTES.
PR: conf/112081
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e71fbcc..38d477b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1896,8 +1896,8 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') -#device em # Intel Pro/1000 Gigabit Ethernet -#device igb # Intel Pro/1000 PCIE Gigabit Ethernet +device em # Intel Pro/1000 Gigabit Ethernet +device igb # Intel Pro/1000 PCIE Gigabit Ethernet #device ixgbe # Intel Pro/10Gbe PCIE Ethernet device le # AMD Am7900 LANCE and Am79C9xx PCnet device mxge # Myricom Myri-10G 10GbE NIC |