summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-13 05:07:42 +0000
committermarcel <marcel@FreeBSD.org>2007-06-13 05:07:42 +0000
commit0d73aaee3aff0af28853ed2f645e3c10bf33edee (patch)
treef67780340f991b9cf9144ea8e55168e722c2774b /sys/ia64/conf
parent3f70795ddad4e34f98361722741152551f52eff6 (diff)
downloadFreeBSD-src-0d73aaee3aff0af28853ed2f645e3c10bf33edee.zip
FreeBSD-src-0d73aaee3aff0af28853ed2f645e3c10bf33edee.tar.gz
Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/DEFAULTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS
index 6dd3b83..8ac4e78 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -15,8 +15,8 @@ device mem # Memory and kernel memory devices
device uart_ns8250
options GEOM_BSD
-options GEOM_MBR
options GEOM_PART_GPT
+options GEOM_PART_MBR
# KSE support went from being default to a kernel option
options KSE
OpenPOWER on IntegriCloud