aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf/DEFAULTS
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-10-27 17:34:35 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-10-27 17:34:35 +0000
commit85d72e4a2ec5575f169dacf5b1745fd318fdfc83 (patch)
treefc1803826bab50ecc665e6f9ecf346114cc9184f /sys/amd64/conf/DEFAULTS
parent5d89e1d0af780267751125a258f03f6be8962ebc (diff)
downloadsrc-85d72e4a2ec5575f169dacf5b1745fd318fdfc83.tar.gz
src-85d72e4a2ec5575f169dacf5b1745fd318fdfc83.zip
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
Notes
Notes: svn path=/head/; revision=151748
Diffstat (limited to 'sys/amd64/conf/DEFAULTS')
-rw-r--r--sys/amd64/conf/DEFAULTS17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
new file mode 100644
index 000000000000..60cb04a5e979
--- /dev/null
+++ b/sys/amd64/conf/DEFAULTS
@@ -0,0 +1,17 @@
+#
+# 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