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.sun2 Added sun2 pages to section 4 of th...



details:   https://anonhg.NetBSD.org/src/rev/625084b3202c
branches:  trunk
changeset: 513896:625084b3202c
user:      fredette <fredette%NetBSD.org@localhost>
date:      Fri Aug 17 01:11:10 2001 +0000

description:
Added sun2 pages to section 4 of the manual.

diffstat:

 share/man/man4/man4.sun2/Makefile   |    9 +
 share/man/man4/man4.sun2/autoconf.4 |   68 +++++++++++++
 share/man/man4/man4.sun2/bwtwo.4    |   54 ++++++++++
 share/man/man4/man4.sun2/ec.4       |   72 ++++++++++++++
 share/man/man4/man4.sun2/ie.4       |   74 ++++++++++++++
 share/man/man4/man4.sun2/intro.4    |  138 +++++++++++++++++++++++++++
 share/man/man4/man4.sun2/kbd.4      |  184 ++++++++++++++++++++++++++++++++++++
 share/man/man4/man4.sun2/leds.4     |  116 ++++++++++++++++++++++
 share/man/man4/man4.sun2/mem.4      |   79 +++++++++++++++
 share/man/man4/man4.sun2/ms.4       |  106 ++++++++++++++++++++
 10 files changed, 900 insertions(+), 0 deletions(-)

diffs (truncated from 940 to 300 lines):

diff -r b40f608efeb4 -r 625084b3202c share/man/man4/man4.sun2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sun2/Makefile Fri Aug 17 01:11:10 2001 +0000
@@ -0,0 +1,9 @@
+#      from: @(#)Makefile      8.2 (Berkeley) 2/16/94
+#      $NetBSD: Makefile,v 1.1 2001/08/17 01:11:10 fredette Exp $
+
+MAN=   bwtwo.4 intro.4 ie.4 ec.4 kbd.4 leds.4 \
+       mem.4 ms.4
+MLINKS=        mem.4 kmem.4
+MANSUBDIR=/sun2
+
+.include <bsd.man.mk>
diff -r b40f608efeb4 -r 625084b3202c share/man/man4/man4.sun2/autoconf.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sun2/autoconf.4       Fri Aug 17 01:11:10 2001 +0000
@@ -0,0 +1,68 @@
+.\" $NetBSD: autoconf.4,v 1.1 2001/08/17 01:11:10 fredette Exp $
+.\"
+.\" Copyright (c) 1994 Christopher G. Demetriou
+.\" All rights reserved.
+.\" 
+.\" 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 for the
+.\"          NetBSD Project.  See http://www.netbsd.org/ for
+.\"          information about NetBSD.
+.\" 4. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\" 
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+.\" 
+.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
+.\"
+.Dd February 20, 1994
+.Dt AUTOCONF 4 sun2
+.Os
+.Sh NAME
+.Nm autoconf
+.Nd diagnostics from the autoconfiguration code
+.Sh DESCRIPTION
+When
+.Nx
+bootstraps it probes the innards of the machine
+on which it is running
+and locates controllers, drives, and other devices, printing out
+what it finds on the console.  This procedure is driven by a system
+configuration table which is processed by
+.Xr config 8
+and compiled into each kernel.
+Devices which exist in the machine but are not configured into the
+kernel are not detected.
+.Sh DIAGNOSTICS
+.Bl -diag
+.It CPU class not configured.
+You tried to boot
+.Nx
+on a class of
+.Tn CPU
+type which it doesn't
+(or at least this compiled version of
+.Nx
+doesn't) understand.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr boot 8 ,
+.Xr config 8
diff -r b40f608efeb4 -r 625084b3202c share/man/man4/man4.sun2/bwtwo.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sun2/bwtwo.4  Fri Aug 17 01:11:10 2001 +0000
@@ -0,0 +1,54 @@
+.\" Copyright (c) 1992, 1993
+.\"    The Regents of the University of California.  All rights reserved.
+.\"
+.\" This software was developed by the Computer Systems Engineering group
+.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
+.\" contributed to Berkeley.
+.\"
+.\" 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 University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University 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 REGENTS 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 REGENTS 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.
+.\"
+.\"    from: Header: bwtwo.4,v 1.3 94/02/03 20:42:13 leres Exp
+.\"     from: @(#)bwtwo.4      8.2 (Berkeley) 2/16/94
+.\"    $NetBSD: bwtwo.4,v 1.1 2001/08/17 01:11:10 fredette Exp $
+.\"
+.Dd February 16, 1994
+.Dt BWTWO 4 sun2
+.Os
+.Sh NAME
+.Nm bwtwo
+.Nd Sun monochromatic frame buffer
+.Sh SYNOPSIS
+.Cd "bwtwo0 at obmem0 addr 0x700000"
+.Cd "bwtwo0 at obio addr 0x0"
+.Sh DESCRIPTION
+The
+.Nm
+is a memory based black and white frame buffer.
+It supports the minimal ioctl's needed to run
+.Xr X 1 .
diff -r b40f608efeb4 -r 625084b3202c share/man/man4/man4.sun2/ec.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sun2/ec.4     Fri Aug 17 01:11:10 2001 +0000
@@ -0,0 +1,72 @@
+.\" Copyright (c) 1992, 1993
+.\"    The Regents of the University of California.  All rights reserved.
+.\"
+.\" This software was developed by the Computer Systems Engineering group
+.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
+.\" contributed to Berkeley.
+.\"
+.\" 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 University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University 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 REGENTS 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 REGENTS 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.
+.\"
+.\"    from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp
+.\"    from: @(#)le.4  8.1 (Berkeley) 6/9/93
+.\"    $NetBSD: ec.4,v 1.1 2001/08/17 01:11:10 fredette Exp $
+.\"
+.Dd August 16, 2001
+.Dt EC 4 sun2
+.Os
+.Sh NAME
+.Nm ec
+.Nd 3Com 3c400 Multibus Ethernet interface driver
+.Sh SYNOPSIS
+.Cd "ec0 at mbmem0 addr 0xe0000 ipl 3"
+.Cd "ec1 at mbmem0 addr 0xe2000 ipl 3"
+.Sh DESCRIPTION
+The
+.Nm
+interface provides access to the 10 Mb/s
+.Tn Ethernet
+network via the
+.Tn 3Com
+3c400 Ethernet chip set.
+.Pp
+Each of the host's network addresses is specified at boot time with an
+.Dv SIOCSIFADDR
+.Xr ioctl 2 .
+The
+.Nm
+interface employs the Address Resolution Protocol described in
+.Xr arp 4
+to dynamically map between Internet and
+.Tn Ethernet
+addresses on the local network.
+.Sh SEE ALSO
+.Xr ie 4 ,
+.Xr intro 4 ,
+.Xr inet 4 ,
+.Xr arp 4
diff -r b40f608efeb4 -r 625084b3202c share/man/man4/man4.sun2/ie.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sun2/ie.4     Fri Aug 17 01:11:10 2001 +0000
@@ -0,0 +1,74 @@
+.\" Copyright (c) 1992, 1993
+.\"    The Regents of the University of California.  All rights reserved.
+.\"
+.\" This software was developed by the Computer Systems Engineering group
+.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
+.\" contributed to Berkeley.
+.\"
+.\" 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 University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University 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 REGENTS 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 REGENTS 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.
+.\"
+.\"    from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp
+.\"    from: @(#)le.4  8.1 (Berkeley) 6/9/93
+.\"    $NetBSD: ie.4,v 1.1 2001/08/17 01:11:10 fredette Exp $
+.\"
+.Dd June 9, 1993
+.Dt IE 4 sun2
+.Os
+.Sh NAME
+.Nm ie
+.Nd Intel 82586 Ethernet interface driver
+.Sh SYNOPSIS
+.Cd "ie0 at obio0 addr 0x7f0800 ipl 3"
+.Cd "ie0 at mbmem0 addr 0x88000 ipl 3"
+.Cd "ie1 at mbmem0 addr 0x8c000 ipl 3"
+.Cd "ie1 at vme0 addr 0xe88000,0xe00000 len -1,0x40000 irq 3 vect 0x75"
+.Sh DESCRIPTION
+The
+.Nm
+interface provides access to the 10 Mb/s
+.Tn Ethernet
+network via the
+.Tn Intel
+82586 Ethernet chip set.
+.Pp
+Each of the host's network addresses is specified at boot time with an
+.Dv SIOCSIFADDR
+.Xr ioctl 2 .
+The
+.Nm
+interface employs the Address Resolution Protocol described in
+.Xr arp 4
+to dynamically map between Internet and
+.Tn Ethernet
+addresses on the local network.
+.Sh SEE ALSO
+.Xr ec 4 ,
+.Xr intro 4 ,
+.Xr inet 4 ,
+.Xr arp 4
diff -r b40f608efeb4 -r 625084b3202c share/man/man4/man4.sun2/intro.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.sun2/intro.4  Fri Aug 17 01:11:10 2001 +0000



Home | Main Index | Thread Index | Old Index