svn commit: r237878 - head/sys/powerpc/conf

Kenneth D. Merry ken at FreeBSD.org
Sun Jul 1 05:34:31 UTC 2012


Author: ken
Date: Sun Jul  1 05:32:26 2012
New Revision: 237878
URL: http://svn.freebsd.org/changeset/base/237878

Log:
  Now that the mps(4) driver is endian-safe, add it to the powerpc 32-bit
  GENERIC config file.
  
  MFC after:	3 days
  Reqested by:	nwhitehorn

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Sun Jul  1 05:23:59 2012	(r237877)
+++ head/sys/powerpc/conf/GENERIC	Sun Jul  1 05:32:26 2012	(r237878)
@@ -107,6 +107,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


More information about the svn-src-head mailing list