svn commit: r237730 - in head/sys: powerpc/conf sparc64/conf

Kenneth D. Merry ken at FreeBSD.org
Thu Jun 28 20:48:25 UTC 2012


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


More information about the svn-src-all mailing list