diff options
| author | oster <oster@NetBSD.org> | 2002-09-11 02:51:21 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2002-09-11 02:51:21 +0000 |
| commit | fc178c472778d1159b94aa354da8f4bc0ac3fc90 (patch) | |
| tree | ddbefb28fcb3c6c450a072cc9a972168db32f895 /sys/dev/raidframe | |
| parent | 940101248708101f19f7008eed128173ff46437d (diff) | |
Add a new debugging #define: RF_DEBUG_STRIPELOCK
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_archs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_archs.h b/sys/dev/raidframe/rf_archs.h index f8023b8af60..b843437f32a 100644 --- a/sys/dev/raidframe/rf_archs.h +++ b/sys/dev/raidframe/rf_archs.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_archs.h,v 1.13 2002/07/13 20:14:33 oster Exp $ */ +/* $NetBSD: rf_archs.h,v 1.14 2002/09/11 02:51:21 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -112,6 +112,10 @@ #define RF_DEBUG_VALIDATE_DAG 0 #endif +#ifndef RF_DEBUG_STRIPELOCK +#define RF_DEBUG_STRIPELOCK 0 +#endif + #include "rf_options.h" #endif /* !_RF__RF_ARCHS_H_ */ |
