summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-03-28 17:58:55 +0000
committermarcel <marcel@FreeBSD.org>2008-03-28 17:58:55 +0000
commit4545b45cdc87ef949421ebfb93a325814f8a8890 (patch)
treec3356b60ddfbe888a33ff106d361674f1263a18b /sys/conf
parentfbebd132a5e363c6e1f063d9839ec9122380db16 (diff)
downloadFreeBSD-src-4545b45cdc87ef949421ebfb93a325814f8a8890.zip
FreeBSD-src-4545b45cdc87ef949421ebfb93a325814f8a8890.tar.gz
Add support for PC-9800 partition tables.
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 f0e422b..95c9a2a 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -149,6 +149,7 @@ options GEOM_PART_APM # Apple partitioning
options GEOM_PART_BSD # BSD disklabel
options GEOM_PART_GPT # GPT partitioning
options GEOM_PART_MBR # MBR partitioning
+options GEOM_PART_PC98 # PC-9800 disk partitioning
options GEOM_PART_VTOC8 # SMI VTOC8 disk label
options GEOM_PC98 # NEC PC9800 partitioning
options GEOM_RAID3 # RAID3 functionality.
diff --git a/sys/conf/files b/sys/conf/files
index 3f1c6e0..0236781 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1330,6 +1330,7 @@ geom/part/g_part_apm.c optional geom_part_apm
geom/part/g_part_bsd.c optional geom_part_bsd
geom/part/g_part_gpt.c optional geom_part_gpt
geom/part/g_part_mbr.c optional geom_part_mbr
+geom/part/g_part_pc98.c optional geom_part_pc98
geom/part/g_part_vtoc8.c optional geom_part_vtoc8
geom/raid3/g_raid3.c optional geom_raid3
geom/raid3/g_raid3_ctl.c optional geom_raid3
diff --git a/sys/conf/options b/sys/conf/options
index c15a7eb..4133408 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -94,6 +94,7 @@ GEOM_PART_APM opt_geom.h
GEOM_PART_BSD opt_geom.h
GEOM_PART_GPT opt_geom.h
GEOM_PART_MBR opt_geom.h
+GEOM_PART_PC98 opt_geom.h
GEOM_PART_VTOC8 opt_geom.h
GEOM_PC98 opt_geom.h
GEOM_RAID3 opt_geom.h
OpenPOWER on IntegriCloud