summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>1999-08-11 02:20:35 +0000
committeroster <oster@NetBSD.org>1999-08-11 02:20:35 +0000
commit33e458640f1b9a9eed2bc7132424e3cb5343bf68 (patch)
treee7846515a8e73adc75cd740706512da18245d258 /sys/dev/raidframe
parentd5c8aa5ff2de34b196012d8281b8a529a32b990f (diff)
Garbage collect unused struct rf_test_acc.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_raidframe.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/dev/raidframe/rf_raidframe.h b/sys/dev/raidframe/rf_raidframe.h
index aad567f0791..773c98f9a36 100644
--- a/sys/dev/raidframe/rf_raidframe.h
+++ b/sys/dev/raidframe/rf_raidframe.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_raidframe.h,v 1.6 1999/08/10 18:18:30 oster Exp $ */
+/* $NetBSD: rf_raidframe.h,v 1.7 1999/08/11 02:20:35 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -43,18 +43,6 @@
#include "rf_disks.h"
#include "rf_raid.h"
-struct rf_test_acc { /* used by RAIDFRAME_TEST_ACC ioctl */
- RF_SectorNum_t startSector; /* raidAddress */
- RF_SectorCount_t numSector; /* number of sectors to xfer */
- char *buf; /* data buffer */
- void *returnBufs[10]; /* for async accs only, completed I/Os
- * returned */
- struct rf_test_acc *next; /* for making lists */
- RF_IoType_t type; /* (see rf_types.h for RF_IO_TYPE_*) */
- struct rf_test_acc *myaddr; /* user-address of this struct */
- void *bp; /* used in-kernel: need not be set by user */
-};
-
typedef RF_uint32 RF_ReconReqFlags_t;
struct rf_recon_req { /* used to tell the kernel to fail a disk */