summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>1999-08-10 21:41:37 +0000
committeroster <oster@NetBSD.org>1999-08-10 21:41:37 +0000
commit49efd10006b1a36fb5fbfc1e1b1b5e883ea75cd1 (patch)
treeb25af9af171bd9a59ec6dc6ece69e042edf07b45 /sys/dev/raidframe
parentcca4496da7a69b970a28eed3c3fe026b350ea539 (diff)
Oops. Make minor change that I forgot when adding the parity check ioctl.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_netbsdkintf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c
index ebf6aea0ae7..e7c8841290b 100644
--- a/sys/dev/raidframe/rf_netbsdkintf.c
+++ b/sys/dev/raidframe/rf_netbsdkintf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_netbsdkintf.c,v 1.22 1999/08/10 18:18:30 oster Exp $ */
+/* $NetBSD: rf_netbsdkintf.c,v 1.23 1999/08/10 21:41:37 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -732,6 +732,7 @@ raidioctl(dev, cmd, data, flag, p)
case RAIDFRAME_REMOVE_HOT_SPARE:
case RAIDFRAME_INIT_LABELS:
case RAIDFRAME_REBUILD_IN_PLACE:
+ case RAIDFRAME_CHECK_PARITY:
if ((rs->sc_flags & RAIDF_INITED) == 0)
return (ENXIO);
}