summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-08-07 08:33:11 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-08-07 08:33:11 +0000
commit4da4e9835cce6475e47d3efe3797f1ec48fbd667 (patch)
tree31aec27b440afdf930efe17c8f3be19ba182688e /share/man
parenta8fe69ad7d546f633d42619984586022fba6d7c4 (diff)
watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.i386/Makefile6
-rw-r--r--share/man/man4/man4.i386/elansc.43
-rw-r--r--share/man/man4/man4.i386/geodesc.450
-rw-r--r--share/man/man4/man4.i386/intro.46
4 files changed, 60 insertions, 5 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 99735e26f09..89a06f6b084 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.46 2003/01/21 21:59:47 markus Exp $
+# $OpenBSD: Makefile,v 1.47 2003/08/07 08:33:09 markus Exp $
# from: @(#)Makefile 5.1 (Berkeley) 2/12/91
# Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $
-MAN= apm.4 autoconf.4 bios.4 elansc.4 gus.4 ie.4 intro.4 iy.4 joy.4 \
- le.4 lms.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 pcibios.4 \
+MAN= apm.4 autoconf.4 bios.4 elansc.4 geodesc.4 gus.4 ie.4 intro.4 iy.4 \
+ joy.4 le.4 lms.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 pcibios.4 \
pctr.4 pss.4 sb.4 \
sea.4 speaker.4 uha.4 wdt.4 wss.4 wt.4
diff --git a/share/man/man4/man4.i386/elansc.4 b/share/man/man4/man4.i386/elansc.4
index 1c2a93073eb..8e9289885ba 100644
--- a/share/man/man4/man4.i386/elansc.4
+++ b/share/man/man4/man4.i386/elansc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: elansc.4,v 1.6 2003/07/09 13:26:20 jmc Exp $
+.\" $OpenBSD: elansc.4,v 1.7 2003/08/07 08:33:10 markus Exp $
.\" $NetBSD: elansc.4,v 1.1 2002/08/12 03:45:25 thorpej Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -62,6 +62,7 @@ The watchdog timer may be configured for a 1 second, 2 second, 4 second,
8 second, 16 second, or 32 second expiration period.
.El
.Sh SEE ALSO
+.Xr geodesc 4 ,
.Xr sysctl 8
.Sh HISTORY
Support for the
diff --git a/share/man/man4/man4.i386/geodesc.4 b/share/man/man4/man4.i386/geodesc.4
new file mode 100644
index 00000000000..6a224613ba0
--- /dev/null
+++ b/share/man/man4/man4.i386/geodesc.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: geodesc.4,v 1.1 2003/08/07 08:33:10 markus Exp $
+.\"
+.\"Copyright (c) 2003 Markus Friedl <markus@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 August 6, 2002
+.Dt GEODESC 4 i386
+.Os
+.Sh NAME
+.Nm geodesc
+.Nd Geode SC1100 IAOC driver
+.Sh SYNOPSIS
+.Cd "geodesc* at pci? dev ? function ?"
+.Sh DESCRIPTION
+.Pp
+The
+.Nm
+driver supports the watchdog timer of the Geode SC1100.
+.Pp
+The Geode SC1100 is a member of the National
+Semiconductor Information Appliance On a Chip (IAOC)
+family of fully integrated x86 system chips.
+.Pp
+The watchdog timer may be configured via
+.Xr sysctl 8 .
+.Sh SEE ALSO
+.Xr elansc 4 ,
+.Xr sysctl 8
+.Sh HISTORY
+Support for the
+.Nm
+was added in
+.Ox 3.4 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Markus Friedl .
diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4
index 8255ab9ae6e..3235a8e07a9 100644
--- a/share/man/man4/man4.i386/intro.4
+++ b/share/man/man4/man4.i386/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.43 2003/07/09 13:26:20 jmc Exp $
+.\" $OpenBSD: intro.4,v 1.44 2003/08/07 08:33:10 markus Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -175,6 +175,8 @@ Ensoniq AudioPCI (ES137x) audio.
3Com EtherLink Plus Ethernet (3C505).
.It Xr el 4
3Com EtherLink Ethernet (3C501).
+.It Xr elansc 4
+AMD Elan SC520 System Controller.
.It Xr em 4
Intel i82542, i82543, and i82544 Pro/1000 Gigabit Ethernet.
.It Xr emu 4
@@ -202,6 +204,8 @@ DEFPA PCI FDDI controller.
.It Xr fxp 4
.Tn Intel
EtherExpress PRO/100 Ethernet.
+.It Xr geodesc 4
+Geode SC1100 System Controller.
.It Xr gdt 4
ICP-Vortex GDT RAID controllers.
.It Xr gtp 4