diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-08 03:16:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-08 03:16:17 +0000 |
commit | bdd72e461d7f76a3c33638957d4ad119865341fe (patch) | |
tree | 65c93734393bf65de57aac9dbf18a9821d4595fa /sys/dev | |
parent | 3b1a7b759f3b67d260bbaf444144f2b47f532578 (diff) |
turn off SIOP_STATS; ok krw
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/siop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index 95a195aca93..55adcad34d9 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.46 2006/12/21 02:44:55 krw Exp $ */ +/* $OpenBSD: siop.c,v 1.47 2007/05/08 03:16:16 deraadt Exp $ */ /* $NetBSD: siop.c,v 1.79 2005/11/18 23:10:32 bouyer Exp $ */ /* @@ -67,7 +67,7 @@ #endif -#define SIOP_STATS +#undef SIOP_STATS #ifndef SIOP_DEFAULT_TARGET #define SIOP_DEFAULT_TARGET 7 |