diff options
author | 2000-01-11 18:02:20 +0000 | |
---|---|---|
committer | 2000-01-11 18:02:20 +0000 | |
commit | de44fcc899381330fb7e272037c0bc462747e75e (patch) | |
tree | 0ccdfa0297c23c71ff4a0479c1fd53372fd4e07c /sys/dev/raidframe/rf_diskqueue.h | |
parent | remove deleted raidframe files (diff) | |
download | wireguard-openbsd-de44fcc899381330fb7e272037c0bc462747e75e.tar.xz wireguard-openbsd-de44fcc899381330fb7e272037c0bc462747e75e.zip |
sync with NetBSD
- removed threadid stuff
- removed unused files
- general tidyup
- you can no longer configure the same unit twice (without
de-configuring first of course).
Again, this has only been tested locally on IDE disks. Further testing
and feedback would be appreciated.
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.h')
-rw-r--r-- | sys/dev/raidframe/rf_diskqueue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.h b/sys/dev/raidframe/rf_diskqueue.h index 246c799d8a1..09d90dcefac 100644 --- a/sys/dev/raidframe/rf_diskqueue.h +++ b/sys/dev/raidframe/rf_diskqueue.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_diskqueue.h,v 1.2 1999/02/16 00:02:40 niklas Exp $ */ -/* $NetBSD: rf_diskqueue.h,v 1.3 1999/02/05 00:06:09 oster Exp $ */ +/* $OpenBSD: rf_diskqueue.h,v 1.3 2000/01/11 18:02:21 peter Exp $ */ +/* $NetBSD: rf_diskqueue.h,v 1.4 2000/01/08 23:02:16 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -72,7 +72,7 @@ struct RF_DiskQueueData_s { * completion of the first I/O * of a Read_Op_Write pair */ void *argument; /* argument to be passed to CompleteFunc */ - void *raidPtr; /* needed for simulation */ + RF_Raid_t *raidPtr; /* needed for simulation */ RF_AccTraceEntry_t *tracerec; /* perf mon only */ RF_Etimer_t qtime; /* perf mon only - time request is in queue */ long entryTime; |