svn commit: r190875 - head/sys/conf

Jack F Vogel jfv at FreeBSD.org
Fri Apr 10 00:34:56 UTC 2009


Author: jfv
Date: Fri Apr 10 00:34:55 2009
New Revision: 190875
URL: http://svn.freebsd.org/changeset/base/190875

Log:
  Add additional file to ixgbe files list, and uncomment NOTES entry
  
  MFC after: 2 weeks

Modified:
  head/sys/conf/NOTES
  head/sys/conf/files

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Apr 10 00:31:54 2009	(r190874)
+++ head/sys/conf/NOTES	Fri Apr 10 00:34:55 2009	(r190875)
@@ -1929,7 +1929,7 @@ device		xl		# 3Com 3c90x (``Boomerang'',
 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

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Apr 10 00:31:54 2009	(r190874)
+++ head/sys/conf/files	Fri Apr 10 00:34:55 2009	(r190875)
@@ -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


More information about the svn-src-head mailing list