From 63e07285f8a3402acdc8ce2713764b7d1e4c3f9f Mon Sep 17 00:00:00 2001 From: oster Date: Sun, 29 Feb 2004 23:27:24 +0000 Subject: Bah. RF_ACC_TRACE bits need a bit more work before they can be turned off. Re-enable until all parts can be disabled at the same time. --- sys/dev/raidframe/rf_archs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_archs.h b/sys/dev/raidframe/rf_archs.h index a000ee44732..aac28be20bd 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.21 2004/02/29 21:38:41 oster Exp $ */ +/* $NetBSD: rf_archs.h,v 1.22 2004/02/29 23:27:24 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -141,7 +141,7 @@ #endif #ifndef RF_ACC_TRACE -#define RF_ACC_TRACE 0 +#define RF_ACC_TRACE 1 #endif #include "rf_options.h" -- cgit