diff options
author | nyan <nyan@FreeBSD.org> | 2003-05-01 13:44:24 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-05-01 13:44:24 +0000 |
commit | 313e5532054f4eb70ecba1a25a519ebfe061da1c (patch) | |
tree | ac12113193325fbb2c8b1d5802f26b7ab536190d /sys/conf | |
parent | 33a268f422abc0f17861af3ee9f7bd25afb39192 (diff) | |
download | FreeBSD-src-313e5532054f4eb70ecba1a25a519ebfe061da1c.zip FreeBSD-src-313e5532054f4eb70ecba1a25a519ebfe061da1c.tar.gz |
- Move decoding pc98_partition function into geom_pc98_enc.c.
- Add encoding pc98_partition function.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 | ||||
-rw-r--r-- | sys/conf/files.pc98 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 12dd911..90c4664 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -909,6 +909,7 @@ geom/geom_mbr.c optional geom_mbr geom/geom_mbr_enc.c optional geom_mbr geom/geom_mirror.c optional geom_mirror geom/geom_pc98.c optional geom_pc98 +geom/geom_pc98_enc.c optional geom_pc98 geom/geom_slice.c standard geom/geom_subr.c standard geom/geom_sunlabel.c optional geom_sunlabel diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 26ffdbf..b83c162 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -126,6 +126,7 @@ dev/syscons/sysmouse.c optional sc geom/geom_bsd.c standard geom/geom_bsd_enc.c standard geom/geom_pc98.c standard +geom/geom_pc98_enc.c standard gnu/i386/fpemul/div_small.s optional gpl_math_emulate \ warning "kernel contains GPL contaminated math emulator" gnu/i386/fpemul/errors.c optional gpl_math_emulate |