svn commit: r237943 - in stable/9/sys: powerpc/conf sparc64/conf

Kenneth D. Merry ken at FreeBSD.org
Mon Jul 2 02:44:01 UTC 2012


Author: ken
Date: Mon Jul  2 02:44:00 2012
New Revision: 237943
URL: http://svn.freebsd.org/changeset/base/237943

Log:
  MFC 237730:
  
    r237730 | ken | 2012-06-28 14:48:24 -0600 (Thu, 28 Jun 2012) | 5 lines
  
    Now that the mps(4) driver is endian-safe, add it to the powerpc and
    sparc64 GENERIC config files.

Modified:
  stable/9/sys/powerpc/conf/GENERIC64
  stable/9/sys/sparc64/conf/GENERIC
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/powerpc/conf/GENERIC64
==============================================================================
--- stable/9/sys/powerpc/conf/GENERIC64	Mon Jul  2 02:38:27 2012	(r237942)
+++ stable/9/sys/powerpc/conf/GENERIC64	Mon Jul  2 02:44:00 2012	(r237943)
@@ -94,6 +94,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: stable/9/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/9/sys/sparc64/conf/GENERIC	Mon Jul  2 02:38:27 2012	(r237942)
+++ stable/9/sys/sparc64/conf/GENERIC	Mon Jul  2 02:44:00 2012	(r237943)
@@ -95,6 +95,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