Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2012 03:57:43 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r230524 - projects/pseries/powerpc/conf
Message-ID:  <201201250357.q0P3vhkx005925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Wed Jan 25 03:57:43 2012
New Revision: 230524
URL: http://svn.freebsd.org/changeset/base/230524

Log:
  Add Intel network controllers commonly found on IBM hardware to GENERIC64.

Modified:
  projects/pseries/powerpc/conf/GENERIC64

Modified: projects/pseries/powerpc/conf/GENERIC64
==============================================================================
--- projects/pseries/powerpc/conf/GENERIC64	Wed Jan 25 03:51:14 2012	(r230523)
+++ projects/pseries/powerpc/conf/GENERIC64	Wed Jan 25 03:57:43 2012	(r230524)
@@ -124,6 +124,9 @@ device		scc
 device		uart
 
 # Ethernet hardware
+device		em		# Intel PRO/1000 Gigabit Ethernet Family
+device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
+device		ixgbe		# Intel PRO/10GbE PCIE Ethernet Family
 device		glc		# Sony Playstation 3 Ethernet
 
 # PCI Ethernet NICs that use the common MII bus controller code.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201250357.q0P3vhkx005925>