aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-11-01 21:26:57 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-11-01 21:26:57 +0000
commita9ab459b31358ed5bdc16c8c01edbf698cd05e8e (patch)
tree7f527be35e9a56e47bace47d8fe981185ccb370c /sys/sparc64
parentdf96fd6e14b5cea556de886b6e4f7d745ae68d28 (diff)
downloadsrc-a9ab459b31358ed5bdc16c8c01edbf698cd05e8e.tar.gz
src-a9ab459b31358ed5bdc16c8c01edbf698cd05e8e.zip
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
Notes
Notes: svn path=/head/; revision=227006
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 66af137bcf15..a686ca560432 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)