summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/pca9554.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-21 21:53:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-21 21:53:16 +0000
commit1f5a83c40c62ffe7a851ec1b9d0c8cbaaeddd988 (patch)
treeafba52e464ad775a0f1b0d4507c1f127df5ad430 /sys/dev/i2c/pca9554.c
parentb7184cae891a78b1d362118d0115784757081153 (diff)
wrong comment
Diffstat (limited to 'sys/dev/i2c/pca9554.c')
-rw-r--r--sys/dev/i2c/pca9554.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/pca9554.c b/sys/dev/i2c/pca9554.c
index fbb7b9e5b6d..dda9083f5b3 100644
--- a/sys/dev/i2c/pca9554.c
+++ b/sys/dev/i2c/pca9554.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pca9554.c,v 1.4 2005/11/18 20:51:13 deraadt Exp $ */
+/* $OpenBSD: pca9554.c,v 1.5 2005/12/21 21:53:15 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -26,7 +26,7 @@
#include <dev/gpio/gpiovar.h>
-/* Maxim 6690 registers */
+/* Phillips 9554 registers */
#define PCA9554_IN 0x00
#define PCA9554_OUT 0x01
#define PCA9554_POLARITY 0x02