summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-08-21 21:15:03 +0000
committerpjd <pjd@FreeBSD.org>2004-08-21 21:15:03 +0000
commit2acdd880f4604706669461ec3a52a73bb41dd081 (patch)
treec866854cf4a17b0577021b7eb99d8810de3aafe4 /sys/geom/raid3
parent6eaad9248d89e281f1961bc53945f5b66727cb25 (diff)
downloadFreeBSD-src-2acdd880f4604706669461ec3a52a73bb41dd081.zip
FreeBSD-src-2acdd880f4604706669461ec3a52a73bb41dd081.tar.gz
Add version history.
Diffstat (limited to 'sys/geom/raid3')
-rw-r--r--sys/geom/raid3/g_raid3.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/geom/raid3/g_raid3.h b/sys/geom/raid3/g_raid3.h
index 8084751..2f40ddd 100644
--- a/sys/geom/raid3/g_raid3.h
+++ b/sys/geom/raid3/g_raid3.h
@@ -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
OpenPOWER on IntegriCloud