summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-07-17 20:02:51 +0000
committermarcel <marcel@FreeBSD.org>2006-07-17 20:02:51 +0000
commit444a271f09b84aead81dff224512d650597cdfcc (patch)
tree8a1394659f42d885609e6124e2ec30675cd374ff
parentcd6451f0ca0576c0a75a95651c7c8d37e33bebf3 (diff)
downloadFreeBSD-src-444a271f09b84aead81dff224512d650597cdfcc.zip
FreeBSD-src-444a271f09b84aead81dff224512d650597cdfcc.tar.gz
Move default GEOM classes from files.ia64, where they were marked
standard, to the DEFAULTS file.
-rw-r--r--sys/conf/files.ia645
-rw-r--r--sys/ia64/conf/DEFAULTS5
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64
index 5dfddff..4b9da2a 100644
--- a/sys/conf/files.ia64
+++ b/sys/conf/files.ia64
@@ -69,11 +69,6 @@ dev/syscons/scvtb.c optional sc
dev/syscons/syscons.c optional sc
dev/syscons/sysmouse.c optional sc
dev/uart/uart_cpu_ia64.c optional uart
-geom/geom_bsd.c standard
-geom/geom_bsd_enc.c standard
-geom/geom_gpt.c standard
-geom/geom_mbr.c standard
-geom/geom_mbr_enc.c standard
dev/acpica/acpi_if.m standard
ia64/acpica/OsdEnvironment.c optional acpi
ia64/acpica/acpi_machdep.c optional acpi
diff --git a/sys/ia64/conf/DEFAULTS b/sys/ia64/conf/DEFAULTS
index 49f39c1..71accdc 100644
--- a/sys/ia64/conf/DEFAULTS
+++ b/sys/ia64/conf/DEFAULTS
@@ -13,3 +13,8 @@ device mem # Memory and kernel memory devices
# UART chips on this platform
device uart_ns8250
+
+options GEOM_BSD
+options GEOM_GPT
+options GEOM_MBR
+
OpenPOWER on IntegriCloud