Date: Wed, 1 Oct 2008 14:50:36 +0000 (UTC) From: Ulf Lilleengen <lulf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/vinum geom_vinum.h geom_vinum_drive.c geom_vinum_var.h Message-ID: <200810011450.m91Eos6o016831@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lulf 2008-10-01 14:50:36 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.h geom_vinum_drive.c geom_vinum_var.h Log: SVN rev 183514 on 2008-10-01 14:50:36Z by lulf - Make gvinum header on-disk structure consistent on all platforms by storing the gvinum header in fields of fixed size and in a big endian byte order rather than the size and byte order of the actual platform. Note that the change is backwards compatible with the old gvinum configuration format, but will save the configuration in the new format when the 'saveconfig' command is executed. Submitted by: Rick C. Petty <rick-freebsd -at- kiwi-computer.com> Revision Changes Path 1.14 +2 -0 src/sys/geom/vinum/geom_vinum.h 1.30 +225 -5 src/sys/geom/vinum/geom_vinum_drive.c 1.12 +5 -3 src/sys/geom/vinum/geom_vinum_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810011450.m91Eos6o016831>