]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the ISAPNP code optional and only enable it on i386 and pc98 (used
authorMarius Strobl <marius@FreeBSD.org>
Mon, 12 Jun 2006 21:07:13 +0000 (21:07 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Mon, 12 Jun 2006 21:07:13 +0000 (21:07 +0000)
commitacb8c14985b436c339f8bafa0988e84533b80422
treeda4439ea5709e5618e109faeee8993d3a0aa0ad5
parented5c24e27da353299c3c319243f57d60cba88db0
Make the ISAPNP code optional and only enable it on i386 and pc98 (used
for CBUS-PNP cards there) by default, as there are no amd64 and sparc64
machines with ISA slots and which therefore could make use of this code
known to exist. For sparc64 this additionally allows to get rid of the
compat shims for in{b,w,l}()/out{b,w,l}() etc and the associated hacks.

OK'ed by: imp, peter
sys/conf/files
sys/conf/options
sys/i386/conf/DEFAULTS
sys/isa/isa_common.c
sys/pc98/conf/DEFAULTS