Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.

This commit is contained in:
Marcel Moolenaar 2007-06-13 05:07:42 +00:00
parent 6bc5044561
commit 097dcc115d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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