freebsd-dev/sys/pc98/conf/DEFAULTS
Marius Strobl acb8c14985 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
2006-06-12 21:07:13 +00:00

23 lines
361 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
#
# $FreeBSD$
machine pc98 i386
options PC98
# Bus support.
device isa
options ISAPNP
# Floating point support.
device npx
# Pseudo devices.
device mem # Memory and kernel memory devices
device io # I/O device
# UART chips on this platform
device uart_ns8250
#device uart_i8251