diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/ips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ips.c b/sys/dev/pci/ips.c index 74d0034f44c..926a418b2f8 100644 --- a/sys/dev/pci/ips.c +++ b/sys/dev/pci/ips.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ips.c,v 1.36 2009/02/08 11:42:43 grange Exp $ */ +/* $OpenBSD: ips.c,v 1.37 2009/02/08 12:00:19 grange Exp $ */ /* * Copyright (c) 2006, 2007 Alexander Yurchenko <grange@openbsd.org> @@ -48,7 +48,7 @@ #ifdef IPS_DEBUG #define DPRINTF(a, b) do { if (ips_debug & (a)) printf b; } while (0) -int ips_debug = 0xff; +int ips_debug = IPS_D_ERR; #else #define DPRINTF(a, b) #endif |