svn commit: r230524 - projects/pseries/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Jan 25 03:57:43 UTC 2012


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.


More information about the svn-src-projects mailing list