summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-02-23 00:37:11 +0000
committeroster <oster@NetBSD.org>2000-02-23 00:37:11 +0000
commite0ab2f3d0f806d6435d651b9f46132d0b4a4ff25 (patch)
tree26e9709773eddab85cc8f1981eff5ec715aa5eab /sys/dev/raidframe
parent214822e08cc41c6b1fc8b4af65436e190e7efb5d (diff)
Correct a comment.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_netbsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_netbsd.h b/sys/dev/raidframe/rf_netbsd.h
index 2aa7683b4fb..2b8ab918543 100644
--- a/sys/dev/raidframe/rf_netbsd.h
+++ b/sys/dev/raidframe/rf_netbsd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsd.h,v 1.8 2000/02/22 03:39:47 oster Exp $ */
+/* $NetBSD: rf_netbsd.h,v 1.9 2000/02/23 00:37:11 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@ typedef struct RF_ComponentLabel_s {
0 == no, 1 == yes*/
int last_unit; /* last unit number (e.g. 0 for /dev/raid0)
of this component. Used for autoconfigure
- only. (Not currently used) */
+ only. */
int config_order; /* 0 .. n. The order in which the component
should be auto-configured. E.g. 0 is will
done first, (and would become raid0).