Date: Sun, 2 Mar 2008 00:52:49 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/geom/part g_part_vtoc8.c src/sys/sys vtoc.h Message-ID: <200803020052.m220qoYi003758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-03-02 00:52:49 UTC
FreeBSD src repository
Modified files:
sys/conf files options
Added files:
sys/geom/part g_part_vtoc8.c
sys/sys vtoc.h
Log:
Add support for VTOC8 labels (aka sun disk labels). When a label does
not have VTOC information about the partitions, it will be created.
This is because the VTOC information is used for the partition type
and FreeBSD's sunlabel(8) does not create nor use VTOC information.
For this purpose, new tags have been added to support FreeBSD's
partition types.
Revision Changes Path
1.1274 +1 -0 src/sys/conf/files
1.619 +1 -0 src/sys/conf/options
1.1 +480 -0 src/sys/geom/part/g_part_vtoc8.c (new)
1.1 +106 -0 src/sys/sys/vtoc.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803020052.m220qoYi003758>
