summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
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/i386/conf
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/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 42811a8..853d56c 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -110,7 +110,7 @@ options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
device ahd # AHA39320/29320 and onboard AIC79xx devices
options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
-device amd # AMD 53C974 (Tekram DC-390(T))
+device esp # AMD Am53C974 (Tekram DC-390(T))
device hptiop # Highpoint RocketRaid 3xxx series
device isp # Qlogic family
#device ispfw # Firmware for QLogic HBAs- normally a module
OpenPOWER on IntegriCloud