diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-03-04 12:18:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-03-04 12:18:59 +0000 |
commit | b246cee4e1b2f9d715dbb89351ec645dcd947128 (patch) | |
tree | 5343c45ad294538376f0e93fa0ccc6607e12a938 | |
parent | 39eca54b50f75072a778acb8dc8fa2646026fe07 (diff) |
Re-enable I2C_VERBOSE.
-rw-r--r-- | sys/dev/i2c/i2c_scan.c | 4 |
1 files 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 <deraadt@openbsd.org> @@ -28,7 +28,7 @@ #include <dev/i2c/i2cvar.h> #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); |