diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:35:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-31 16:35:43 +0000 |
commit | 5bd8a66c32f475b5f4a897da8aef1878cc2e768e (patch) | |
tree | 90bdb8cb64032fcc765f8865bae36013cff255a7 /share | |
parent | 4d298384bbeb0ddbaf45d1ececd54291a3e88796 (diff) |
amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as
well as the few userland tools which were only used on these platforms.
Diffstat (limited to 'share')
37 files changed, 0 insertions, 3080 deletions
diff --git a/share/man/man4/man4.amiga/Makefile b/share/man/man4/man4.amiga/Makefile deleted file mode 100644 index 2d12af4edad..00000000000 --- a/share/man/man4/man4.amiga/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $OpenBSD: Makefile,v 1.3 2000/09/03 14:46:46 espie Exp $ -# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 - -MAN= ae.4 afsc.4 ahsc.4 atzsc.4 autoconf.4 console.4 bah.4 ed.4 es.4 gtsc.4 \ - intro.4 ite.4 joy.4 le.4 mem.4 mfcs.4 mgnsc.4 qn.4 ser.4 wesc.4 zssc.4 -MLINKS= mem.4 kmem.4 -MANSUBDIR=amiga - -.include <bsd.prog.mk> diff --git a/share/man/man4/man4.amiga/ae.4 b/share/man/man4/man4.amiga/ae.4 deleted file mode 100644 index 8a4031cf98c..00000000000 --- a/share/man/man4/man4.amiga/ae.4 +++ /dev/null @@ -1,116 +0,0 @@ -.\" $OpenBSD: ae.4,v 1.8 2001/11/13 13:54:26 mpech Exp $ -.\" $NetBSD: ae.4,v 1.3 1995/10/07 18:09:11 chopps Exp $ -.\" -.\" Copyright (c) 1995 Bernd Ernesti and Klaus Burkert. All rights reserved. -.\" Copyright (c) 1992, 1993 -.\" The Regents of the University of California. All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" Ralph Campbell and Rick Macklem. -.\" -.\" 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 Klaus Burkert,by Bernd -.\" Ernesti, by Michael van Elst, and by the University of California, -.\" Berkeley and its contributors. -.\" 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. -.\" -.\" This is based on the original LANCE files, as the PCnet-ISA used on -.\" the Ariadne is a LANCE-descendant optimized for the PC-ISA bus. -.\" This causes some modifications, all data that is to go into registers -.\" or to structures (buffer-descriptors, init-block) has to be -.\" byte-swapped. In addition ALL write accesses to the board have to be -.\" WORD or LONG, BYTE-access is prohibited!! -.\" -.\" The following requests are required for all man pages. -.Dd August 1, 1995 -.Dt AE 4 amiga -.Os -.Sh NAME -.Nm ae -.Nd Ethernet driver for AMD 79C960 LANCE based boards -.Sh SYNOPSIS -.Cd "ae* at zbus0" -.Sh DESCRIPTION -The -.Nm -interface provides access to the 10 Mb/s Ethernet network via the -.Tn AMD -79C960 -.Tn LANCE -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 Ethernet addresses on the local -network. -.Pp -This card come with two different assortment of connectors: -.Pp -.Bl -tag -width xxxxxxxxxxxxxxxxxxxx -.It 10Base2 -BNC, also known as thin-net -.It 10BaseT -UTP, also known as twisted pair -.El -.Pp -The card uses an autoselect between UTP and BNC, so it uses UTP when an -active UTP line is connected or otherwise BNC. -To choose an alternate port, use the following flag combinations with -.Xr ifconfig 8 -or in your /etc/hostname.ae? file. -.Pp -.Bl -tag -width xxxxxxxxxxxxxxxxxxxx -.It -link0 -Use the autoselect between UTP and BNC (default). -.It \ link0 -link1 -Use the BNC port. -.It \ link0 \ link1 -Use the UTP port. -.El -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "ARIADNE" -offset indent -.It Em ARIADNE -Village Tronic's ethernet card, manufacturer\ 2167, product\ 201 -.El -.Sh NOTES -Multicasting needs to be tested. -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 1.0a -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/afsc.4 b/share/man/man4/man4.amiga/afsc.4 deleted file mode 100644 index 72fd58ccc33..00000000000 --- a/share/man/man4/man4.amiga/afsc.4 +++ /dev/null @@ -1,91 +0,0 @@ -.\" $OpenBSD: afsc.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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. -.\" -.\" -.Dd July 23, 1995 -.Dt AFSC 4 amiga -.Os -.Sh NAME -.Nm afsc -.Nd A4091 low level SCSI interface -.Sh SYNOPSIS -.Cd "afsc0 at zbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm afsc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the NCR53c710 SCSI chip. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro III expansion cards: -.Bl -tag -width "A4091" -offset indent -.It Em A4091 -Commodore SCSI adapter, manufacturer\ 514, product\ 84 -.El -.Sh DIAGNOSTICS -.Bl -diag -.It afsc%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x -The scsi operation %s was aborted due to error. -Dstat, sstat and sbcl are registers within the NCR53c710 SCSI chip. -.It siop id %d reset\n" -The NCR53c710 SCSI chip has been reset and configure at id %d. -.It SIOP interrupt: %x sts %x msg %x sbcl %x -The NCR53c710 SCSI chip has interrupted unexpectedly. -.It SIOP: SCSI Gross Error -The NCR53c710 SCSI chip has indicated that it is confused. -.It SIOP: Parity Error -The NCR53c710 SCSI chip has indicated that it has detected a -parity error on the SCSI bus. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 1.0 diff --git a/share/man/man4/man4.amiga/ahsc.4 b/share/man/man4/man4.amiga/ahsc.4 deleted file mode 100644 index 82694a5fae6..00000000000 --- a/share/man/man4/man4.amiga/ahsc.4 +++ /dev/null @@ -1,92 +0,0 @@ -.\" $OpenBSD: ahsc.4,v 1.9 2001/10/05 14:45:53 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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. -.\" -.\" -.Dd August 31, 1994 -.Dt AHSC 4 amiga -.Os -.Sh NAME -.Nm ahsc -.Nd A3000 low level SCSI interface -.Sh SYNOPSIS -.Cd "ahsc0 at mainbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm ahsc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the WD33c93 SCSI chip. -.Sh DIAGNOSTICS -.Bl -diag -.It sbicwait TIMEO @%d with asr=x%x csr=x%x -The 33c93 code (sbic) has been waiting too long for a SCSI chip -operation to complete. -%d is the line in the source file -.Pa amiga/dev/sbic.c -at which the SCSI chip timed-out. -Asr and csr are status registers withing the SCSI chip. -.It ahsc%d: abort %s: csr = 0x%02x, asr = 0x%02x -A SCSI operation %s was aborted due to an error. -.It ahsc%d: csr == 0x%02i -An error has occurred within the SCSI chip code. -.It ahsc%d: unexpected phase %d in icmd from %d -The target described by -.Sq from %d -has taken the SCSI bus into a phase which is not -expected durring polled IO. -.It ahsc%d: unexpected phase %d in icmd from %d -The target described by -.Sq from %d -has taken the SCSI bus into a phase which is not -expected during DMA IO setup. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a diff --git a/share/man/man4/man4.amiga/atzsc.4 b/share/man/man4/man4.amiga/atzsc.4 deleted file mode 100644 index 5bf6d85e2d3..00000000000 --- a/share/man/man4/man4.amiga/atzsc.4 +++ /dev/null @@ -1,101 +0,0 @@ -.\" $OpenBSD: atzsc.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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: atzsc.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ -.\" -.Dd August 31, 1994 -.Dt ATZSC 4 amiga -.Os -.Sh NAME -.Nm atzsc -.Nd A2091 low level SCSI interface -.Sh SYNOPSIS -.Cd "atzsc0 at zbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm atzsc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the WD33c93 SCSI chip. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "A2091" -offset indent -.It Em A2091 -Commodore SCSI adapter, manufacturer\ 514, product\ 2 or product\ 3 -.El -.Sh DIAGNOSTICS -.Bl -diag -.It sbicwait TIMEO @%d with asr=x%x csr=x%x -The 33c93 code (sbic) has been waiting too long for a SCSI chip -operation to complete. -%d is the line in the source file -.Pa amiga/dev/sbic.c -at which the SCSI chip timed-out. -Asr and csr are status registers withing the SCSI chip. -.It atzsc%d: abort %s: csr = 0x%02x, asr = 0x%02x -A SCSI operation %s was aborted due to an error. -.It atzsc%d: csr == 0x%02i -An error has occurred within the SCSI chip code. -.It atzsc%d: unexpected phase %d in icmd from %d -The target described by -.Sq from %d -has taken the SCSI bus into a phase which is not -expected durring polled IO. -.It atzsc%d: unexpected phase %d in icmd from %d -The target described by -.Sq from %d -has taken the SCSI bus into a phase which is not -expected durring DMA IO setup. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a diff --git a/share/man/man4/man4.amiga/autoconf.4 b/share/man/man4/man4.amiga/autoconf.4 deleted file mode 100644 index 8b2307f70f1..00000000000 --- a/share/man/man4/man4.amiga/autoconf.4 +++ /dev/null @@ -1,53 +0,0 @@ -.\" $OpenBSD: autoconf.4,v 1.7 2002/09/26 22:11:44 miod Exp $ -.\" -.\" Copyright (c) 1990, 1991 Regents of the University of California. -.\" 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 by Christopher G. Demetriou. -.\" 3. 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. -.\" -.\" -.Dd February 10, 1997 -.Dt AUTOCONF 4 amiga -.Os -.Sh NAME -.Nm autoconf -.Nd diagnostics from the autoconfiguration code -.Sh DESCRIPTION -When -.Ox -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 SEE ALSO -.Xr intro 4 , -.Xr boot_amiga 8 , -.Xr config 8 diff --git a/share/man/man4/man4.amiga/bah.4 b/share/man/man4/man4.amiga/bah.4 deleted file mode 100644 index 5e6e20fbbb2..00000000000 --- a/share/man/man4/man4.amiga/bah.4 +++ /dev/null @@ -1,108 +0,0 @@ -.\" $OpenBSD: bah.4,v 1.10 2002/05/23 09:30:34 mpech Exp $ -.\" $NetBSD: bah.4,v 1.2 1995/06/06 23:41:37 cgd Exp $ -.\" -.\" Copyright (c) 1995 Ignatios Souvatzis -.\" 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 by Ignatios Souvatzis -.\" for the NetBSD project. -.\" 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. -.\" - -.\" The following requests are required for all man pages. -.Dd May 31, 1995 -.Dt BAH 4 amiga -.Os -.Sh NAME -.Nm bah -.Nd ARCnet driver for SMC COM90C26 based boards -.Sh SYNOPSIS -.Cd "bah* at zbus0" -.Sh DESCRIPTION -The -.Nm -interface provides access to the 2.5 Mb/s ARCnet network via the -.Tn SMC -COM90C26 -ARCnet 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 does not employ the address resolution protocol described in -.Xr arp 4 -to dynamically map between Internet and Ethernet addresses on the local -network. -Instead, it uses the least significant 8 bits of the IP address as hardware -address, as described in -.Em RFC 1051 -and -.Em RFC 1201 -as one option. -.Pp -With the IFF_LINK0 flag cleared, IP encoding is done according to the -deprecated, but popular among Amiga users, RFC 1051 encoding (that -is, with simple header, packet type 240), and the MTU is 507. -.Pp -With the IFF_LINK0 flag set, IP encoding is done according to RFC 1201 (that -is, with Packet Header Definition Standard header and packet type 212). -The MTU is normally 1500. -.Pp -When switching between the two modes, do a -.Cd ifconfig interfacename down up -to switch the mtu. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "AMERISTAR" -offset indent -.It Em A2060 -Commodore's arcnet card, manufacturer\ 514, product\ 9 -.It Em AMERISTAR -Ameristar's arcnet card, manufacturer\ 1053, product\ 9 -.El -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr ifconfig 8 , -.Xr RFC1051 , -.Xr RFC1201 -.Pp -ARCnet Packet Header Definition Standard, Novell Inc., 1989 -.Sh STANDARDS -RFC 1051 / RFC1201 without ARP, using direct mapping of lower 8 IP -address bits instead. -.Sh HISTORY -The -.Tn Amiga -.Nm -interface first appeared in -.Nx 1.0a -.Sh AUTHORS -Ignatios Souvatzis diff --git a/share/man/man4/man4.amiga/console.4 b/share/man/man4/man4.amiga/console.4 deleted file mode 100644 index 1085028a913..00000000000 --- a/share/man/man4/man4.amiga/console.4 +++ /dev/null @@ -1,80 +0,0 @@ -.\" $OpenBSD: console.4,v 1.4 2002/06/30 21:45:25 deraadt Exp $ -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" 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: @(#)cons.4 5.2 (Berkeley) 3/27/91 -.\" $Id: console.4,v 1.4 2002/06/30 21:45:25 deraadt Exp $ -.\" -.Dd August 30, 1994 -.Dt CONSOLE 4 amiga -.Os -.Sh NAME -.Nm console -.Nd -.Tn amiga -console interface -.Sh DESCRIPTION -This release supports a -.Dq virtual -console device used for -.Em kernel printf -messages and accessed in user mode via -.Pa /dev/console . -It is virtual in the sense that it is attached to a hardware interface -at boot time. -Currently the choices are limited to: -a bit-mapped display acting as an -.Em internal terminal emulator -.Dq Tn ITE , -the built-in serial interface -.Xr ser 4 , -or a -.Xr null 4 -console in that order. -.Sh FILES -.Bl -tag -width /dev/console -.It Pa /dev/console -.El -.Sh HISTORY -The -.Nm -device is -.Ud -.Sh SEE ALSO -.Xr tty 4 , -.Xr reboot 8 -.Sh BUGS -You should be able to specify potential console devices at -.Xr config 8 -time. diff --git a/share/man/man4/man4.amiga/ed.4 b/share/man/man4/man4.amiga/ed.4 deleted file mode 100644 index a11023fe577..00000000000 --- a/share/man/man4/man4.amiga/ed.4 +++ /dev/null @@ -1,77 +0,0 @@ -.\" $OpenBSD: ed.4,v 1.4 2001/11/13 13:54:26 mpech 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 by Christopher G. Demetriou. -.\" 3. 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: ed.4,v 1.4 2001/11/13 13:54:26 mpech Exp $ -.\" -.Dd August 30, 1994 -.Dt ED 4 amiga -.Os -.Sh NAME -.Nm ed -.Nd Ethernet driver for DP8390-based ethernet boards -.Sh SYNOPSIS -.Cd "ed* at zbus0" -.Sh DESCRIPTION -The -.Nm -interface provides access to a 10 Mb/s Ethernet network via the -DP8390 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 Ethernet addresses on the local -network. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "LAN ROVER" -offset indent -.It Em AMIGANET -Hydra Systems' ethernet card, manufacturer\ 2121, product\ 1 -.\" support ready but not in yet -.\" .It Em LAN ROVER -.\" ASDG's ethernet card, manufacturer\ 1023, product\ 254 -.El -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/es.4 b/share/man/man4/man4.amiga/es.4 deleted file mode 100644 index b2aa089e36b..00000000000 --- a/share/man/man4/man4.amiga/es.4 +++ /dev/null @@ -1,74 +0,0 @@ -.\" $OpenBSD: es.4,v 1.5 2002/05/23 09:30:34 mpech 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 by Christopher G. Demetriou. -.\" 3. 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: es.4,v 1.5 2002/05/23 09:30:34 mpech Exp $ -.\" -.Dd August 30, 1994 -.Dt ES 4 amiga -.Os -.Sh NAME -.Nm es -.Nd Ethernet driver for SMC91C90-based ethernet boards -.Sh SYNOPSIS -.Cd "es* at zbus0" -.Sh DESCRIPTION -The -.Nm -interface provides access to a 10 Mb/s Ethernet network via the -SMC91C90 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 Ethernet addresses on the local -network. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "EthernetPLUS" -offset indent -.It Em EthernetPLUS -CEI A4066 EthernetPLUS ethernet card, manufacturer\ 1053, product\ 10 -.El -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 1.0a -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/gtsc.4 b/share/man/man4/man4.amiga/gtsc.4 deleted file mode 100644 index f164130c5fc..00000000000 --- a/share/man/man4/man4.amiga/gtsc.4 +++ /dev/null @@ -1,92 +0,0 @@ -.\" $OpenBSD: gtsc.4,v 1.10 2001/11/13 13:54:26 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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. -.\" -.\" -.Dd August 31, 1994 -.Dt GTSC 4 amiga -.Os -.Sh NAME -.Nm gtsc -.Nd GVP low level SCSI interface -.Sh SYNOPSIS -.Cd "gtsc0 at gvpbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm gtsc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the WD33c93 SCSI chip. -.Sh DIAGNOSTICS -.Bl -diag -.It sbicwait TIMEO @%d with asr=x%x csr=x%x -The 33c93 code (sbic) has been waiting too long for a SCSI chip -operation to complete. -%d is the line in the source file -.Pa amiga/dev/sbic.c -at which the SCSI chip timed-out. -Asr and csr are status registers withing the SCSI chip. -.It gtsc%d: abort %s: csr = 0x%02x, asr = 0x%02x -A SCSI operation %s was aborted due to an error. -.It gtsc%d: csr == 0x%02i -An error has occurred within the SCSI chip code. -.It gtsc%d: unexpected phase %d in icmd from %d -The target described by -.Sq from %d -has taken the SCSI bus into a phase which is not -expected during polled IO. -.It gtsc%d: unexpected phase %d in icmd from %d -The target described by -.Sq from %d -has taken the SCSI bus into a phase which is not -expected during DMA IO setup. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a diff --git a/share/man/man4/man4.amiga/intro.4 b/share/man/man4/man4.amiga/intro.4 deleted file mode 100644 index 31d28b9dc20..00000000000 --- a/share/man/man4/man4.amiga/intro.4 +++ /dev/null @@ -1,161 +0,0 @@ -.\" $OpenBSD: intro.4,v 1.10 2002/03/29 22:46:00 jason Exp $ -.\" Copyright (c) 1990, 1991 Regents of the University of California. -.\" 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 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: @(#)intro.4 5.2 (Berkeley) 3/27/91 -.\" -.Dd August 30, 1994 -.Dt INTRO 4 amiga -.Os -.Sh NAME -.Nm intro -.Nd introduction to special files and hardware support -.Sh DESCRIPTION -The manual pages in section 4 describe the special files, -related driver functions, and networking support -available in the system. -In this part of the manual, the -.Tn SYNOPSIS -section of -each configurable device gives a sample specification -for use in constructing a system description for the -.Xr config 8 -program. -The -.Tn DIAGNOSTICS -section lists messages which may appear on the console -and/or in the system error log -.Pa /var/log/messages -due to errors in device operation; -see -.Xr syslogd 8 -for more information. -.Pp -This section contains both devices -which may be configured into the system -and network related information. -The networking support is introduced in -.Xr netintro 4 . -.Sh DEVICE SUPPORT -This section describes the hardware supported on the -.Tn Amiga . -Software support for these devices comes in two forms. -A hardware device may be supported with a character or block -.Em device driver , -or it may be used within the networking subsystem and have a -.Em network interface driver . -Block and character devices are accessed through files in the file -system of a special type; see -.Xr mknod 8 . -Network interfaces are indirectly accessed through the interprocess -communication facilities provided by the system; see -.Xr socket 2 . -.Pp -A hardware device is identified to the system at configuration time -and the appropriate device or network interface driver is then compiled -into the system. -When the resultant system is booted, the autoconfiguration facilities -in the system probe for the device and, if found, enable the software -support for it. -If a device does not respond at autoconfiguration -time it is not accessible at any time afterwards. -To enable a device which did not autoconfigure, -the system will have to be rebooted. -.Pp -The autoconfiguration system is described in -.Xr autoconf 4 . -A list of the supported devices is given below. -.Sh LIST OF DEVICES -The devices listed below are supported in this incarnation of -the system. -Pseudo-devices are not listed. -Devices are indicated by their functional interface. -Not all supported devices are listed. -.Pp -.Bl -tag -width gvpbus(4) -compact -offset indent -.It Xr afsc 4 -A4091 low level SCSI adapter interface. -.It Xr ahsc 4 -A3000 low level SCSI adapter interface. -.It Xr atzsc 4 -A2091 low level SCSI adapter interface. -.It Xr ed 4 -DP8390-based ethernet interface. -.It Xr es 4 -SMC91C90-based ethernet interface. -.It Xr fdc 4 -Floppy disk controller device. -.It Xr fd 4 -Floppy disk device. -.It Xr grf 4 -Custom Chips/Retina/Retina ZIII frame buffer. -.It Xr gtsc 4 -GVP low level SCSI adapter interface. -.It Xr gvpbus 4 -GVP custom bus. -.It Xr kbd 4 -Amiga Keyboard device. -.It Xr kmem 4 -kernel virtual memory. -.It Xr ite 4 -Amiga Internal Terminal Emulator. -.It Xr ivsc 4 -IVS low level SCSI adapter interface. -.It Xr le 4 -AMD 7990 Lance-based ethernet interface. -.It Xr mfcs 4 -MultiFaceCard II/II serial interface. -.It Xr mgnsc 4 -Magnum 40 low level SCSI adapter interface. -.It Xr otgsc 4 -12 Gauge low level SCSI adapter interface. -.It Xr par 4 -8520 built-in parallel interface. -.It Xr ser 4 -8520 built-in serial interface. -.It Xr wesc 4 -Warp Engine low level SCSI adapter interface. -.It Xr wstsc 4 -Wordsync II low level SCSI adapter interface. -.It Xr zssc 4 -Zeus low level SCSI adapter interface. -.It Xr zbus 4 -Amiga Zorro II/III bus. -.El -.Sh SEE ALSO -.Xr autoconf 4 , -.Xr config 8 -.Sh HISTORY -The -.Tn Amiga -.Nm intro -first appeared in -.Nx 1.0a . diff --git a/share/man/man4/man4.amiga/ite.4 b/share/man/man4/man4.amiga/ite.4 deleted file mode 100644 index 885250c8a92..00000000000 --- a/share/man/man4/man4.amiga/ite.4 +++ /dev/null @@ -1,139 +0,0 @@ -.\" $OpenBSD: ite.4,v 1.4 2000/03/02 14:46:44 todd Exp $ -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" -.\" 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: @(#)ite.4 5.2 (Berkeley) 3/27/91 -.\" -.Dd August 30, 1994 -.Dt ITE 4 amiga -.Os -.Sh NAME -.Nm ite -.Nd -.Tn Amiga -Internal Terminal Emulator -.Sh SYNOPSIS -.Cd "ite0 at grf0" -.Cd "ite1 at grf1" -.Cd "ite2 at grf2" -.Sh DESCRIPTION -.Tn TTY -special files of the form ``ttye?'' -are interfaces to the -.Tn Amiga ITE -for bit-mapped displays. -An -.Nm -is the main system console on most -.Tn Amiga -workstations and -is the mechanism through which a user communicates with the machine. -If more than one of the supported displays exists on a system, -any or all can be used as -.Nm -.Ns s -with the limitation that only -one will have a keyboard (since only one keyboard is supported) and only -one of each type can be used. -.Pp -.Nm Ite -devices use the -.Tn HP-UX -.Sq Li 300h -.Xr termcap 5 -entry. -However, as currently implemented, -the -.Nm ite -does not support the full range of -.Tn HP-UX -capabilities for this device. -Missing are multiple colors, blinking, softkeys, -programmable tabs, scrolling memory and keyboard arrow keys. -The keyboard will use the left and right -.Tn Em Amiga -keys as meta keys, in that it will set the eighth bit of the character code. -.Nm Ite -devices also do a good job at emulating the -.Sq Li vt100 -.Xr termcap 5 -entry. -.Pp -Upon booting, the kernel will first look for an -.Nm ite -device -to use as the system console -.Pq Pa /dev/console . -If a display exists at any hardware address, it will be the console. -The kernel looks for, in order: -.Nm ite2 , -.Nm ite1 -then -.Nm ite0 -.Pp -On most systems, -a display is used both as an -.Nm ite -.Pf ( Pa /dev/ttye? -aka -.Pa /dev/console ) -and as a graphics device -.Pq /dev/grf? . -In this environment, -there is some interaction between the two uses that should be noted. -For example, opening -.Pa /dev/grf0 -will deactivate the -.Nm -that is, write over whatever may be on the -.Nm -display. -When the graphics application is finished and -.Pa /dev/grf0 -closed, -the -.Nm -will be reinitialized with the frame buffer cleared -and the -old colormap installed. -.Sh HISTORY -The -.Tn Amiga -.Nm -first appeared in -.Nx 0.9a -.Sh SEE ALSO -.Xr grf 4 , -.Xr kbd 4 diff --git a/share/man/man4/man4.amiga/joy.4 b/share/man/man4/man4.amiga/joy.4 deleted file mode 100644 index 8d45fa6fb79..00000000000 --- a/share/man/man4/man4.amiga/joy.4 +++ /dev/null @@ -1,63 +0,0 @@ -.\" $OpenBSD: joy.4,v 1.3 2001/11/13 13:54:26 mpech Exp $ -.\" -.\" Copyright (c) 2000 Marc Espie -.\" 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. -.\" -.\" 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. -.\" -.Dd September 2, 2000 -.Dt JOY 4 amiga -.Os -.Sh NAME -.Nm joy -.Nd -.Tn amiga -joystick driver -.Sh SYNOPSIS -.Cd "joy0 at mainbus0" -.Sh DESCRIPTION -This driver provides access to -.Tn amiga -joysticks. -The lower bit in the minor device number selects the joystick: 0 is the first -joystick and 1 is the second. -.Pp -The joystick connectors also accept mouses. -There is no simple way to find out whether a mouse or a joystick is currently -plugged in. -.Pp -The joystick is a digital device. -Each -.Fn read -on the file descriptor does return -one byte representing the current state of the joystick, -as a set of ORed values as listed in -.Aq Pa machine/joystick.h . -.Sh FILES -.Bl -tag -width /dev/joy0 -compact -.It Pa /dev/joy0 -first joystick -.It Pa /dev/joy1 -second joystick -.El -.Sh AUTHORS -This very simple driver was written by Marc Espie on -.Ox . diff --git a/share/man/man4/man4.amiga/le.4 b/share/man/man4/man4.amiga/le.4 deleted file mode 100644 index 57c2363546e..00000000000 --- a/share/man/man4/man4.amiga/le.4 +++ /dev/null @@ -1,87 +0,0 @@ -.\" $OpenBSD: le.4,v 1.7 2002/05/23 09:30:34 mpech Exp $ -.\" 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 -.\" -.Dd August 30, 1994 -.Dt LE 4 amiga -.Os -.Sh NAME -.Nm le -.Nd Ethernet driver for AMD7990(LANCE)-based boards -.Sh SYNOPSIS -.Cd "le* at zbus0" -.Sh DESCRIPTION -The -.Nm -interface provides access to the 10 Mb/s Ethernet network via the -.Tn AMD -7990 -.Tn LANCE -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 Ethernet addresses on the local -network. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "AMERISTAR" -offset indent -.It Em A2065 -Commodore's ethernet card, manufacturer\ 514, product\ 112 -.It Em AMERISTAR -Ameristar's ethernet card, manufacturer\ 1053, product\ 1 -.El -.Sh HISTORY -The -.Tn Amiga -.Nm -interface first appeared in -.Nx 0.9a -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/mem.4 b/share/man/man4/man4.amiga/mem.4 deleted file mode 100644 index a80267b69ee..00000000000 --- a/share/man/man4/man4.amiga/mem.4 +++ /dev/null @@ -1,85 +0,0 @@ -.\" $OpenBSD: mem.4,v 1.4 2000/04/27 00:35:54 deraadt Exp $ -.\" 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: @(#)mem.4 8.1 (Berkeley) 6/5/93 -.\" -.Dd June 5, 1993 -.Dt MEM 4 amiga -.Os -.Sh NAME -.Nm mem , -.Nm kmem -.Nd main memory -.Sh DESCRIPTION -The file -.Nm /dev/mem -is an interface to the physical memory of the -computer. -Byte offsets in this file are interpreted as physical memory addresses. -Reading and writing this file is equivalent to reading and writing -memory itself. -An error will be returned if an attempt is made to reference -an offset outside of -.Nm /dev/mem . -.Pp -Kernel virtual memory is accessed via the file -.Nm /dev/kmem -in the same manner as -.Nm /dev/mem . -Only kernel virtual addresses that are currently mapped to memory are allowed. -.Pp -On the -.Tn Amiga , -physical memory may be discontiguous; -kernel virtual memory begins at -.Ad 0x00000000 . -.Pp -Writeability of these devices is controlled by the system -.Xr securelevel 7 . -.Sh FILES -.Bl -tag -width /dev/kmem -compact -.It Pa /dev/mem -.It Pa /dev/kmem -.El -.Sh SEE ALSO -.Xr securelevel 7 -.Sh HISTORY -The files -.Nm mem -and -.Nm kmem -appeared in -.At v6 . diff --git a/share/man/man4/man4.amiga/mfcs.4 b/share/man/man4/man4.amiga/mfcs.4 deleted file mode 100644 index 08fde007df8..00000000000 --- a/share/man/man4/man4.amiga/mfcs.4 +++ /dev/null @@ -1,91 +0,0 @@ -.\" $OpenBSD: mfcs.4,v 1.4 2001/10/05 14:45:53 mpech Exp $ -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" 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: @(#)dca.4 5.2 (Berkeley) 3/27/91 -.\" -.Dd July 23, 1995 -.Dt MFCS 4 amiga -.Os -.Sh NAME -.Nm mfcs -.Nd -.Tn BSC/AlfaData MultiFaceCard II/III -serial communications interface -.Sh SYNOPSIS -.Cd "mfc0 at mainbus0" -.Cd "mfcs0 at mfc0 unit 0" -.Cd "mfcs1 at mfc0 unit 1" -.Sh DESCRIPTION -The -.Tn MultiFaceCard II/III -controls, among other things, a dual port -.Tn EIA -.Tn RS-232C -.Pf ( Tn CCITT -.Tn V.28 ) -communications interface with a multiple character buffer. -.Pp -Input and output for each MultiFaceCard III line may set to a maximum baud -rates of 1152000. -Formula for baud rate: Baud = 230400 / N with 1 < N < 65536. -.Pp -Input and output for each MultiFaceCard II line may set to a maximum baud -rates of 57600. -Formula for baud rate: Baud = 115200 / N with 1 < N < 65536. -.Sh FILES -.Bl -tag -width Pa -.It Pa /dev/ttyA? -.El -.Sh DIAGNOSTICS -.Bl -diag -.It mfcs0: fifo overflow. -The four-character input -.Dq fifo -has overflowed and incoming data has been lost. -.It mfcs0: %d buffer overflows. -The software based input ring buffer -has overflowed %d times and incoming data has been lost. -.El -.Sh SEE ALSO -.Xr tty 4 -.Sh HISTORY -The -.Tn Amiga -.Nm -device first appeared in -.Nx 1.0a -.Sh BUGS -The MultiFaceCard II/III serial ports use the level 6 interrupt and may -experience fifo overflows if the LEV6_DEFER option is used. diff --git a/share/man/man4/man4.amiga/mgnsc.4 b/share/man/man4/man4.amiga/mgnsc.4 deleted file mode 100644 index 08c80a51c8a..00000000000 --- a/share/man/man4/man4.amiga/mgnsc.4 +++ /dev/null @@ -1,83 +0,0 @@ -.\" $OpenBSD: mgnsc.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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. -.\" -.\" -.Dd August 31, 1994 -.Dt MGNSC 4 amiga -.Os -.Sh NAME -.Nm mgnsc -.Nd Magnum low level SCSI interface -.Sh SYNOPSIS -.Cd "mgnsc0 at zbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm mgnsc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the NCR53c710 SCSI chip. -.Sh DIAGNOSTICS -.Bl -diag -.It mgnsc%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x -The scsi operation %s was aborted due to error. -Dstat, sstat and sbcl are registers within the NCR53c710 SCSI chip. -.It siop id %d reset\n" -The NCR53c710 SCSI chip has been reset and configure at id %d. -.It SIOP interrupt: %x sts %x msg %x sbcl %x -The NCR53c710 SCSI chip has interrupted unexpectedly. -.It SIOP: SCSI Gross Error -The NCR53c710 SCSI chip has indicated that it is confused. -.It SIOP: Parity Error -The NCR53c710 SCSI chip has indicated that it has detected a -parity error on the SCSI bus. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a diff --git a/share/man/man4/man4.amiga/qn.4 b/share/man/man4/man4.amiga/qn.4 deleted file mode 100644 index 3ff0acaa1e5..00000000000 --- a/share/man/man4/man4.amiga/qn.4 +++ /dev/null @@ -1,95 +0,0 @@ -.\" $OpenBSD: qn.4,v 1.11 2002/05/23 09:30:34 mpech Exp $ -.\" -.\" -.\" Copyright (c) 1995 Mika Kortelainen. All rights reserved. -.\" Copyright (c) 1995 Bernd Ernesti and Klaus Burkert. All rights reserved. -.\" Copyright (c) 1992, 1993 -.\" The Regents of the University of California. 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 by Klaus Burkert,by Bernd -.\" Ernesti, by Michael van Elst, and by the University of California, -.\" Berkeley and its contributors. -.\" 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. -.\" -.\" Thanks for Aspecs Oy (Finland) for the data book for the NIC used -.\" in this card and also many thanks for the Resource Management Force -.\" (QuickNet card manufacturer) and especially Daniel Koch for providing -.\" me with the necessary 'inside' information to write the driver. -.\" -.\" This is partly based on other code: -.\" - if_ed.c: basic function structure for Ethernet driver -.\" - if_es.c: used as an example of -current driver -.\" -.\" The following requests are required for all man pages. -.Dd October 5, 1995 -.Dt QN 4 amiga -.Os -.Sh NAME -.Nm qn -.Nd Ethernet driver for Fujitsu MB86950 based boards -.Sh SYNOPSIS -.Cd "qn* at zbus0" -.Sh DESCRIPTION -The -.Nm -interface provides access to the 10 Mb/s Ethernet network via the -.Tn Fujitsu -MB86950 -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 Ethernet addresses on the local -network. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro II expansion cards: -.Bl -tag -width "QuickNet" -offset indent -.It Em QuickNet -Resource Management Force's ethernet card, manufacturer\ 2011, product\ 2 -.El -.Sh NOTES -Multicasting not done yet. -If the driver happens to lock up, you may use -.Xr ifconfig 8 -to force the driver down and up again. -This usually helps. -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 1.0a -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr ifconfig 8 diff --git a/share/man/man4/man4.amiga/ser.4 b/share/man/man4/man4.amiga/ser.4 deleted file mode 100644 index 0701931f73f..00000000000 --- a/share/man/man4/man4.amiga/ser.4 +++ /dev/null @@ -1,85 +0,0 @@ -.\" $OpenBSD: ser.4,v 1.4 2000/03/02 14:46:44 todd Exp $ -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" 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: @(#)dca.4 5.2 (Berkeley) 3/27/91 -.\" -.Dd August 30, 1994 -.Dt SER 4 amiga -.Os -.Sh NAME -.Nm ser -.Nd -.Tn Amiga 8520 -serial communications interface -.Sh SYNOPSIS -.Cd "ser0 at mainbus0" -.Sh DESCRIPTION -The -.Tn Amiga 8520 -controls, among other things, a single port -.Tn EIA -.Tn RS-232C -.Pf ( Tn CCITT -.Tn V.28 ) -communications interface with a single character buffer. -Such an interface is built-in to all Amiga machines. -.Pp -Input and output for each line may set to one of following baud rates; -50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, -19200, 38400, 57600 or 76800. -.Sh FILES -.Bl -tag -width Pa -.It Pa /dev/tty00 -.El -.Sh DIAGNOSTICS -.Bl -diag -.It ser0: silo overflow. -The single-character input -.Dq silo -has overflowed and incoming data has been lost. -.It ser0: %d ring buffer overflows. -The software based input ring buffer -has overflowed %d times and incoming data has been lost. -.El -.Sh SEE ALSO -.Xr tty 4 -.Sh HISTORY -The -.Tn Amiga -.Nm -device first appeared in -.Nx 0.9a -.Sh BUGS -Data loss is possible on busy systems with baud rates greater than 300. diff --git a/share/man/man4/man4.amiga/wesc.4 b/share/man/man4/man4.amiga/wesc.4 deleted file mode 100644 index 187febda0ec..00000000000 --- a/share/man/man4/man4.amiga/wesc.4 +++ /dev/null @@ -1,92 +0,0 @@ -.\" $OpenBSD: wesc.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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. -.\" -.\" -.Dd August 31, 1994 -.Dt WESC 4 amiga -.Os -.Sh NAME -.Nm wesc -.Nd Warp Engine low level SCSI interface -.Sh SYNOPSIS -.Cd "wesc0 at zbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm wesc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the NCR53c710 SCSI chip. -.Sh HARDWARE -The -.Nm -interface supports the following Zorro III expansion cards: -.Bl -tag -width "WARP ENGINE" -offset indent -.It Em WARP ENGINE -MacroSystem Development Warp Engine internal SCSI, manufacturer\ 2203, -product\ 19 -.El -.Sh DIAGNOSTICS -.Bl -diag -.It wesc%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x -The scsi operation %s was aborted due to error. -Dstat, sstat and sbcl are registers within the NCR53c710 SCSI chip. -.It siop id %d reset\n" -The NCR53c710 SCSI chip has been reset and configure at id %d. -.It SIOP interrupt: %x sts %x msg %x sbcl %x -The NCR53c710 SCSI chip has interrupted unexpectedly. -.It SIOP: SCSI Gross Error -The NCR53c710 SCSI chip has indicated that it is confused. -.It SIOP: Parity Error -The NCR53c710 SCSI chip has indicated that it has detected a -parity error on the SCSI bus. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a diff --git a/share/man/man4/man4.amiga/zssc.4 b/share/man/man4/man4.amiga/zssc.4 deleted file mode 100644 index 5e14ea2c996..00000000000 --- a/share/man/man4/man4.amiga/zssc.4 +++ /dev/null @@ -1,83 +0,0 @@ -.\" $OpenBSD: zssc.4,v 1.7 2001/10/05 14:45:53 mpech Exp $ -.\" -.\" Copyright (c) 1994 Christian E. Hopps -.\" 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 by Christian E. Hopps. -.\" 3. 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. -.\" -.\" -.Dd August 31, 1994 -.Dt ZSSC 4 amiga -.Os -.Sh NAME -.Nm zssc -.Nd Zeus low level SCSI interface -.Sh SYNOPSIS -.Cd "zssc0 at zbus0" -.Sh DESCRIPTION -The -.Tn Amiga -architecture uses a common machine independent scsi sub-system -provided in the kernel source. -The machine independent drivers that use this code access the hardware -through a common interface. -(see -.Xr scsibus 4 ) -This common interface interacts with a machine dependent interface, -such as -.Nm zssc , -which then handles the hardware specific issues. -.Pp -The -.Nm -interface handles things such as DMA and interrupts as well as -actually sending commands, negotiating synchronous or asynchronous -transfers and handling disconnect/reconnect of SCSI targets. -The hardware that -.Nm -uses is based on the NCR53c710 SCSI chip. -.Sh DIAGNOSTICS -.Bl -diag -.It zssc%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x -The scsi operation %s was aborted due to error. -Dstat, sstat and sbcl are registers within the NCR53c710 SCSI chip. -.It siop id %d reset\n" -The NCR53c710 SCSI chip has been reset and configure at id %d. -.It SIOP interrupt: %x sts %x msg %x sbcl %x -The NCR53c710 SCSI chip has interrupted unexpectedly. -.It SIOP: SCSI Gross Error -The NCR53c710 SCSI chip has indicated that it is confused. -.It SIOP: Parity Error -The NCR53c710 SCSI chip has indicated that it has detected a -parity error on the SCSI bus. -.El -.Sh SEE ALSO -.Xr scsibus 4 -.Sh HISTORY -The -.Nm -interface first appeared in -.Nx 0.9a diff --git a/share/man/man4/man4.sun3/Makefile b/share/man/man4/man4.sun3/Makefile deleted file mode 100644 index d2b0dc565f7..00000000000 --- a/share/man/man4/man4.sun3/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $OpenBSD: Makefile,v 1.4 2001/10/06 22:28:18 miod Exp $ -# $NetBSD: Makefile,v 1.1.1.1 1995/08/08 20:18:53 gwr Exp $ - -MAN= bwtwo.4 cgtwo.4 cgfour.4 ie.4 intro.4 le.4 leds.4 mem.4 -MLINKS= mem.4 kmem.4 -MANSUBDIR=sun3 - -.include <bsd.prog.mk> diff --git a/share/man/man4/man4.sun3/bwtwo.4 b/share/man/man4/man4.sun3/bwtwo.4 deleted file mode 100644 index 9d00b332c82..00000000000 --- a/share/man/man4/man4.sun3/bwtwo.4 +++ /dev/null @@ -1,59 +0,0 @@ -.\" $OpenBSD: bwtwo.4,v 1.7 2002/06/30 21:45:25 deraadt Exp $ -.\" 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.1.1 1995/08/08 20:18:53 gwr Exp $ -.\" -.Dd February 16, 1994 -.Dt BWTWO 4 sun3 -.Os -.Sh NAME -.Nm bwtwo -.Nd monochromatic frame buffer -.Sh SYNOPSIS -.Cd "bwtwo0 at obmem0 addr ?" -.Sh DESCRIPTION -The -.Nm -is a memory based black and white frame buffer. -It supports the minimal -.Xr ioctl 2 Ns s -needed to run -.Xr X 7 . -.Sh SEE ALSO -.Xr cgfour 4 , -.Xr cgtwo 4 diff --git a/share/man/man4/man4.sun3/cgfour.4 b/share/man/man4/man4.sun3/cgfour.4 deleted file mode 100644 index 0213bd24100..00000000000 --- a/share/man/man4/man4.sun3/cgfour.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $OpenBSD: cgfour.4,v 1.6 2002/06/30 21:45:25 deraadt Exp $ -.\" 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: cgthree.4,v 1.3 94/02/03 20:49:52 leres Exp -.\" from: @(#)cgthree.4 8.2 (Berkeley) 2/16/94 -.\" $NetBSD: cgfour.4,v 1.1.1.1 1995/08/08 20:18:53 gwr Exp $ -.\" -.Dd February 16, 1994 -.Dt CGFOUR 4 sun3 -.Os -.Sh NAME -.Nm cgfour -.Nd 8-bit color frame buffer -.Sh SYNOPSIS -.Cd "cgfour0 at obmem0 addr ?" -.Sh DESCRIPTION -The -.Nm -is a memory based color frame buffer with overlay plane. -Its pixel memory and control planes can be mapped into a user -process address space by using the -.Xr mmap 2 -system call. -The -.Nm -driver supports the minimal -.Xr ioctl 2 Ns s -needed to run -.Xr X 7 . -.Sh SEE ALSO -.Xr bwtwo 4 , -.Xr cgtwo 4 diff --git a/share/man/man4/man4.sun3/cgtwo.4 b/share/man/man4/man4.sun3/cgtwo.4 deleted file mode 100644 index a9b5bf1d27c..00000000000 --- a/share/man/man4/man4.sun3/cgtwo.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $OpenBSD: cgtwo.4,v 1.6 2002/06/30 21:45:25 deraadt Exp $ -.\" 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: cgthree.4,v 1.3 94/02/03 20:49:52 leres Exp -.\" from: @(#)cgthree.4 8.2 (Berkeley) 2/16/94 -.\" $NetBSD: cgtwo.4,v 1.1.1.1 1995/08/08 20:18:53 gwr Exp $ -.\" -.Dd February 16, 1994 -.Dt CGTWO 4 sun3 -.Os -.Sh NAME -.Nm cgtwo -.Nd 8-bit color frame buffer -.Sh SYNOPSIS -.Cd "cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xa8" -.Sh DESCRIPTION -The -.Nm -is a memory based color frame buffer. -Its control pixel memory can be mapped into a user process address -space by using the -.Xr mmap 2 -system call. -The -.Nm -driver supports the minimal -.Xr ioctl 2 Ns s -needed to run -.Xr X 7 . -.Sh SEE ALSO -.Xr bwtwo 4 , -.Xr cgfour 4 diff --git a/share/man/man4/man4.sun3/ie.4 b/share/man/man4/man4.sun3/ie.4 deleted file mode 100644 index c0046039492..00000000000 --- a/share/man/man4/man4.sun3/ie.4 +++ /dev/null @@ -1,78 +0,0 @@ -.\" $OpenBSD: ie.4,v 1.7 2001/10/05 14:45:54 mpech Exp $ -.\" 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.1.1 1995/08/08 20:18:53 gwr Exp $ -.\" -.Dd June 9, 1993 -.Dt IE 4 sun3 -.Os -.Sh NAME -.Nm ie -.Nd Intel 82586 Ethernet interface -.Sh SYNOPSIS -.Cd "ie0 at obio0 addr ? level ?" -.Cd "ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75" -.Sh DESCRIPTION -The -.Nm -interface provides access to the 10 Mb/s Ethernet network via the -.Tn Intel -82586 Ethernet chip set. -The -.Nm -is found as an on-board interface on Sun 3/75, 3/1x0 and 3/2x0 -workstations. -The -.Nm -also exists as a VME card. -.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 Ethernet addresses on the local -network. -.Sh SEE ALSO -.Xr arp 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr le 4 diff --git a/share/man/man4/man4.sun3/intro.4 b/share/man/man4/man4.sun3/intro.4 deleted file mode 100644 index bd90a239fbf..00000000000 --- a/share/man/man4/man4.sun3/intro.4 +++ /dev/null @@ -1,110 +0,0 @@ -.\" $OpenBSD: intro.4,v 1.3 2002/03/29 22:46:00 jason Exp $ -.\" -.\" Copyright (c) 2001 The OpenBSD Project -.\" ALl Rights Reserved. -.\" -.Dd October 6, 2001 -.Dt INTRO 4 sun3 -.Os -.Sh NAME -.Nm intro -.Nd introduction to special files and hardware support -.Sh DESCRIPTION -The manual pages in section 4 describe the special files, -related driver functions, and networking support -available in the system. -In this part of the manual, the -.Tn SYNOPSIS -section of -each configurable device gives a sample specification -for use in constructing a system description for the -.Xr config 8 -program. -The -.Tn DIAGNOSTICS -section lists messages which may appear on the console -and/or in the system error log -.Pa /var/log/messages -due to errors in device operation; -see -.Xr syslogd 8 -for more information. -.Pp -This section contains both devices -which may be configured into the system -and network related information. -The networking support is introduced in -.Xr netintro 4 . -.Sh DEVICE SUPPORT -This section describes the hardware supported on the SPARC -platform. -Software support for these devices comes in two forms. -A hardware device may be supported with a character or block -.Em device driver , -or it may be used within the networking subsystem and have a -.Em network interface driver . -Block and character devices are accessed through files in the file -system of a special type; see -.Xr mknod 8 . -Network interfaces are indirectly accessed through the interprocess -communication facilities provided by the system; see -.Xr socket 2 . -.Pp -A hardware device is identified to the system at configuration time -and the appropriate device or network interface driver is then compiled -into the system. -When the resultant system is booted, the autoconfiguration facilities -in the system probe for the device and, if found, enable the software -support for it. -If a device does not respond at autoconfiguration -time it is not accessible at any time afterwards. -To enable a device which did not autoconfigure, -the system will have to be rebooted. -.Pp -The autoconfiguration system is described in -.Xr autoconf 4 . -A list of the supported devices is given below. -.Sh LIST OF DEVICES -The devices listed below are supported in this incarnation of -the system. -Pseudo-devices are not listed. -Devices are indicated by their functional interface. -Not all supported devices are listed. -.Pp -.Bl -tag -width eeprom(4) -compact -offset indent -.It Xr bwtwo 4 -Black and white frame buffer. -.It Xr cgfour 4 -8 bit on-board (or on the 3/60 P4 bus) color graphics frame buffer. -.It Xr cgtwo 4 -8 bit VMEbus color frame buffer. -.It Xr eeprom 4 -Sun non-volatile configuration RAM driver. -.It Xr ie 4 -Intel 82586 Ethernet controller. -.It Xr kbd 4 -Sun type 2, type 3, type 4, and type 5 keyboards (on zs). -.It Xr le 4 -AMD 7990 LANCE ethernet controller. -.It Xr led 4 -Diagnostic LED display. -.It Xr ms 4 -Sun mouse (on zs). -.It Xr si 4 -NCR5380 "SCSI-2" VMEbus or on-board SCSI controller. -.It Xr xd 4 -Xylogics 753/7053 VMEbus SMD disk controller. -.It Xr xy 4 -Xylogics 450/451 VMEbus SMD disk controller. -.It Xr zs 4 -Zilog 8530 serial controller. -.El -.Sh SEE ALSO -.Xr autoconf 4 , -.Xr config 8 -.Sh HISTORY -The -sun3 -.Nm -first appeared in -.Ox 3.0 . diff --git a/share/man/man4/man4.sun3/le.4 b/share/man/man4/man4.sun3/le.4 deleted file mode 100644 index 4a2367d01c3..00000000000 --- a/share/man/man4/man4.sun3/le.4 +++ /dev/null @@ -1,76 +0,0 @@ -.\" $OpenBSD: le.4,v 1.6 2001/11/13 13:54:26 mpech Exp $ -.\" 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: le.4,v 1.1.1.1 1995/08/08 20:18:53 gwr Exp $ -.\" -.Dd June 9, 1993 -.Dt LE 4 sun3 -.Os -.Sh NAME -.Nm le -.Nd AMD 7990 LANCE ethernet interface -.Sh SYNOPSIS -.Cd "le* at obio0 addr ? level ?" -.Sh DESCRIPTION -The -.Nm -interface provides access to the 10 Mb/s -.Tn Ethernet -network via the -.Tn AMD -Am7990 -Local Area Network Controller for Ethernet -.Pq Tn LANCE -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 arp 4 , -.Xr ie 4 , -.Xr inet 4 , -.Xr intro 4 diff --git a/share/man/man4/man4.sun3/leds.4 b/share/man/man4/man4.sun3/leds.4 deleted file mode 100644 index 680cf294ef5..00000000000 --- a/share/man/man4/man4.sun3/leds.4 +++ /dev/null @@ -1,61 +0,0 @@ -.\" $OpenBSD: leds.4,v 1.4 2001/10/05 14:45:54 mpech Exp $ -.\" -.Dd March 2, 1996 -.Dt LEDS 4 sun3 -.Os -.Sh NAME -.Nm leds -.Nd back-panel LEDs -.Sh DESCRIPTION -The file -.Pa /dev/leds -is an interface to the diagnostic array of 8 light-emitting diodes on -the back of the computer. -.Pp -This file contains two -.Li unsigned int Ns s -(in native byte order, as would be written by passing the address of an -.Sy unsigned int -to -.Xr write 2 , -which on a Sun-3 means big-endian), followed by a string of bytes. -The string of bytes gives the successive patterns to be displayed on the -LEDs; each byte's bits are taken and used to drive the LEDs. -A 0 bit illuminates the corresponding LED; a 1 bit leaves the corresponding -LED dark. -The first -.Li unsigned int -gives the number of clock ticks that are skipped after each pattern is -loaded before the next is loaded. -For example, if this value is 0, a new pattern is loaded each clock tick; -if it is 3, a new pattern will be loaded every fourth clock tick (i.e., three -ticks will be skipped between loads). -The second -.Li unsigned int -gives the number of patterns in the list, that is, the number of bytes -following the two -.Li unsigned int Ns s. -.Pp -There are limits on the two integer values; attempting a write that -would cause either of them to take on too large a value causes the -write to return EIO without affecting anything. -The limits are compiled into the kernel; as of this writing, the first one -can be at most 128, the second at most 10240. -.Sh EXAMPLES -This example displays a single lit LED scrolling from one end of the -display to the other, over and over, moving every six clock ticks. -The first eight bytes supply the two -.Li unsigned int Ns s -mentioned above; the other eight specify the patterns. -(Convert them to binary, and remember that 0 bits mean lit LEDs.) -.Bd -ragged -offset -ident -# echo 0 0 0 5 0 0 0 8 254 253 250 247 239 223 175 127 | - awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds -.Ed -.Sh FILES -.Bl -tag -width /dev/leds -compact -.It Pa /dev/leds -.El -.Sh HISTORY -.Pa /dev/leds -appeared in post-2.0 OpenBSD. diff --git a/share/man/man4/man4.sun3/mem.4 b/share/man/man4/man4.sun3/mem.4 deleted file mode 100644 index 31724e78dc8..00000000000 --- a/share/man/man4/man4.sun3/mem.4 +++ /dev/null @@ -1,86 +0,0 @@ -.\" $OpenBSD: mem.4,v 1.5 2001/01/29 02:11:12 niklas Exp $ -.\" 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: @(#)mem.4 8.1 (Berkeley) 6/5/93 -.\" $NetBSD: mem.4,v 1.1.1.1 1995/08/08 20:18:53 gwr Exp $ -.\" -.Dd June 5, 1993 -.Dt MEM 4 sun3 -.Os -.Sh NAME -.Nm mem , -.Nm kmem -.Nd main memory -.Sh DESCRIPTION -The file -.Nm /dev/mem -is an interface to the physical memory of the -computer. -Byte offsets in this file are interpreted as physical memory addresses. -Reading and writing this file is equivalent to reading and writing -memory itself. -An error will be returned if an attempt is made to reference -an offset outside of -.Nm /dev/mem . -.Pp -Kernel virtual memory is accessed via the file -.Nm /dev/kmem -in the same manner as -.Nm /dev/mem . -Only kernel virtual addresses that are currently mapped to memory are allowed. -.Pp -On the -.Tn Sun3 , -physical memory may be discontiguous; -kernel virtual memory begins at -.Li 0x0e000000 . -.Pp -Writeability of these devices is controlled by the system -.Xr securelevel 7 . -.Sh FILES -.Bl -tag -width /dev/kmem -compact -.It Pa /dev/mem -.It Pa /dev/kmem -.El -.Sh SEE ALSO -.Xr securelevel 7 -.Sh HISTORY -The files -.Nm mem -and -.Nm kmem -appeared in -.At v6 . diff --git a/share/man/man8/man8.amiga/MAKEDEV.8 b/share/man/man8/man8.amiga/MAKEDEV.8 deleted file mode 100644 index 6365917ce7f..00000000000 --- a/share/man/man8/man8.amiga/MAKEDEV.8 +++ /dev/null @@ -1,125 +0,0 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.9 2002/10/02 17:40:20 miod Exp $ -.\" Copyright (c) 1991 The Regents of the University of California. -.\" 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 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: @(#)MAKEDEV.8 5.2 (Berkeley) 3/22/91 -.\" -.Dd February 21, 1994 -.Dt MAKEDEV 8 amiga -.Os -.Sh NAME -.Nm MAKEDEV -.Nd create system and device special files -.Sh SYNOPSIS -.Nm MAKEDEV -.Ar name -.Op Ar ... -.Sh DESCRIPTION -The shell script -.Nm MAKEDEV , -found in the -.Pa /dev -directory, is used to create the common special files. -See -.Xr intro 4 -for a more complete discussion of special files. -.Pp -.Nm MAKEDEV -takes any number of device names as arguments, where the names are -the common abbreviation for the device. -There are three special device names, -.Ar all , -.Ar std -and -.Ar local . -If -given, -.Ar all -creates device files for all devices on the Amiga. -If units are expected for a device, -.Nm MAKEDEV -will supply the standard numbers. -The -.Ar std -argument creates only the standard devices for the Amiga. -Finally -.Ar local -is for devices specific to the local site, and executes the shell file -.Pa MAKEDEV.local . -.Pp -The Amiga supports the following devices. -Where a device name is followed by a hash sign ("#"), the hash sign -must be replaced by a unit number. -.Pp -.Sy Pseudo\-names -.Bl -tag -width indent -compact -.It Ar all -All known devices for the Amiga. -.It Ar std -The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, -stdin, stdout, tty, zero) -.It Ar local -Configuration specific devices -.El -.Pp -.Sy Device\-names -.Bl -tag -width indent -compact -.It Ar bpf# -Berkeley packet filters -.It Ar cd# -SCSI CD-ROM drives -.It Ar kbd -The keyboard -.It Ar lkm -Loadable kernel modules. -.It Ar mouse# -Mouse ports -.It Ar pty# -Set of 16 master and slave pseudo terminals -.It Ar sd# -SCSI disk drives -.It Ar st# -SCSI tape drives -.It Ar tty# -Onboard Serial ports -.It Ar vnd# -.Dq file -pseudo-disks -.El -.Sh FILES -.Bl -tag -width /dev -compact -.It Pa /dev -The special file directory. -.El -.Sh SEE ALSO -.Xr intro 4 , -.Xr config 8 , -.Xr mknod 8 diff --git a/share/man/man8/man8.amiga/Makefile b/share/man/man8/man8.amiga/Makefile deleted file mode 100644 index cab5b030a80..00000000000 --- a/share/man/man8/man8.amiga/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $OpenBSD: Makefile,v 1.5 2002/04/09 17:29:23 deraadt Exp $ -# $NetBSD: Makefile,v 1.3 1995/09/06 21:36:32 jtc Exp $ - -MAN= MAKEDEV.8 boot_amiga.8 -MANSUBDIR=amiga - -.include <bsd.prog.mk> diff --git a/share/man/man8/man8.amiga/boot_amiga.8 b/share/man/man8/man8.amiga/boot_amiga.8 deleted file mode 100644 index e2a1aa1491e..00000000000 --- a/share/man/man8/man8.amiga/boot_amiga.8 +++ /dev/null @@ -1,123 +0,0 @@ -.\" $OpenBSD: boot_amiga.8,v 1.5 2002/07/04 17:36:17 miod Exp $ -.\" $NetBSD: boot_Amiga.8,v 1.1 1995/07/02 02:09:52 briggs Exp $ -.\" -.\" Copyright (c) 1990, 1991 The Regents of the University of California. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to Berkeley by -.\" the Systems Programming Group of the University of Utah Computer -.\" Science Department. -.\" -.\" 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: -.\" @(#)boot_hp300.8 8.2 (Berkeley) 4/19/94 -.\" -.Dd July 1, 1995 -.Dt BOOT_AMIGA 8 amiga -.Os -.Sh NAME -.Nm boot -.Nd -.Tn amiga-specific -system bootstrapping procedures -.Sh DESCRIPTION -.Ss Power fail and crash recovery -Normally, the -.Ox -kernel on the Amiga architecture is booted from the native operating -system by means of an application program. -When the kernel takes over, -it initializes itself and proceeds to boot the system. -An automatic -consistency check of the file systems takes place, and unless this -fails, the system comes up to multi-user operations. -The proper way to shut the system down is with the -.Xr shutdown 8 -command. -.Pp -If the system crashes, it will enter the kernel debugger, -.Xr ddb 4 , -if it is configured in the kernel. -If the debugger is not present -or has exited, the system will attempt a dump to the -configured dump device (which will be automatically recovered with -.Xr savecore 8 -during the next boot cycle). -After the dump completes (successful -or not), the system will attempt a reboot. -.Ss The boot application -The boot application runs in the native OS on the system. -It has a -dialog where booting preferences may be changed and an option whereby -these options may be saved. -The preferences are stored in the program -itself, not in a preferences folder, thus allowing two separate copies -of the program to be configured differently (e.g., to boot different -bsd or bsd.test, or to boot from two different drives). -.Pp -One option that may be specified is a boot to single-user mode. -This stops the boot process very early on and allows system maintenance. -If one wishes to provide some security at this phase of the boot, remove -the -.Dq secure -option from ttye0 in the -.Xr ttys 5 -file. -.Pp -Another useful option that may be specified is the -.Dq serial console -option. -This will allow a serial device (terminal or computer) to -act as a console for the system. -This device must be configured to -use 9600 baud, eight bits, no parity, and one stop bit (9600-8N1). -Either the printer port or the modem port (tty01 and tty00, -respectively) may be used for this. -.Pp -It is sometimes useful to boot a kernel that resides in a folder -in native OS rather than from the usual location in the -.Ox -file system. -A radio button is supplied for this purpose. -Note that some programs will not run properly if the kernel is not found as -.Pa /bsd -within the -.Ox -file system. -.Sh FILES -.Bl -tag -width /bsd -compact -.It Pa /bsd -system kernel -.El -.Sh SEE ALSO -.Xr ddb 4 , -.Xr ttys 5 , -.Xr savecore 8 , -.Xr shutdown 8 diff --git a/share/man/man8/man8.sun3/MAKEDEV.8 b/share/man/man8/man8.sun3/MAKEDEV.8 deleted file mode 100644 index b28aad3a5d5..00000000000 --- a/share/man/man8/man8.sun3/MAKEDEV.8 +++ /dev/null @@ -1,135 +0,0 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.10 2002/10/02 17:40:22 miod Exp $ -.\" $NetBSD: MAKEDEV.8,v 1.1 1995/09/06 21:31:34 jtc Exp $ -.\" -.\" Copyright (c) 1983, 1991, 1993 -.\" The Regents of the University of California. 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 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: @(#)MAKEDEV.8 8.1 (Berkeley) 6/5/93 -.\" -.Dd June 5, 1993 -.Dt MAKEDEV 8 sun3 -.Os -.Sh NAME -.Nm MAKEDEV -.Nd create system and device special files -.Sh SYNOPSIS -.Nm MAKEDEV -.Ar name -.Op Ar ... -.Sh DESCRIPTION -The shell script -.Nm MAKEDEV , -found in the -.Pa /dev -directory, is used to create -the common special -files. -See -.Xr intro 4 -for a more complete discussion of special files. -.Pp -.Nm MAKEDEV -takes any number of device names as arguments, where the names are -the common abbreviation for the device. -There are three special device names, -.Ar all , -.Ar std -and -.Ar local . -If -given, -.Ar all -creates device files for all devices on the sun3. -If units are expected for a device, -.Nm MAKEDEV -will supply the standard numbers. -The -.Ar std -argument creates only the standard devices for the sun3. -Finally -.Ar local -is for devices specific to the local site, and executes the shell file -.Pa MAKEDEV.local . -.Pp -The sun3 supports the following devices. -Where a device name is followed by a hash sign ("#"), the hash sign -must be replaced by a unit number. -.Pp -.Sy Pseudo\-names -.Bl -tag -width cgfour# indent -compact -.It Ar all -All known devices for the sun3. -.It Ar std -The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr, -stdin, stdout, tty, zero) -.It Ar local -Configuration specific devices -.El -.Pp -.Sy Device\-names -.Bl -tag -width cgfour# indent -compact -.It Ar bpf# -Berkeley packet filters -.It Ar bwtwo# -Black and white frame buffers -.It Ar cd# -SCSI CD-ROM drives -.It Ar cgtwo# -Colour frame buffers -.It Ar cgfour# -Colour P4 frame buffers -.It Ar kbd -The keyboard -.It Ar lkm -Loadable kernel modules -.It Ar mouse# -Mouse ports -.It Ar pty# -Set of 16 master and slave pseudo terminals -.It Ar sd# -SCSI disk drives -.It Ar st# -SCSI tape drives -.It Ar tty# -Onboard Serial ports -.It Ar vnd# -.Dq file -pseudo-disks -.El -.Sh FILES -.Bl -tag -width /dev -compact -.It Pa /dev -The special file directory. -.El -.Sh SEE ALSO -.Xr intro 4 , -.Xr config 8 , -.Xr mknod 8 diff --git a/share/man/man8/man8.sun3/Makefile b/share/man/man8/man8.sun3/Makefile deleted file mode 100644 index 30a09b8f758..00000000000 --- a/share/man/man8/man8.sun3/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $OpenBSD: Makefile,v 1.5 2002/04/09 17:29:23 deraadt Exp $ -# $NetBSD: Makefile,v 1.3 1995/09/06 21:36:39 jtc Exp $ - -MAN= MAKEDEV.8 boot_sun3.8 -MANSUBDIR=sun3 - -.include <bsd.prog.mk> diff --git a/share/man/man8/man8.sun3/boot_sun3.8 b/share/man/man8/man8.sun3/boot_sun3.8 deleted file mode 100644 index 079dd91b5f7..00000000000 --- a/share/man/man8/man8.sun3/boot_sun3.8 +++ /dev/null @@ -1,117 +0,0 @@ -.\" $OpenBSD: boot_sun3.8,v 1.3 2002/07/04 17:36:17 miod Exp $ -.\" $NetBSD: boot_sun3.8,v 1.1 1995/08/08 20:46:20 gwr Exp $ -.\" -.\" Copyright (c) 1992, 1993 -.\" The Regents of the University of California. 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 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. -.\" -.\" @(#)boot_sparc.8 8.2 (Berkeley) 4/19/94 -.\" -.Dd April 19, 1994 -.Dt BOOT_SUN3 8 sun3 -.Os -.Sh NAME -.Nm boot -.Nd -.Tn sun3-specific -system bootstrapping procedures -.Sh DESCRIPTION -.Ss Power fail and crash recovery -Normally, the system will reboot itself at power-up or after crashes. -An automatic consistency check of the file systems will be performed -as described in -.Xr fsck 8 . -and unless this fails, the system will resume multi-user operations. -.Ss Cold starts -A disk-boot program -.Pq Pa /usr/mdec/ufsboot -will attempt to load -.Pa bsd -from partition -.Dq a -of the boot device, -which must currently be an -.Dq sd -disk. -Alternatively, the network boot program -.Pq Pa /usr/mdec/netboot -will load -.Pa bsd -from the NFS root as determined by the procedure described in -.Xr diskless 8 . -.Pp -The -.Fl s -flag to the bootloader will bring the system up in single-user mode. -The -.Fl a -flag instructs the system to prompt for the location of the root filesystem -and the primary swap partition. -The -.Fl d -flag to the bootloader will bring the system up in debug mode. -Here it waits for a kernel debugger connect; see -.Xr ddb 4 . -Other flags are currently ignored. -.Pp -At any time you can break back to the ROM by pressing the -.Dq L1 -and -.Dq a -keys at the same time (if the console is a serial port the same is -achieved by sending a -.Dq break ) . -If you do this accidentally you can continue whatever was in progress -by typing -.Dq c -followed by the return key. -.Sh FILES -.Bl -tag -width /usr/mdec/installboot -compact -.It Pa /bsd -system code -.It Pa /usr/mdec/bootxx -first-level boot block for disks -.It Pa /usr/mdec/netboot -boot program for NFS (diskless) boot -.It Pa /usr/mdec/ufsboot -second-level boot program for UFS disks -.It Pa /usr/mdec/installboot -program to install bootxx on a disk -.El -.Sh SEE ALSO -.Xr ddb 4 , -.Xr crash 8 , -.Xr disklabel 8 , -.Xr fsck 8 , -.Xr halt 8 , -.Xr init 8 , -.Xr rc 8 , -.Xr shutdown 8 , -.Xr syslogd 8 |