summaryrefslogtreecommitdiffstats
path: root/sys/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/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/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files1
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b80df35..3ab8244 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1459,7 +1459,9 @@ options TEKEN_UTF8 # UTF-8 output handling
# such as the Tekram DC-390(T).
# bt: Most Buslogic controllers: including BT-445, BT-54x, BT-64x, BT-74x,
# BT-75x, BT-946, BT-948, BT-956, BT-958, SDC3211B, SDC3211F, SDC3222F
-# esp: NCR53c9x. Only for SBUS hardware right now.
+# esp: Emulex ESP, NCR 53C9x and QLogic FAS families based controllers
+# including the AMD Am53C974 (found on devices such as the Tekram
+# DC-390(T)) and the Sun ESP and FAS families of controllers
# isp: Qlogic ISP 1020, 1040 and 1040B PCI SCSI host adapters,
# ISP 1240 Dual Ultra SCSI, ISP 1080 and 1280 (Dual) Ultra2,
# ISP 12160 Ultra3 SCSI,
diff --git a/sys/conf/files b/sys/conf/files
index e6dfe63..1f2bd0b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1064,6 +1064,7 @@ dev/ep/if_ep_eisa.c optional ep eisa
dev/ep/if_ep_isa.c optional ep isa
dev/ep/if_ep_mca.c optional ep mca
dev/ep/if_ep_pccard.c optional ep pccard
+dev/esp/esp_pci.c optional esp pci
dev/esp/ncr53c9x.c optional esp
dev/ex/if_ex.c optional ex
dev/ex/if_ex_isa.c optional ex isa
OpenPOWER on IntegriCloud