diff options
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_ */ |
