Date: Mon, 12 Jun 2006 21:07:13 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/i386/conf DEFAULTS src/sys/isa isa_common.c src/sys/pc98/conf DEFAULTS Message-ID: <200606122107.k5CL7DJt018467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606122107.k5CL7DJt018467>
