diff options
author | marcel <marcel@FreeBSD.org> | 2007-06-13 05:07:42 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-06-13 05:07:42 +0000 |
commit | 0d73aaee3aff0af28853ed2f645e3c10bf33edee (patch) | |
tree | f67780340f991b9cf9144ea8e55168e722c2774b /sys | |
parent | 3f70795ddad4e34f98361722741152551f52eff6 (diff) | |
download | FreeBSD-src-0d73aaee3aff0af28853ed2f645e3c10bf33edee.zip FreeBSD-src-0d73aaee3aff0af28853ed2f645e3c10bf33edee.tar.gz |
Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ia64/conf/DEFAULTS | 2 | ||||
-rw-r--r-- | sys/powerpc/conf/DEFAULTS | 1 |
2 files changed, 2 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 diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index 0eeeb61..7204e8b 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -13,6 +13,7 @@ device uart_ns8250 device uart_z8530 options GEOM_PART_APM +options GEOM_PART_MBR # KSE support went from being default to a kernel option options KSE |