summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-12-06 02:32:42 +0000
committermarcel <marcel@FreeBSD.org>2007-12-06 02:32:42 +0000
commit5f073f27891e074a1328a322fd6bcf3dc7aebd87 (patch)
treeb427a34e149fa36d5ee8e94751835b890c388547 /sys/ia64/conf
parent444bd6eea2b5f822b330e6f735a5bd14d99d86c9 (diff)
downloadFreeBSD-src-5f073f27891e074a1328a322fd6bcf3dc7aebd87.zip
FreeBSD-src-5f073f27891e074a1328a322fd6bcf3dc7aebd87.tar.gz
Add a BSD disklabel backend to g_part:
o Disklabels can have between 8 and 20 partitions (inclusive). o No device special file is created for the raw partition. o Switch ia64 to use this backend. o No support for boot code yet.
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 8ac4e78..7afec5c 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -14,7 +14,7 @@ device mem # Memory and kernel memory devices
# UART chips on this platform
device uart_ns8250
-options GEOM_BSD
+options GEOM_PART_BSD
options GEOM_PART_GPT
options GEOM_PART_MBR
OpenPOWER on IntegriCloud