Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.hp300 Overhaul of HP300 documentation:



details:   https://anonhg.NetBSD.org/src/rev/14a3c9a9adae
branches:  trunk
changeset: 514840:14a3c9a9adae
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Tue Sep 11 06:30:02 2001 +0000

description:
Overhaul of HP300 documentation:
- improve cross-referencing
- pages for recent drivers
- use correct driver names

diffstat:

 share/man/man4/man4.hp300/Makefile |   13 ++-
 share/man/man4/man4.hp300/apci.4   |   56 +++++++++++
 share/man/man4/man4.hp300/dca.4    |    8 +-
 share/man/man4/man4.hp300/dcl.4    |    4 +-
 share/man/man4/man4.hp300/dcm.4    |    9 +-
 share/man/man4/man4.hp300/dio.4    |  115 +++++++++++++++++++++++
 share/man/man4/man4.hp300/dnkbd.4  |   53 ++++++++++
 share/man/man4/man4.hp300/dv.4     |  170 ----------------------------------
 share/man/man4/man4.hp300/dvbox.4  |  168 ++++++++++++++++++++++++++++++++++
 share/man/man4/man4.hp300/frodo.4  |   66 +++++++++++++
 share/man/man4/man4.hp300/gb.4     |  182 -------------------------------------
 share/man/man4/man4.hp300/gbox.4   |  182 +++++++++++++++++++++++++++++++++++++
 share/man/man4/man4.hp300/grf.4    |   21 ++-
 share/man/man4/man4.hp300/hpib.4   |   56 +++++++++++
 share/man/man4/man4.hp300/hyper.4  |   51 ++++++++++
 share/man/man4/man4.hp300/intio.4  |   71 ++++++++++++++
 share/man/man4/man4.hp300/intro.4  |   36 ++++---
 share/man/man4/man4.hp300/ite.4    |   10 +-
 share/man/man4/man4.hp300/oscsi.4  |   60 ++++++++++++
 share/man/man4/man4.hp300/rb.4     |  173 -----------------------------------
 share/man/man4/man4.hp300/rbox.4   |  175 +++++++++++++++++++++++++++++++++++
 share/man/man4/man4.hp300/rd.4     |    6 +-
 share/man/man4/man4.hp300/tc.4     |  178 ------------------------------------
 share/man/man4/man4.hp300/topcat.4 |  182 +++++++++++++++++++++++++++++++++++++
 24 files changed, 1299 insertions(+), 746 deletions(-)

diffs (truncated from 2285 to 300 lines):

diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/Makefile
--- a/share/man/man4/man4.hp300/Makefile        Tue Sep 11 05:52:37 2001 +0000
+++ b/share/man/man4/man4.hp300/Makefile        Tue Sep 11 06:30:02 2001 +0000
@@ -1,9 +1,16 @@
-#      $NetBSD: Makefile,v 1.8 1999/12/21 05:32:02 fair Exp $
+#      $NetBSD: Makefile,v 1.9 2001/09/11 06:30:02 gmcgarry Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/18/93
 
-MAN=   autoconf.4 cons.4 ct.4 dca.4 dcl.4 dcm.4 dv.4 gb.4 grf.4 hil.4 \
-       intro.4 ite.4 mem.4 ppi.4 rb.4 rd.4 rmp.4 tc.4
+MAN=   apci.4 autoconf.4 cons.4 ct.4 dio.4 dca.4 dcm.4 dnkbd.4 \
+       dvbox.4 frodo.4 \
+       gbox.4 grf.4 hpib.4 hil.4 hyper.4 intro.4 intio.4 ite.4 mem.4 \
+       oscsi.4 ppi.4 rbox.4 rd.4 rmp.4 topcat.4
+
+#MAN+= dcl.4 st.4 
+
 MLINKS=        mem.4 kmem.4
+MLINKS=        hpib.4 nhpib.4 hpib.4 fhpib.4 hpib.4 hpibbus.4
+
 MANSUBDIR=/hp300
 
 .include <bsd.man.mk>
diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/apci.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hp300/apci.4  Tue Sep 11 06:30:02 2001 +0000
@@ -0,0 +1,56 @@
+.\"     $NetBSD: apci.4,v 1.1 2001/09/11 06:30:03 gmcgarry Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Gregory McGarry.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd September 11, 2001
+.Dt APCI 4 hp300
+.Os
+.Sh NAME
+.Nm apci
+.Nd
+.Tn APCI UART driver
+.Sh SYNOPSIS
+.Cd "apci at frodo? offset ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the APCI 8250-like UARTs found on the
+Frodo ASIC on HP Apollo 9000/4xx series workstations.  There are four
+APCI UARTs on the Frodo ASIC.  The first one is used to communicatie
+with the Domain keyboard.  The second one is the serial console port
+when the firmware is in Domain/OS mode.
+.Sh SEE ALSO
+.Xr dnkbd 4 ,
+.Xr frodo 4
\ No newline at end of file
diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/dca.4
--- a/share/man/man4/man4.hp300/dca.4   Tue Sep 11 05:52:37 2001 +0000
+++ b/share/man/man4/man4.hp300/dca.4   Tue Sep 11 06:30:02 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dca.4,v 1.5 1999/12/15 23:44:51 abs Exp $
+.\"    $NetBSD: dca.4,v 1.6 2001/09/11 06:30:03 gmcgarry Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -43,10 +43,11 @@
 .Sh NAME
 .Nm dca
 .Nd
-.Tn HP 98644A
+.Tn HP98644A
 serial communications interface
 .Sh SYNOPSIS
-.Cd "dca0 at scode9 flags 0x1"
+.Cd "dca0 at dio? scode 9 flags 0x1"
+.Cd "dca* at dio? scode ?"
 .Sh DESCRIPTION
 The
 .Tn 98644A
@@ -78,6 +79,7 @@
 has overflowed and incoming data has been lost.
 .El
 .Sh SEE ALSO
+.Xr dio 4 ,
 .Xr tty 4
 .Sh BUGS
 Data loss is possible on busy systems with baud rates greater than 300.
diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/dcl.4
--- a/share/man/man4/man4.hp300/dcl.4   Tue Sep 11 05:52:37 2001 +0000
+++ b/share/man/man4/man4.hp300/dcl.4   Tue Sep 11 06:30:02 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dcl.4,v 1.6 2001/04/11 19:06:11 wiz Exp $
+.\"    $NetBSD: dcl.4,v 1.7 2001/09/11 06:30:03 gmcgarry Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 .Tn HP
 98628A serial communications link
 .Sh SYNOPSIS
-.Cd "dcl0 at scode? flags 0x1"
+.Cd "dcl0 at dio? scode ? flags 0x1"
 .Sh DESCRIPTION
 The 98628A is a buffered
 .Tn EIA
diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/dcm.4
--- a/share/man/man4/man4.hp300/dcm.4   Tue Sep 11 05:52:37 2001 +0000
+++ b/share/man/man4/man4.hp300/dcm.4   Tue Sep 11 06:30:02 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dcm.4,v 1.6 2001/04/11 19:06:12 wiz Exp $
+.\"    $NetBSD: dcm.4,v 1.7 2001/09/11 06:30:03 gmcgarry Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -43,10 +43,10 @@
 .Sh NAME
 .Nm dcm
 .Nd
-.Tn HP
-98642A serial communications multiplexer
+.Tn HP98642A
+serial communications multiplexer
 .Sh SYNOPSIS
-.Cd "dcm0 at scode? flags 0xe"
+.Cd "dcm* at dio? scode ? flags 0xe"
 .Sh DESCRIPTION
 The
 .Tn 98642A
@@ -94,6 +94,7 @@
 overflowed.
 .El
 .Sh SEE ALSO
+.Xr dio 4 ,
 .Xr tty 4
 .Sh BUGS
 Total throughput per card, all ports together, is limited to 76800 bits per
diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/dio.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hp300/dio.4   Tue Sep 11 06:30:02 2001 +0000
@@ -0,0 +1,115 @@
+.\"     $NetBSD: dio.4,v 1.1 2001/09/11 06:30:03 gmcgarry Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Gregory McGarry.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd September 10, 2001
+.Dt DIO 4 hp300
+.Os
+.Sh NAME
+.Nm dio
+.Nd
+.Tn DIO/DIO-II bus
+.Sh SYNOPSIS
+.Cd "dio0 at mainbus0"
+.Sh DESCRIPTION
+This driver is for the DIO/DIO-II bus on HP 9000/3xx series
+workstations.
+.Sh SUPPORTED DEVICES
+.Nx
+includes
+.Tn DIO
+drivers, sorted by device type and driver name:
+.Pp
+.Ss Framebuffers
+.Bl -tag -width XXXXXX -offset indent
+.It dvbox
+.Tn HP98730
+``DaVinci'' graphics device interface
+.It gbox
+.Tn HP98700
+``Gatorbox'' graphics device interface
+.It hyper
+.Tn A1096A
+``Hyperion'' graphics device interface
+.It rbox
+.Tn HP98720
+``Renaissance'' graphics device interface
+.It topcat
+.Tn HP98544
+98550 ``Topcat'' and ``Catseye'' device interface
+.El
+.Pp
+.Ss Serial interfaces
+.Bl -tag -width XXXXXX -offset indent
+.It dca
+.Tn HP98644A
+serial communications interface
+.It dcm
+.Tn HP98642A
+serial communications multiplexer
+.El
+.Pp
+.Ss Network interfaces
+.Bl -tag -width XXXXXX -offset indent
+.It le
+.Tn HP98643
+built-in and add-on Ethernet boards
+.El
+.Pp
+.Ss HP-IB interfaces
+.Bl -tag -width XXXXXXe -offset indent
+.It fhpib
+``fast'' HP-IB interface
+.It nhpib
+``normal'' HP-IB interface
+.El
+.Pp
+.Ss SCSI interfaces
+.Bl -tag -width XXXXXX -offset indent
+.It oscsi
+Old HP300 SCSI driver
+.El
+.Pp
+.Sh SEE ALSO
+.Xr dca 4 ,
+.Xr dcm 4 ,
+.Xr dvbox 4 ,
+.Xr gbox 4 ,
+.Xr hpib 4 ,
+.Xr hyper 4 ,
+.Xr le 4 ,
+.Xr oscsi 4 ,
+.Xr rbox 4 ,
+.Xr topcat 4
\ No newline at end of file
diff -r 52202cb8934b -r 14a3c9a9adae share/man/man4/man4.hp300/dnkbd.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.hp300/dnkbd.4 Tue Sep 11 06:30:02 2001 +0000
@@ -0,0 +1,53 @@
+.\"     $NetBSD: dnkbd.4,v 1.1 2001/09/11 06:30:03 gmcgarry Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Gregory McGarry.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright



Home | Main Index | Thread Index | Old Index