diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2004-11-23 09:39:30 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2004-11-23 09:39:30 +0000 |
commit | a7b2471ab522d25c6e01aa1d3ee3b4fedbba8b71 (patch) | |
tree | f23f4e30287ee515d3008e3d6a992c3bce00be80 /share | |
parent | 2a2ef5a2a5fe229808934f80cc470f56d09e1d52 (diff) |
support the gpio found on ath(4) devices.
ok grange@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ath.4 | 4 | ||||
-rw-r--r-- | share/man/man4/gpio.4 | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index fd80dc852be..13c5a679511 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.8 2004/11/08 23:05:42 deraadt Exp $ +.\" $OpenBSD: ath.4,v 1.9 2004/11/23 09:39:29 reyk Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -51,6 +51,7 @@ .Sh SYNOPSIS .Cd "ath* at pci? dev ? function ?" .Cd "ath* at cardbus? dev ? function ?" +.Cd "gpio* at ath?" .Sh DESCRIPTION The .Nm @@ -249,6 +250,7 @@ This should not happen. .Sh SEE ALSO .Xr arp 4 , .Xr cardbus 4 , +.Xr gpio 4 , .Xr ifmedia 4 , .Xr netintro 4 , .Xr pci 4 , diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4 index 7a0c6a973da..eabd134450a 100644 --- a/share/man/man4/gpio.4 +++ b/share/man/man4/gpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpio.4,v 1.4 2004/09/21 09:15:43 grange Exp $ +.\" $OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -147,6 +147,7 @@ file. .El .Sh SEE ALSO .Xr ioctl 2 , +.Xr ath 4 , .Xr elansc 4 , .Xr gscpcib 4 , .Xr nsclpcsio 4 , |