summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_sstf.c
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>1999-01-26 02:33:49 +0000
committeroster <oster@NetBSD.org>1999-01-26 02:33:49 +0000
commit1eecf8e491f4ecb40edff2d8093fac193d203e73 (patch)
treefc9f06792e783e03fe393007c4caf9d3c8da17f3 /sys/dev/raidframe/rf_sstf.c
parent7c2e6d4c420981d843ea6d87e2aa3ad916fac166 (diff)
RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,
out-dated comments, and other unneeded stuff. This helps prepare for cleaning up the rest of the code, and adding new functionality. No functional changes to the kernel code in this commit.
Diffstat (limited to 'sys/dev/raidframe/rf_sstf.c')
-rw-r--r--sys/dev/raidframe/rf_sstf.c31
1 files changed, 1 insertions, 30 deletions
diff --git a/sys/dev/raidframe/rf_sstf.c b/sys/dev/raidframe/rf_sstf.c
index 8d89925f160..f7b0d9c6394 100644
--- a/sys/dev/raidframe/rf_sstf.c
+++ b/sys/dev/raidframe/rf_sstf.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_sstf.c,v 1.1 1998/11/13 04:20:34 oster Exp $ */
+/* $NetBSD: rf_sstf.c,v 1.2 1999/01/26 02:34:02 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -32,35 +32,6 @@
*
******************************************************************************/
-/*
- * :
- * Log: rf_sstf.c,v
- * Revision 1.7 1996/06/19 14:09:56 jimz
- * SstfPeek wasn't calling closest_to_arm() properly- would bogart
- * low priority I/Os
- *
- * Revision 1.6 1996/06/18 20:53:11 jimz
- * fix up disk queueing (remove configure routine,
- * add shutdown list arg to create routines)
- *
- * Revision 1.5 1996/06/13 20:42:13 jimz
- * add scan, cscan
- *
- * Revision 1.4 1996/06/07 22:26:27 jimz
- * type-ify which_ru (RF_ReconUnitNum_t)
- *
- * Revision 1.3 1996/06/07 21:33:04 jimz
- * begin using consistent types for sector numbers,
- * stripe numbers, row+col numbers, recon unit numbers
- *
- * Revision 1.2 1996/06/06 01:11:35 jimz
- * fixed many priority-related bugs
- *
- * Revision 1.1 1996/06/05 19:17:40 jimz
- * Initial revision
- *
- */
-
#include "rf_alloclist.h"
#include "rf_stripelocks.h"
#include "rf_layout.h"