From fc178c472778d1159b94aa354da8f4bc0ac3fc90 Mon Sep 17 00:00:00 2001 From: oster Date: Wed, 11 Sep 2002 02:51:21 +0000 Subject: Add a new debugging #define: RF_DEBUG_STRIPELOCK --- sys/dev/raidframe/rf_archs.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/raidframe') 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_ */ -- cgit