svn commit: r190065 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb sparc64/conf

Marius Strobl marius at FreeBSD.org
Thu Mar 19 08:21:05 PDT 2009


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


More information about the svn-src-all mailing list