diff options
author | 2008-09-10 17:20:53 +0000 | |
---|---|---|
committer | 2008-09-10 17:20:53 +0000 | |
commit | bd0185151b886041f7b81940eaacfd84ce8df2b2 (patch) | |
tree | 1b6103716ffdb81d49c6cea4d428dec2aef98722 | |
parent | add support for the PCA9555 device which has 16 instead of 8 pins. (diff) | |
download | wireguard-openbsd-bd0185151b886041f7b81940eaacfd84ce8df2b2.tar.xz wireguard-openbsd-bd0185151b886041f7b81940eaacfd84ce8df2b2.zip |
simpler;
-rw-r--r-- | share/man/man4/pcagpio.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/pcagpio.4 b/share/man/man4/pcagpio.4 index 3e077762e94..37077e19043 100644 --- a/share/man/man4/pcagpio.4 +++ b/share/man/man4/pcagpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcagpio.4,v 1.8 2008/09/10 16:13:43 reyk Exp $ +.\" $OpenBSD: pcagpio.4,v 1.9 2008/09/10 17:20:53 jmc Exp $ .\" .\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> .\" @@ -26,8 +26,7 @@ .Sh DESCRIPTION The .Nm -driver provides support for the Philips PCA955[467] and PCA9555 GPIO -controllers. +driver provides support for the Philips PCA955[4567] GPIO controllers. The PCA955[467] devices have 8 pins and the PCA9555 device has 16 pins which can be configured as either inputs or outputs, and accessed using |