summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/i2c/i2c_scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c
index 671b3c51a6f..4bdef1031ea 100644
--- a/sys/dev/i2c/i2c_scan.c
+++ b/sys/dev/i2c/i2c_scan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i2c_scan.c,v 1.89 2006/08/29 18:39:39 kettenis Exp $ */
+/* $OpenBSD: i2c_scan.c,v 1.90 2006/09/26 23:48:56 jsg Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org>
@@ -28,7 +28,7 @@
#include <dev/i2c/i2cvar.h>
#undef I2C_DEBUG
-#undef I2C_VERBOSE
+#define I2C_VERBOSE
void iic_probe(struct device *, struct i2cbus_attach_args *, u_int8_t);