cvs commit: src/sys/conf files options src/sys/i386/conf DEFAULTS
src/sys/isa isa_common.c src/sys/pc98/conf DEFAULTS
Marius Strobl
marius at FreeBSD.org
Mon Jun 12 21:09:34 UTC 2006
marius 2006-06-12 21:07:13 UTC
FreeBSD src repository
Modified files:
sys/conf files options
sys/i386/conf DEFAULTS
sys/isa isa_common.c
sys/pc98/conf DEFAULTS
Log:
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
Revision Changes Path
1.1123 +2 -2 src/sys/conf/files
1.545 +4 -1 src/sys/conf/options
1.6 +1 -0 src/sys/i386/conf/DEFAULTS
1.45 +6 -0 src/sys/isa/isa_common.c
1.6 +1 -0 src/sys/pc98/conf/DEFAULTS
More information about the cvs-src
mailing list