diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-02-17 15:12:31 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-02-17 15:12:31 +0000 |
commit | 5d919e0487fc1d646775aa20c9cfc6d52a6c7ba0 (patch) | |
tree | 3eaebfda6bd8d988fe71d1a22d04296fca84c348 /share/man/man4 | |
parent | 97352354de18b262caf002a548867077cbf1c881 (diff) |
wbsio(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/wbsio.4 | 48 |
2 files changed, 50 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 766540625f9..bd97fce082c 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.441 2008/01/05 17:33:28 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.442 2008/02/17 15:12:30 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -54,7 +54,7 @@ MAN= aac.4 ac97.4 acphy.4 \ unix.4 uow.4 upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 usb.4 \ usbf.4 uscanner.4 uslcom.4 usscanner.4 uticom.4 uts.4 uvisor.4 \ uvscom.4 uyap.4 vga.4 vgafb.4 vge.4 viaenv.4 viapm.4 viasio.4 vic.4 \ - vlan.4 vnd.4 vr.4 watchdog.4 wb.4 wbenv.4 wbng.4 wd.4 wdc.4 \ + vlan.4 vnd.4 vr.4 watchdog.4 wb.4 wbenv.4 wbng.4 wbsio.4 wd.4 wdc.4 \ we.4 wi.4tbl wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ xe.4 xf86.4 xge.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 diff --git a/share/man/man4/wbsio.4 b/share/man/man4/wbsio.4 new file mode 100644 index 00000000000..7d19d075400 --- /dev/null +++ b/share/man/man4/wbsio.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: wbsio.4,v 1.1 2008/02/17 15:12:30 kettenis Exp $ +.\" +.\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: February 17 2008 $ +.Dt WBSIO 4 +.Os +.Sh NAME +.Nm wbsio +.Nd Winbond LPC Super I/O +.Sh SYNOPSIS +.Cd "wbsio* at isa? port 0x2e" +.Cd "wbsio* at isa? port 0x4e" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Winbond LPC Super I/O ICs. +Only the hardware monitoring function is currently supported. +.Pp +Support for the hardware monitor function is provided through the +.Xr lm 4 +driver. +.Sh SEE ALSO +.Xr intro 4 , +.Xr isa 4 , +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.3 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . + |