From 49efd10006b1a36fb5fbfc1e1b1b5e883ea75cd1 Mon Sep 17 00:00:00 2001 From: oster Date: Tue, 10 Aug 1999 21:41:37 +0000 Subject: Oops. Make minor change that I forgot when adding the parity check ioctl. --- sys/dev/raidframe/rf_netbsdkintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/raidframe') 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); } -- cgit