From ea9e550f690dde4a92d65e3800c563d4df190b41 Mon Sep 17 00:00:00 2001 From: oster Date: Sat, 21 Sep 2002 00:37:14 +0000 Subject: rf_CvscanConfigure() is a NOP. Nuke it. Thanks Krister! --- sys/dev/raidframe/rf_cvscan.c | 13 ++----------- sys/dev/raidframe/rf_cvscan.h | 3 +-- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'sys/dev/raidframe') 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 -__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 #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); -- cgit