diff options
| author | oster <oster@NetBSD.org> | 2004-02-29 23:27:24 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2004-02-29 23:27:24 +0000 |
| commit | 63e07285f8a3402acdc8ce2713764b7d1e4c3f9f (patch) | |
| tree | 5ae352fbc8259c9149e4b16f83cc9bf216a72e89 /sys/dev/raidframe | |
| parent | 513ea85ff9fbefcc2f6ba88172f5d865c4f70f7a (diff) | |
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.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_archs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
