Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/raidframe Pull up revision 1.5 (requested by os...
details: https://anonhg.NetBSD.org/src/rev/2c9b130c6293
branches: netbsd-1-4
changeset: 469903:2c9b130c6293
user: he <he%NetBSD.org@localhost>
date: Mon Dec 20 13:39:03 1999 +0000
description:
Pull up revision 1.5 (requested by oster):
Re-work the IO throttle code. Fixes potential panics under high
loads under FFS.
diffstat:
sys/dev/raidframe/rf_kintf.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 1f332f9b7c95 -r 2c9b130c6293 sys/dev/raidframe/rf_kintf.h
--- a/sys/dev/raidframe/rf_kintf.h Mon Dec 20 13:38:41 1999 +0000
+++ b/sys/dev/raidframe/rf_kintf.h Mon Dec 20 13:39:03 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_kintf.h,v 1.4 1999/03/09 03:52:41 oster Exp $ */
+/* $NetBSD: rf_kintf.h,v 1.4.2.1 1999/12/20 13:39:03 he Exp $ */
/*
* rf_kintf.h
*
@@ -39,8 +39,7 @@
void rf_ReconKernelThread(void);
int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req);
-int rf_DoAccessKernel(RF_Raid_t * raidPtr, struct buf * bp,
- RF_RaidAccessFlags_t flags, void (*cbFunc) (struct buf *), void *cbArg);
+void raidstart(RF_Raid_t * raidPtr);
int rf_DispatchKernelIO(RF_DiskQueue_t * queue, RF_DiskQueueData_t * req);
#endif /* _RF__RF_KINTF_H_ */
Home |
Main Index |
Thread Index |
Old Index