svn commit: r183762 - head/sys/sparc64/conf
Marius Strobl
marius at FreeBSD.org
Sat Oct 11 12:10:24 UTC 2008
Author: marius
Date: Sat Oct 11 12:10:23 2008
New Revision: 183762
URL: http://svn.freebsd.org/changeset/base/183762
Log:
Enable mpt(4) as some later models have on-board Fusion-MPT
controllers and it seems to work just fine with at least an
add-on SAS3080X. 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:
head/sys/sparc64/conf/GENERIC
Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC Sat Oct 11 10:47:18 2008 (r183761)
+++ head/sys/sparc64/conf/GENERIC Sat Oct 11 12:10:23 2008 (r183762)
@@ -106,9 +106,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-head
mailing list