summaryrefslogtreecommitdiffstats
path: root/sys/pc98/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/pc98/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/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 60057e2..bc2dadb 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -101,7 +101,7 @@ device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
# SCSI Controllers
device adv # Advansys SCSI adapters
device ahc # AHA2940 and onboard AIC7xxx devices
-device amd # AMD 53C974 (Tekram DC-390(T))
+device esp # AMD Am53C974 (Tekram DC-390(T))
device isp # Qlogic family
#device ncr # NCR/Symbios Logic
device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
OpenPOWER on IntegriCloud