Module Name: src Committed By: knakahara Date: Wed Dec 13 00:32:32 UTC 2017
Modified Files: src/share/man/man4: wbsio.4 Log Message: Update the manual of wbsio(4). Implemeted by s-yamaguchi@IIJ, reviewed by msaitoh@n.o. I just commit by proxy. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/wbsio.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/wbsio.4 diff -u src/share/man/man4/wbsio.4:1.6 src/share/man/man4/wbsio.4:1.7 --- src/share/man/man4/wbsio.4:1.6 Wed Jul 12 11:23:58 2017 +++ src/share/man/man4/wbsio.4 Wed Dec 13 00:32:32 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: wbsio.4,v 1.6 2017/07/12 11:23:58 wiz Exp $ +.\" $NetBSD: wbsio.4,v 1.7 2017/12/13 00:32:32 knakahara Exp $ .\" $OpenBSD: wbsio.4,v 1.2 2008/02/17 16:48:47 jmc Exp $ .\" .\" Copyright (c) 2008 Mark Kettenis <kette...@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd July 12, 2017 +.Dd December 12, 2017 .Dt WBSIO 4 .Os .Sh NAME @@ -25,20 +25,25 @@ .Cd "wbsio* at isa? port 0x2e" .Cd "wbsio* at isa? port 0x4e" .Cd "lm* at wbsio?" +.Cd "gpio* at gpiobus?" +.Pp +.Cd "options WBSIO_GPIO" .Sh DESCRIPTION The .Nm driver provides support for the Winbond (was spun off as Nuvoton) LPC Super I/O ICs. -Only the hardware monitoring function is currently supported. +The hardware monitoring function and GPIO are currently supported. .Pp Support for the hardware monitor function is provided through the .Xr lm 4 -driver. +driver. The GPIO function supports 64 pins for NCT6795D. Access to the pins +provided by the gpio(4) interface. .Sh SEE ALSO .Xr intro 4 , .Xr isa 4 , -.Xr lm 4 +.Xr lm 4 , +.Xr gpio 4 .Sh HISTORY The .Nm