summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-27 21:51:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-27 21:51:04 +0000
commitd3cd6b345c11bf0c7cffedac85d96f1756fbcd42 (patch)
tree43d61e837e5dd5c14bddcc1e14975ab0730959d6 /sys/dev
parent22e2d67c422e2df758490ab3d0c492973f67719c (diff)
adjust truth in adm comment
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/i2c/i2c_scan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c
index 866b6c94e7c..0be2c6123d0 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.25 2005/12/27 21:42:07 grange Exp $ */
+/* $OpenBSD: i2c_scan.c,v 1.26 2005/12/27 21:51:03 deraadt Exp $ */
/*
* Copyright (c) 2005 Alexander Yurchenko <grange@openbsd.org>
@@ -220,9 +220,9 @@ iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr)
case 0x41:
/*
* Analog Devices adt/adm product code at 0x3e == 0x41.
- * We probe newer to older. newer chips have a valid 0x3d
- * product number, while older ones encoded the product
- * into the upper half of the step at 0x3f
+ * Newer chips have a valid 0x3d product number, while
+ * older ones sometimes encoded the product into the
+ * upper half of the "step register" at 0x3f
*/
if (probe(0x3d) == 0x76 &&
(addr == 0x2c || addr == 0x2d || addr == 0x2e))