summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-06-12 21:07:13 +0000
committermarius <marius@FreeBSD.org>2006-06-12 21:07:13 +0000
commit9e60ac43b5ce3518ef71ac90c67969eec3282762 (patch)
treeda4439ea5709e5618e109faeee8993d3a0aa0ad5 /sys/i386
parentec7a44920791ea14b9eb51468503285eaf116c8a (diff)
downloadFreeBSD-src-9e60ac43b5ce3518ef71ac90c67969eec3282762.zip
FreeBSD-src-9e60ac43b5ce3518ef71ac90c67969eec3282762.tar.gz
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
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/DEFAULTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index a98e370..f0c64c1 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -7,6 +7,7 @@ machine i386
# Bus support.
device isa
+options ISAPNP
# Floating point support.
device npx
OpenPOWER on IntegriCloud