summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-10-11 12:10:23 +0000
committermarius <marius@FreeBSD.org>2008-10-11 12:10:23 +0000
commitd419091415435b54022f74c107b62e237ea926ff (patch)
tree5c450cc88d71c30d3cf08b0472fd723b895da1cc /sys/sparc64/conf
parent29c519f3513f533d8667695bb88f6f8b99a66a6d (diff)
downloadFreeBSD-src-d419091415435b54022f74c107b62e237ea926ff.zip
FreeBSD-src-d419091415435b54022f74c107b62e237ea926ff.tar.gz
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).
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 1455ad5..e0fd67f 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -106,9 +106,8 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# 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
OpenPOWER on IntegriCloud