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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"