svn commit: r190876 - head/sys/amd64/conf

Jack F Vogel jfv at FreeBSD.org
Fri Apr 10 00:40:49 UTC 2009


Author: jfv
Date: Fri Apr 10 00:40:48 2009
New Revision: 190876
URL: http://svn.freebsd.org/changeset/base/190876

Log:
  Add ixgbe to the GENERIC amd64 kernel in place of the
  older ixgb driver. I will add to other architectures
  after this one proves trouble free.
  
  MFC after:	2 weeks

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Fri Apr 10 00:34:55 2009	(r190875)
+++ head/sys/amd64/conf/GENERIC	Fri Apr 10 00:40:48 2009	(r190876)
@@ -200,7 +200,7 @@ device		ppi		# Parallel port interface d
 device		de		# DEC/Intel DC21x4x (``Tulip'')
 device		em		# Intel PRO/1000 Gigabit Ethernet Family
 device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
-device		ixgb		# Intel PRO/10GbE Ethernet Card
+device		ixgbe		# Intel PRO/10GbE PCIE Ethernet Family
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
 device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		txp		# 3Com 3cR990 (``Typhoon'')


More information about the svn-src-all mailing list