diff options
author | 2006-09-26 23:48:56 +0000 | |
---|---|---|
committer | 2006-09-26 23:48:56 +0000 | |
commit | f5940ae5cee283650def0f0aa079794684c92aa2 (patch) | |
tree | c6b7040da2624e45624dcd72f4896a804bed462b /sys/dev/i2c | |
parent | Zap D_REMOVABLE flag from disklabel. If you didn't already know that (diff) | |
download | wireguard-openbsd-f5940ae5cee283650def0f0aa079794684c92aa2.tar.xz wireguard-openbsd-f5940ae5cee283650def0f0aa079794684c92aa2.zip |
re-enable I2C_VERBOSE
ok deraadt@
Diffstat (limited to 'sys/dev/i2c')
-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 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); |