Date: Sun, 8 Feb 2009 23:51:44 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/part g_part_ebr.c g_part_mbr.c src/sys/modules/geom/geom_part Makefile src/sys/modules/geom/geom_part/geom_part_ebr Makefile Message-ID: <200902082352.n18Nq5so054241@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-02-08 23:51:44 UTC
FreeBSD src repository
Modified files:
sys/geom/part g_part_mbr.c
sys/modules/geom/geom_part Makefile
Added files:
sys/geom/part g_part_ebr.c
sys/modules/geom/geom_part/geom_part_ebr Makefile
Log:
SVN rev 188354 on 2009-02-08 23:51:44Z by marcel
Add the EBR scheme. The EBR scheme supports the Extended Boot Records
found inside extended partitions and used to create logical partitions.
At this time write/modify support is not (yet) present.
The EBR and MBR schemes both check the parent scheme. The MBR will
back-off when nested under another MBR, whereas the EBR only nests
under a MBR.
Revision Changes Path
1.1 +339 -0 src/sys/geom/part/g_part_ebr.c (new)
1.12 +6 -0 src/sys/geom/part/g_part_mbr.c
1.4 +1 -0 src/sys/modules/geom/geom_part/Makefile
1.1 +12 -0 src/sys/modules/geom/geom_part/geom_part_ebr/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902082352.n18Nq5so054241>
