aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
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/modules/Makefile
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/modules/Makefile')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 9b0f24b939e0..7d691fe24f5a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -89,6 +89,7 @@ SUBDIR= ${_3dfx} \
en \
${_ep} \
${_epic} \
+ esp \
${_et} \
${_ex} \
${_exca} \