aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf/DEFAULTS
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/conf/DEFAULTS')
-rw-r--r--sys/amd64/conf/DEFAULTS24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
new file mode 100644
index 000000000000..2c221cb76bb9
--- /dev/null
+++ b/sys/amd64/conf/DEFAULTS
@@ -0,0 +1,24 @@
+#
+# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
+#
+# $FreeBSD$
+
+machine amd64
+
+# Bus support.
+device isa
+
+# Pseudo devices.
+device mem # Memory and kernel memory devices
+device io # I/O device
+
+# UART chips on this platform
+device uart_ns8250
+
+# Default partitioning schemes
+options GEOM_PART_BSD
+options GEOM_PART_EBR
+options GEOM_PART_EBR_COMPAT
+options GEOM_PART_MBR
+
+options NEW_PCIB