summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumio.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-02-29 06:12:34 +0000
committergrog <grog@FreeBSD.org>2000-02-29 06:12:34 +0000
commit5e18969e48d5bd47f7f93884f1c7cbad2ba9147a (patch)
treeb48dbce379e0a7c6c8cc20d1ffdfd15ac5aeb449 /sys/dev/vinum/vinumio.h
parentc48bc776a1f42c40383ab1bc4cc5b2ff20170b81 (diff)
downloadFreeBSD-src-5e18969e48d5bd47f7f93884f1c7cbad2ba9147a.zip
FreeBSD-src-5e18969e48d5bd47f7f93884f1c7cbad2ba9147a.tar.gz
Modify comments to indicate that RAID-5 functions also apply to
RAID-4. Approved-by: jkh
Diffstat (limited to 'sys/dev/vinum/vinumio.h')
-rw-r--r--sys/dev/vinum/vinumio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumio.h b/sys/dev/vinum/vinumio.h
index 90a4220..63286f7 100644
--- a/sys/dev/vinum/vinumio.h
+++ b/sys/dev/vinum/vinumio.h
@@ -153,6 +153,6 @@ struct vinum_rename_msg {
#define VINUM_FINDDAEMON _IOC(0, L, 93, 0) /* check for presence of Vinum daemon */
#define VINUM_SETDAEMON _IOW(L, 94, int) /* set daemon flags */
#define VINUM_GETDAEMON _IOR(L, 95, int) /* get daemon flags */
-#define VINUM_CHECKPARITY _IOWR(L, 96, struct _ioctl_reply) /* check RAID-5 parity */
-#define VINUM_REBUILDPARITY _IOWR(L, 97, struct _ioctl_reply) /* rebuild RAID-5 parity */
+#define VINUM_CHECKPARITY _IOWR(L, 96, struct _ioctl_reply) /* check RAID-4/5 parity */
+#define VINUM_REBUILDPARITY _IOWR(L, 97, struct _ioctl_reply) /* rebuild RAID-4/5 parity */
#define VINUM_MOVE _IOWR(L, 98, struct _ioctl_reply) /* move an object */
OpenPOWER on IntegriCloud