From b246cee4e1b2f9d715dbb89351ec645dcd947128 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 4 Mar 2006 12:18:59 +0000 Subject: Re-enable I2C_VERBOSE. --- sys/dev/i2c/i2c_scan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c index 409edc8db30..38966dfb223 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.72 2006/03/04 02:58:14 deraadt Exp $ */ +/* $OpenBSD: i2c_scan.c,v 1.73 2006/03/04 12:18:58 kettenis Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -28,7 +28,7 @@ #include #undef I2C_DEBUG -#undef I2C_VERBOSE /* XXX Re-enable after release. */ +#define I2C_VERBOSE void iic_probe(struct device *, struct i2cbus_attach_args *, u_int8_t); -- cgit v1.2.3