]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r227006, r227281, r227282
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Nov 2011 13:40:54 +0000 (13:40 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Nov 2011 13:40:54 +0000 (13:40 +0000)
commit92419693056ee6b77d6d0dd10c7809d2f7b611b0
tree0a6b9c02a5479304225ce7d671551dc57541bcaa
parente99d23f7d2e6ba15e631276327624ba429cec56c
MFC: r227006, r227281, r227282

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
Approved by: re (kib)
Obtained from: NetBSD (based on)

git-svn-id: svn://svn.freebsd.org/base/stable/9@227305 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
UPDATING
share/man/man4/esp.4
sys/amd64/conf/GENERIC
sys/conf/NOTES
sys/conf/files
sys/dev/esp/am53c974reg.h [new file with mode: 0644]
sys/dev/esp/esp_pci.c [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/modules/Makefile
sys/modules/esp/Makefile
sys/pc98/conf/GENERIC
sys/sparc64/conf/GENERIC