summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2009-04-10 00:34:55 +0000
committerjfv <jfv@FreeBSD.org>2009-04-10 00:34:55 +0000
commita3e3fd3c18b5011d454ad64262534c754f1eabac (patch)
tree0b3c95b0d85891c18647840c3458507d22c4ea1b /sys/conf
parent35b557f302ca9448e2ee4c18d7b9dd5c3025f796 (diff)
downloadFreeBSD-src-a3e3fd3c18b5011d454ad64262534c754f1eabac.zip
FreeBSD-src-a3e3fd3c18b5011d454ad64262534c754f1eabac.tar.gz
Add additional file to ixgbe files list, and uncomment NOTES entry
MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 318caa2..8a172ac 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1929,7 +1929,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel Pro/1000 Gigabit Ethernet
device igb # Intel Pro/1000 PCIE Gigabit Ethernet
-#device ixgbe # Intel Pro/10Gbe PCIE Ethernet
+device ixgbe # Intel Pro/10Gbe PCIE Ethernet
device le # AMD Am7900 LANCE and Am79C9xx PCnet
device mxge # Myricom Myri-10G 10GbE NIC
device nxge # Neterion Xframe 10GbE Server/Storage Adapter
diff --git a/sys/conf/files b/sys/conf/files
index 35e7f60..e2fe0f0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1073,6 +1073,8 @@ dev/ixgbe/ixgbe_common.c optional ixgbe \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_82598.c optional ixgbe \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_82599.c optional ixgbe \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/jme/if_jme.c optional jme pci
dev/joy/joy.c optional joy
dev/joy/joy_isa.c optional joy isa
OpenPOWER on IntegriCloud