summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2002-09-21 00:37:14 +0000
committeroster <oster@NetBSD.org>2002-09-21 00:37:14 +0000
commitea9e550f690dde4a92d65e3800c563d4df190b41 (patch)
treeebc46b4fe38b8110e187022672a58c4d64eeae67 /sys/dev/raidframe
parent2cab03d64ae9761f6256d4e60da4722908bd0c61 (diff)
rf_CvscanConfigure() is a NOP. Nuke it. Thanks Krister!
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_cvscan.c13
-rw-r--r--sys/dev/raidframe/rf_cvscan.h3
2 files changed, 3 insertions, 13 deletions
diff --git a/sys/dev/raidframe/rf_cvscan.c b/sys/dev/raidframe/rf_cvscan.c
index 8eea048c773..034ff570c3a 100644
--- a/sys/dev/raidframe/rf_cvscan.c
+++ b/sys/dev/raidframe/rf_cvscan.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_cvscan.c,v 1.8 2001/11/13 07:11:12 lukem Exp $ */
+/* $NetBSD: rf_cvscan.c,v 1.9 2002/09/21 00:37:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -35,7 +35,7 @@
******************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_cvscan.c,v 1.8 2001/11/13 07:11:12 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_cvscan.c,v 1.9 2002/09/21 00:37:14 oster Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_alloclist.h"
@@ -319,15 +319,6 @@ rf_CvscanPeek(void *q_in)
** lowest response time standard deviation
*/
-
-int
-rf_CvscanConfigure()
-{
- return (0);
-}
-
-
-
void *
rf_CvscanCreate(RF_SectorCount_t sectPerDisk,
RF_AllocListElem_t * clList,
diff --git a/sys/dev/raidframe/rf_cvscan.h b/sys/dev/raidframe/rf_cvscan.h
index c755ced9171..adcefa88888 100644
--- a/sys/dev/raidframe/rf_cvscan.h
+++ b/sys/dev/raidframe/rf_cvscan.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_cvscan.h,v 1.3 1999/02/05 00:06:07 oster Exp $ */
+/* $NetBSD: rf_cvscan.h,v 1.4 2002/09/21 00:37:14 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -70,7 +70,6 @@ typedef struct RF_CvscanHeader_s {
RF_DiskQueueData_t *burner;
} RF_CvscanHeader_t;
-int rf_CvscanConfigure(void);
void *
rf_CvscanCreate(RF_SectorCount_t sect_per_disk,
RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);