Add version history.

This commit is contained in:
Pawel Jakub Dawidek 2004-08-21 21:15:03 +00:00
parent 84d5dfb47e
commit d12bd83e9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134136

View File

@ -35,6 +35,11 @@
#define G_RAID3_CLASS_NAME "RAID3"
#define G_RAID3_MAGIC "GEOM::RAID3"
/*
* Version history:
* 0 - Initial version number.
* 1 - Added 'round-robin reading' algorithm.
*/
#define G_RAID3_VERSION 1
#define G_RAID3_DISK_FLAG_DIRTY 0x0000000000000001ULL