diff options
author | 2007-10-26 15:00:49 +0000 | |
---|---|---|
committer | 2007-10-26 15:00:49 +0000 | |
commit | 5c6832e8c21c2d50f8cc20e16d04497e8454a005 (patch) | |
tree | b2892c7fbee3431655e87b56b002a42eaecc3808 /sys/dev/i2c | |
parent | patch to improve vmstat(8) output: (diff) | |
download | wireguard-openbsd-5c6832e8c21c2d50f8cc20e16d04497e8454a005.tar.xz wireguard-openbsd-5c6832e8c21c2d50f8cc20e16d04497e8454a005.zip |
Phillips -> Philips in comments
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/files.i2c | 4 | ||||
-rw-r--r-- | sys/dev/i2c/pca9554.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 517a95360b3..2ba4711e8a3 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.42 2007/10/14 14:10:07 cnst Exp $ +# $OpenBSD: files.i2c,v 1.43 2007/10/26 15:00:49 martin Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -128,7 +128,7 @@ device fintek attach fintek at i2c file dev/i2c/fintek.c fintek -# Phillips Semiconductor PCA9532 +# Philips Semiconductor PCA9532 device pcaled: gpiobus attach pcaled at i2c file dev/i2c/pca9532.c pcaled diff --git a/sys/dev/i2c/pca9554.c b/sys/dev/i2c/pca9554.c index a64bbb3e75d..f958b935cf4 100644 --- a/sys/dev/i2c/pca9554.c +++ b/sys/dev/i2c/pca9554.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pca9554.c,v 1.15 2007/10/20 22:06:43 cnst Exp $ */ +/* $OpenBSD: pca9554.c,v 1.16 2007/10/26 15:00:49 martin Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -26,7 +26,7 @@ #include <dev/gpio/gpiovar.h> -/* Phillips 9554 registers */ +/* Philips 9554 registers */ #define PCA9554_IN 0x00 #define PCA9554_OUT 0x01 #define PCA9554_POLARITY 0x02 |