Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 15:21:04 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r190065 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb sparc64/conf
Message-ID:  <200903191521.n2JFL40i066469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu Mar 19 15:21:04 2009
New Revision: 190065
URL: http://svn.freebsd.org/changeset/base/190065

Log:
  MFC: 183762
  
  Enable mpt(4) as some later models have on-board Fusion-MPT
  controllers and it's sufficient endian-clean since r189999.
  While at it, remove the commented out ncr(4) as it doesn't
  even use bus_dma(9), which isn't worth fixing though as sym(4)
  already supports a superset of the controllers driven by ncr(4).

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/sparc64/conf/GENERIC

Modified: stable/7/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/7/sys/sparc64/conf/GENERIC	Thu Mar 19 15:16:05 2009	(r190064)
+++ stable/7/sys/sparc64/conf/GENERIC	Thu Mar 19 15:21:04 2009	(r190065)
@@ -95,9 +95,8 @@ options 	AHC_REG_PRETTY_PRINT	# Print re
 					# output.  Adds ~128k to driver.
 device		isp		# Qlogic family
 device		ispfw		# Firmware module for Qlogic host adapters
-#device		mpt		# LSI-Logic MPT-Fusion
-#device		ncr		# NCR/Symbios Logic
-device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
+device		mpt		# LSI-Logic MPT-Fusion
+device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
 device		esp		# NCR53c9x (FEPS/FAS366)
 
 # SCSI peripherals



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