summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-31 16:27:07 +0000
committerphk <phk@FreeBSD.org>2003-01-31 16:27:07 +0000
commit9d1b9f3c00eec7affbd4cfbbdecad9d0d4c68616 (patch)
tree3af1607d883382486c0b817100e3563f98603a5b /sys/conf
parente7ce94ea3cd571d0c7500004591f0fa276aa4106 (diff)
downloadFreeBSD-src-9d1b9f3c00eec7affbd4cfbbdecad9d0d4c68616.zip
FreeBSD-src-9d1b9f3c00eec7affbd4cfbbdecad9d0d4c68616.tar.gz
Add a rudimentary class for slicing Apple partitioned disks.
More work is needed on this, stakeholders please contact me. Not quite asked for by: rwatson
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 978a00f..c617dc8 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -115,6 +115,7 @@ options PQ_CACHESIZE=512 # color for 512k/16k cache
options INCLUDE_CONFIG_FILE # Include this file in kernel
options GEOM_AES
+options GEOM_APPLE
options GEOM_BDE
options GEOM_BSD
options GEOM_GPT
diff --git a/sys/conf/files b/sys/conf/files
index 5f48921..61314c7 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -873,6 +873,7 @@ geom/bde/g_bde_crypt.c optional geom_bde
geom/bde/g_bde_lock.c optional geom_bde
geom/bde/g_bde_work.c optional geom_bde
geom/geom_aes.c optional geom_aes
+geom/geom_apple.c optional geom_apple
geom/geom_bsd.c optional geom_bsd
geom/geom_ctl.c standard
geom/geom_dev.c standard
diff --git a/sys/conf/options b/sys/conf/options
index 7b9060b..2da7e25 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -88,6 +88,7 @@ DDB_UNATTENDED
GDB_REMOTE_CHAT opt_ddb.h
GDBSPEED opt_ddb.h
GEOM_AES opt_geom.h
+GEOM_APPLE opt_geom.h
GEOM_BDE opt_geom.h
GEOM_BSD opt_geom.h
GEOM_GPT opt_geom.h
OpenPOWER on IntegriCloud