summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-03-15 21:44:08 +0000
committerphk <phk@FreeBSD.org>2002-03-15 21:44:08 +0000
commit62070488e8844867819ddda5837fa0b584c27dc5 (patch)
tree4ef929f73d23b97e149338e388c1c165b58b0385 /sys/conf
parenta920edd5b34a054bc705e188d107e8e0d2cbaade (diff)
downloadFreeBSD-src-62070488e8844867819ddda5837fa0b584c27dc5.zip
FreeBSD-src-62070488e8844867819ddda5837fa0b584c27dc5.tar.gz
Teach GEOM about Sun disklabel formats.
The detection code in this method is written so that it should work on all architectures which means that you can plug a Sun disk into a i386 now and access the partitions. We still need an endian-agnostic ufs/ffs before this is really interresting, but the main focus was to get sparc64 onto the GEOM trail.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 7be3343..d346471 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -694,6 +694,7 @@ geom/geom_mbr.c optional geom
geom/geom_mbrext.c optional geom
geom/geom_slice.c optional geom
geom/geom_subr.c optional geom
+geom/geom_sunlabel.c optional geom
gnu/ext2fs/ext2_alloc.c optional ext2fs \
warning "kernel contains GPL contaminated ext2fs file system"
gnu/ext2fs/ext2_balloc.c optional ext2fs
OpenPOWER on IntegriCloud