summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_kintf.h
diff options
context:
space:
mode:
authorPeter Galbavy <peter@cvs.openbsd.org>1999-07-30 14:45:34 +0000
committerPeter Galbavy <peter@cvs.openbsd.org>1999-07-30 14:45:34 +0000
commit2d131282dabeb59997e716557431544d132defee (patch)
tree36b98c66a45bd7e085f283abb47dcf53504808af /sys/dev/raidframe/rf_kintf.h
parentaad8058264cfbb51ec169e8ecd7f04209b706634 (diff)
Update RAIDframe from NetBSD-current as of 1999/07/26.
Please note that you *must* follow the upgrade instructions at http://www.cs.usask.ca/staff/oster/clabel_upgrade.html before installing the new raidctl and new kernel using this code.
Diffstat (limited to 'sys/dev/raidframe/rf_kintf.h')
-rw-r--r--sys/dev/raidframe/rf_kintf.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/raidframe/rf_kintf.h b/sys/dev/raidframe/rf_kintf.h
index 819a7ff9e94..5b36487b095 100644
--- a/sys/dev/raidframe/rf_kintf.h
+++ b/sys/dev/raidframe/rf_kintf.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: rf_kintf.h,v 1.2 1999/02/16 00:02:53 niklas Exp $ */
-/* $NetBSD: rf_kintf.h,v 1.3 1999/02/05 00:06:12 oster Exp $ */
+/* $OpenBSD: rf_kintf.h,v 1.3 1999/07/30 14:45:32 peter Exp $ */
+/* $NetBSD: rf_kintf.h,v 1.4 1999/03/09 03:52:41 oster Exp $ */
/*
* rf_kintf.h
*
@@ -50,8 +50,7 @@ void rf_ReconKernelThread(void);
int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req);
caddr_t rf_MapToKernelSpace(struct buf * bp, caddr_t addr);
int rf_BzeroWithRemap(struct buf * bp, char *databuf, int len);
-int
-rf_DoAccessKernel(RF_Raid_t * raidPtr, struct buf * bp,
+int rf_DoAccessKernel(RF_Raid_t * raidPtr, struct buf * bp,
RF_RaidAccessFlags_t flags, void (*cbFunc) (struct buf *), void *cbArg);
int rf_DispatchKernelIO(RF_DiskQueue_t * queue, RF_DiskQueueData_t * req);