summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-12-17 17:43:22 +0000
committermarcel <marcel@FreeBSD.org>2008-12-17 17:43:22 +0000
commitd654ea043b3abb2b97f8ec55e264e3ec987b3d09 (patch)
tree38bae467c60606ab43a086edb0381d39bdc8c5db /sys/arm
parent906e066d74f4617c6ec33d1c3f62b6b1a31ffcf3 (diff)
downloadFreeBSD-src-d654ea043b3abb2b97f8ec55e264e3ec987b3d09.zip
FreeBSD-src-d654ea043b3abb2b97f8ec55e264e3ec987b3d09.tar.gz
Make gpart the default partitioning class on all platforms.
Both ia64 and powerpc were using gpart exclusively already so there's no change for those two. Discussed on: arch@
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/DEFAULTS4
-rw-r--r--sys/arm/conf/EP802191
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
index 606e962..591a0a1 100644
--- a/sys/arm/conf/DEFAULTS
+++ b/sys/arm/conf/DEFAULTS
@@ -7,5 +7,5 @@ machine arm
device mem
-options GEOM_BSD
-options GEOM_MBR
+options GEOM_PART_BSD
+options GEOM_PART_MBR
diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219
index 8e2d6cb..8ce5b164 100644
--- a/sys/arm/conf/EP80219
+++ b/sys/arm/conf/EP80219
@@ -57,7 +57,6 @@ options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options GEOM_PART_GPT # GUID Partition Tables.
-options GEOM_MBR # DOS/MBR partitioning
options GEOM_LABEL # Providers labelization.
options BOOTP
OpenPOWER on IntegriCloud