Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 02:44:00 +0000 (UTC)
From:      "Kenneth D. Merry" <ken@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r237943 - in stable/9/sys: powerpc/conf sparc64/conf
Message-ID:  <201207020244.q622i0AQ038354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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