summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/DEFAULTS
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-10-23 01:51:55 +0000
committermarcel <marcel@FreeBSD.org>2008-10-23 01:51:55 +0000
commit0b891188402f8f36b7030ec68be51747af5a1cbd (patch)
tree147b2726264d888752addf18a8b919bbc1bf3e00 /sys/arm/conf/DEFAULTS
parent13ea6f6b0ffa732fc83ea8af82c7b05eff7fcffe (diff)
downloadFreeBSD-src-0b891188402f8f36b7030ec68be51747af5a1cbd.zip
FreeBSD-src-0b891188402f8f36b7030ec68be51747af5a1cbd.tar.gz
Add arm/conf/DEFAULTS and populate it with:
machine arm device mem options GEOM_BSD options GEOM_MBR Remove the first two from all kernel configuration files and change geom_bsd and geom_mbr from standard to optional.
Diffstat (limited to 'sys/arm/conf/DEFAULTS')
-rw-r--r--sys/arm/conf/DEFAULTS11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
new file mode 100644
index 0000000..606e962
--- /dev/null
+++ b/sys/arm/conf/DEFAULTS
@@ -0,0 +1,11 @@
+#
+# DEFAULTS -- Default kernel configuration file for FreeBSD/arm
+#
+# $FreeBSD$
+
+machine arm
+
+device mem
+
+options GEOM_BSD
+options GEOM_MBR
OpenPOWER on IntegriCloud