Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2012 20:48:24 +0000 (UTC)
From:      "Kenneth D. Merry" <ken@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237730 - in head/sys: powerpc/conf sparc64/conf
Message-ID:  <201206282048.q5SKmOON097814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ken
Date: Thu Jun 28 20:48:24 2012
New Revision: 237730
URL: http://svn.freebsd.org/changeset/base/237730

Log:
  Now that the mps(4) driver is endian-safe, add it to the powerpc and
  sparc64 GENERIC config files.
  
  MFC after:	3 days

Modified:
  head/sys/powerpc/conf/GENERIC64
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Thu Jun 28 20:10:43 2012	(r237729)
+++ head/sys/powerpc/conf/GENERIC64	Thu Jun 28 20:48:24 2012	(r237730)
@@ -102,6 +102,7 @@ options 	AHC_REG_PRETTY_PRINT	# Print re
 device		isp		# Qlogic family
 device		ispfw		# Firmware module for Qlogic host adapters
 device		mpt		# LSI-Logic MPT-Fusion
+device		mps		# LSI-Logic MPT-Fusion 2
 device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
 
 # ATA/SCSI peripherals

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Thu Jun 28 20:10:43 2012	(r237729)
+++ head/sys/sparc64/conf/GENERIC	Thu Jun 28 20:48:24 2012	(r237730)
@@ -109,6 +109,7 @@ device		esp		# AMD Am53C974, Sun ESP and
 device		isp		# Qlogic family
 device		ispfw		# Firmware module for Qlogic host adapters
 device		mpt		# LSI-Logic MPT-Fusion
+device		mps		# LSI-Logic MPT-Fusion 2
 device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
 
 # ATA/SCSI peripherals



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