summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-11-01 21:26:57 +0000
committermarius <marius@FreeBSD.org>2011-11-01 21:26:57 +0000
commit788539ae310aec644e882cf14828996f85dbcc7e (patch)
tree7f527be35e9a56e47bace47d8fe981185ccb370c /sys/sparc64
parent973c472be56bc3b72c00c1a5a5d09b9f4cd60826 (diff)
downloadFreeBSD-src-788539ae310aec644e882cf14828996f85dbcc7e.zip
FreeBSD-src-788539ae310aec644e882cf14828996f85dbcc7e.tar.gz
Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and
replace amd(4) with the former in the amd64, i386 and pc98 GENERIC kernel configuration files. Besides duplicating functionality, amd(4), which previously also supported the AMD Am53C974, unlike esp(4) is no longer maintained and has accumulated enough bit rot over time to always cause a panic during boot as long as at least one target is attached to it (see PR 124667). PR: 124667 Obtained from: NetBSD (based on) MFC after: 3 days
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 66af137..a686ca5 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -103,11 +103,11 @@ device ahc # AHA2940 and onboard AIC7xxx devices
options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
+device esp # AMD Am53C974, Sun ESP and FAS families
device isp # Qlogic family
device ispfw # Firmware module for Qlogic host adapters
device mpt # LSI-Logic MPT-Fusion
device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
-device esp # NCR53c9x (FEPS/FAS366)
# ATA/SCSI peripherals
device scbus # SCSI bus (required for ATA/SCSI)
OpenPOWER on IntegriCloud