]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r227006, r227281, r227282
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Nov 2011 13:45:18 +0000 (13:45 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 7 Nov 2011 13:45:18 +0000 (13:45 +0000)
commitfffbd65cc39a2880964e2cb3bf2c15b19e4d931b
tree0d5aea65b5254ee72ad8aef51bd537c655a2e354
parent28edb55b6e330e4575922b513dec3e4b1d8ad28b
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
Obtained from: NetBSD (based on)

git-svn-id: svn://svn.freebsd.org/base/stable/8@227306 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