freebsd-dev/sys/i386/conf/DEFAULTS
John Baldwin 85d72e4a2e Create a default kernel config for i386 and move 'device isa' and
'device npx' (both of which aren't really optional right now) and
'device io' and 'device mem' (to preserve POLA for 4.x users upgrading
to 6.0) from GENERIC into DEFAULTS.

Requested by:	scottl
Reviewed by:	scottl
2005-10-27 17:34:35 +00:00

18 lines
305 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/i386
#
# $FreeBSD$
# Not yet, this would break all existing configs
#machine i386
# Bus support.
device isa
# Floating point support.
device npx
# Pseudo devices.
device mem # Memory and kernel memory devices
device io # I/O device