summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-11-16 20:13:14 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-11-16 20:13:14 +0000
commitcbfa5993db131695e9510c7dab35c411faa56ded (patch)
tree593975e586a9a84e575bb2883d523abbfc64d7ee /share
parent23097082d262a35f23b704cd57219d76c1a853bf (diff)
Various missing configuration stanza and references.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sgi/dsrtc.410
-rw-r--r--share/man/man4/man4.sgi/ioc.49
-rw-r--r--share/man/man4/man4.sgi/macebus.46
-rw-r--r--share/man/man4/man4.sgi/xheart.46
-rw-r--r--share/man/man4/onewire.418
5 files changed, 32 insertions, 17 deletions
diff --git a/share/man/man4/man4.sgi/dsrtc.4 b/share/man/man4/man4.sgi/dsrtc.4
index a9ae79dd6d5..6068b58256a 100644
--- a/share/man/man4/man4.sgi/dsrtc.4
+++ b/share/man/man4/man4.sgi/dsrtc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dsrtc.4,v 1.2 2009/05/18 06:55:33 jmc Exp $
+.\" $OpenBSD: dsrtc.4,v 1.3 2009/11/16 20:13:13 miod Exp $
.\"
.\" Copyright (c) 2009 Miodrag Vallat.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 18 2009 $
+.Dd $Mdocdate: November 16 2009 $
.Dt DSRTC 4 sgi
.Os
.Sh NAME
@@ -23,10 +23,14 @@
.Sh SYNOPSIS
.Cd "dsrtc0 at macebus0"
.Cd "dsrtc0 at ioc?"
+.Cd "dsrtc0 at iof?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the Dallas DS1687 and DS1742W realtime
clocks used on SGI systems.
.Sh SEE ALSO
-.Xr intro 4
+.Xr intro 4 ,
+.Xr ioc 4 ,
+.Xr iof 4 ,
+.Xr macebus 4
diff --git a/share/man/man4/man4.sgi/ioc.4 b/share/man/man4/man4.sgi/ioc.4
index db7848df523..2b748b7a972 100644
--- a/share/man/man4/man4.sgi/ioc.4
+++ b/share/man/man4/man4.sgi/ioc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ioc.4,v 1.6 2009/11/10 15:50:10 jsing Exp $
+.\" $OpenBSD: ioc.4,v 1.7 2009/11/16 20:13:13 miod Exp $
.\"
.\" Copyright (c) 2009 Miodrag Vallat.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 10 2009 $
+.Dd $Mdocdate: November 16 2009 $
.Dt IOC 4 sgi
.Os
.Sh NAME
@@ -26,9 +26,8 @@
.Cd "com1 at ioc? base 0x20170"
.Cd "dsrtc0 at ioc?"
.Cd "iec* at ioc?"
-.Cd "onewire* at ioc?"
.Cd "iockbc* at ioc?"
-.\" .Cd "pciide* at ioc?"
+.Cd "onewire* at ioc?"
.Sh DESCRIPTION
The
.Nm
@@ -46,8 +45,6 @@ Time-of-day chip.
10/100 Mbit/s Ethernet interface.
.It Xr iockbc 4
PS/2 keyboard and mouse interface.
-.\" .It Xr pciide 4
-.\" PCI IDE controller driver.
.El
.Pp
In order to tell these configurations apart, all IOC3 boards, except those
diff --git a/share/man/man4/man4.sgi/macebus.4 b/share/man/man4/man4.sgi/macebus.4
index 222b352527d..e07d7be18ae 100644
--- a/share/man/man4/man4.sgi/macebus.4
+++ b/share/man/man4/man4.sgi/macebus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: macebus.4,v 1.10 2009/10/26 18:38:09 miod Exp $
+.\" $OpenBSD: macebus.4,v 1.11 2009/11/16 20:13:13 miod Exp $
.\" $NetBSD: mace.4,v 1.4 2004/02/10 16:54:02 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -25,7 +25,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 26 2009 $
+.Dd $Mdocdate: November 16 2009 $
.Dt MACEBUS 4 sgi
.Os
.Sh NAME
@@ -37,6 +37,7 @@
.Cd "clock0 at macebus0"
.Cd "com0 at macebus0 base 0x00390000"
.Cd "com1 at macebus0 base 0x00398000"
+.Cd "dsrtc0 at macebus0"
.Cd "mavb0 at macebus0"
.Cd "mec0 at macebus0"
.Cd "mkbc0 at macebus0"
@@ -56,6 +57,7 @@ also provides a
bridge.
.Sh SEE ALSO
.Xr com 4 ,
+.Xr dsrtc 4 ,
.Xr intro 4 ,
.Xr mainbus 4 ,
.Xr mavb 4 ,
diff --git a/share/man/man4/man4.sgi/xheart.4 b/share/man/man4/man4.sgi/xheart.4
index fc7f2af39c4..505ad4eca5b 100644
--- a/share/man/man4/man4.sgi/xheart.4
+++ b/share/man/man4/man4.sgi/xheart.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xheart.4,v 1.1 2009/05/17 22:08:34 miod Exp $
+.\" $OpenBSD: xheart.4,v 1.2 2009/11/16 20:13:13 miod Exp $
.\"
.\" Copyright (c) 2009 Miodrag Vallat.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 17 2009 $
+.Dd $Mdocdate: November 16 2009 $
.Dt XHEART 4 sgi
.Os
.Sh NAME
@@ -22,12 +22,14 @@
.Nd Octane core system widget
.Sh SYNOPSIS
.Cd "xheart* at xbow?"
+.Cd "onewire* at xheart?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the interrupt logic on Octane systems.
.Sh SEE ALSO
.Xr intro 4 ,
+.Xr onewire 4 ,
.Xr xbow 4
.Sh HISTORY
The
diff --git a/share/man/man4/onewire.4 b/share/man/man4/onewire.4
index 632463396a7..66b53541a99 100644
--- a/share/man/man4/onewire.4
+++ b/share/man/man4/onewire.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: onewire.4,v 1.7 2008/03/04 21:43:58 martin Exp $
+.\" $OpenBSD: onewire.4,v 1.8 2009/11/16 20:13:12 miod Exp $
.\"
.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 4 2008 $
+.Dd $Mdocdate: November 16 2009 $
.Dt ONEWIRE 4
.Os
.Sh NAME
@@ -23,6 +23,8 @@
.Sh SYNOPSIS
.Cd "onewire* at gpioow?"
.Cd "onewire* at uow?"
+.Cd "onewire* at ioc? " Pq sgi
+.Cd "onewire* at xheart? " Pq sgi
.Pp
.Cd "option ONEWIREVERBOSE"
.Sh DESCRIPTION
@@ -43,18 +45,26 @@ bus.
.Pp
The driver supports plugging and unplugging slave devices on the fly.
.Sh SUPPORTED MASTERS
-.Bl -tag -width 10n -offset ind -compact
+.Bl -tag -width 11n -offset ind -compact
.It Xr gpioow 4
1-Wire bus bit-banging through GPIO pin
+.It Xr ioc 4
+IOC3 generic workstation I/O device
.It Xr uow 4
Maxim/Dallas DS2490 USB 1-Wire adapter
+.It Xr xheart 4
+Octane core system widget
.El
.Sh SUPPORTED SLAVES
-.Bl -tag -width 10n -offset ind -compact
+.Bl -tag -width 11n -offset ind -compact
.It Xr owid 4
1-Wire ID device
+.It Xr owmac 4
+1-Wire Ethernet address
.It Xr owsbm 4
1-Wire smart battery monitor device
+.It Xr owserial 4
+1-Wire serial number
.It Xr owtemp 4
1-Wire temperature device
.El