Date: Fri, 10 Apr 2009 00:40:48 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190876 - head/sys/amd64/conf Message-ID: <200904100040.n3A0emhf026534@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'')
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904100040.n3A0emhf026534>