diff options
Diffstat (limited to 'share/man/man4/man4.hp300')
25 files changed, 0 insertions, 2035 deletions
diff --git a/share/man/man4/man4.hp300/Makefile b/share/man/man4/man4.hp300/Makefile deleted file mode 100644 index a2278090482..00000000000 --- a/share/man/man4/man4.hp300/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $OpenBSD: Makefile,v 1.15 2008/04/01 14:22:28 jmc Exp $ -# from: @(#)Makefile 5.1 (Berkeley) 6/29/90 - -MAN= apci.4 autoconf.4 ct.4 dca.4 dcm.4 dio.4 dnkbd.4 dvbox.4 \ - frodo.4 gbox.4 hd.4 hpibbus.4 hyper.4 intro.4 isabr.4 le.4 mem.4 \ - nhpib.4 ppi.4 rbox.4 sgc.4 spc.4 topcat.4 tvrx.4 -MLINKS= mem.4 kmem.4 -MLINKS+=nhpib.4 fhpib.4 -MANSUBDIR=hp300 - -.include <bsd.prog.mk> diff --git a/share/man/man4/man4.hp300/apci.4 b/share/man/man4/man4.hp300/apci.4 deleted file mode 100644 index 044829ac1ef..00000000000 --- a/share/man/man4/man4.hp300/apci.4 +++ /dev/null @@ -1,86 +0,0 @@ -.\" $OpenBSD: apci.4,v 1.14 2013/06/02 20:42:27 tedu Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: June 2 2013 $ -.Dt APCI 4 hp300 -.Os -.Sh NAME -.Nm apci -.Nd Apollo utility chip serial communications interface -.Sh SYNOPSIS -.Cd "apci* at frodo?" -.Sh DESCRIPTION -The -.Nm -driver supports the non-keyboard 8250-like UART connected to the -.Xr frodo 4 -Apollo utility chip. -The first UART is used to communicate with the Domain keyboard. -The second is the serial console port when the firmware is in Domain/OS -mode, and is mapped to select code 9 by the HP-UX firmware (except -on 425e models). -As such, the second UART is handled by the -.Xr dca 4 -driver on all models but the 425e. -.Pp -There is no tty attached to the first UART as it lacks modem/flow -control and is directly connected to the keyboard connector. -.Pp -Input and output for each line may be set to one of the following baud rates: -50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, -19200, or 38400. -.Sh FILES -.Bl -tag -width Pa -compact -.It Pa /dev/ttya[0-3] -.It Pa /dev/cuaa[0-3] -.El -.Sh DIAGNOSTICS -.Bl -diag -.It apci0: silo overflow. -The single-character input -.Dq silo -has overflowed and incoming data has been lost. -.El -.Sh SEE ALSO -.Xr dnkbd 4 , -.Xr frodo 4 , -.Xr intro 4 , -.Xr tty 4 -.Sh BUGS -Much of the code in the -.Nm -driver could be shared with the -.Xr dca 4 -driver. diff --git a/share/man/man4/man4.hp300/autoconf.4 b/share/man/man4/man4.hp300/autoconf.4 deleted file mode 100644 index 3b7a6d2e959..00000000000 --- a/share/man/man4/man4.hp300/autoconf.4 +++ /dev/null @@ -1,62 +0,0 @@ -.\" $OpenBSD: autoconf.4,v 1.8 2010/01/02 19:55:35 schwarze Exp $ -.\" -.\" Copyright (c) 1990, 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. 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: @(#)autoconf.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: January 2 2010 $ -.Dt AUTOCONF 4 hp300 -.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. -.Pp -Normally, the system uses the disk from which it was loaded as the root -filesystem. -If such a system is booted with the -.Dv RB_ASKNAME -option (see -.Xr reboot 2 ) , -then the name of the root device is read from the console terminal at boot -time, and any available device may be used. -.Sh SEE ALSO -.Xr intro 4 , -.Xr boot_hp300 8 , -.Xr config 8 diff --git a/share/man/man4/man4.hp300/ct.4 b/share/man/man4/man4.hp300/ct.4 deleted file mode 100644 index 013a4a1885a..00000000000 --- a/share/man/man4/man4.hp300/ct.4 +++ /dev/null @@ -1,110 +0,0 @@ -.\" $OpenBSD: ct.4,v 1.14 2010/07/03 09:20:06 krw Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)ct.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: July 3 2010 $ -.Dt CT 4 hp300 -.Os -.Sh NAME -.Nm \&ct -.Nd -.Tn CS/80 -cartridge tape interface -.Sh SYNOPSIS -.Cd "ct* at hpibbus?" -.Sh DESCRIPTION -The cartridge tape interface as found in the 7912, 7914, 7946, 9144, 9145, -and 88140 products provides a standard tape drive interface as described in -.Xr mtio 4 -with the following exceptions: -.Bl -enum -.It -There is only one density. -.It -Only the -.Dq raw -interface is supported. -.It -The -.Dv MTIOCTOP -.Xr ioctl 2 -is limited. -In particular, the command, -.Dv MTFSR -is not supported. -.It -The -.Dv MTIOCGET -.Xr ioctl 2 -is not supported. -.It -The record size for read and write operations must be between -1K and 64K inclusive. -.El -.Pp -Special files -.Pa rct0 -through -.Pa rct3 -refer to rewind on close interfaces to drives 0 to 3. -Files -.Pa rct4 -through -.Pa rct7 -refer to no-rewind interfaces. -Files -.Pa rct8 -through -.Pa rct11 -refer to streaming rewind on close interfaces. -(Only 9144 type devices can stream.) -Lastly, -.Pa rct12 -through -.Pa rct15 -refer to streaming no-rewind interfaces. -.Sh SEE ALSO -.Xr mt 1 , -.Xr cd 4 , -.Xr ch 4 , -.Xr hd 4 , -.Xr hpibbus 4 , -.Xr intro 4 , -.Xr mtio 4 , -.Xr sd 4 , -.Xr st 4 , -.Xr uk 4 -.Sh BUGS -Read and writes of less than 1024 bytes will not behave as expected. -The 9145 device is currently treated as a 9144. diff --git a/share/man/man4/man4.hp300/dca.4 b/share/man/man4/man4.hp300/dca.4 deleted file mode 100644 index 78235758812..00000000000 --- a/share/man/man4/man4.hp300/dca.4 +++ /dev/null @@ -1,87 +0,0 @@ -.\" $OpenBSD: dca.4,v 1.15 2013/06/02 20:42:27 tedu Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: June 2 2013 $ -.Dt DCA 4 hp300 -.Os -.Sh NAME -.Nm dca -.Nd -.Tn HP 98644A -serial communications interface -.Sh SYNOPSIS -.Cd "dca0 at dio? scode 9 flags 1" Pq "on-board serial interfaces" -.Cd "dca* at dio?" -.Sh DESCRIPTION -The -.Tn 98644A -is 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 series 300 machines. -.Pp -Input and output for each line may be set to one of the following baud rates: -50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, -19200, 38400. -.Pp -An optional argument -.Ar flags -may be set to 1 if the line should be treated as hard-wired -with carrier always present or 0 if modem control is desired. -.Sh FILES -.Bl -tag -width Pa -compact -.It Pa /dev/tty[0-3] -.It Pa /dev/cua[0-3] -.El -.Sh DIAGNOSTICS -.Bl -diag -.It dca0: silo overflow. -The single-character input -.Dq silo -has overflowed and incoming data has been lost. -.El -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr tty 4 -.Sh BUGS -Data loss is possible on busy systems with baud rates greater than 300. -The -.Nm -has never been tested with modem control enabled or on anything but the -built-in interface. diff --git a/share/man/man4/man4.hp300/dcm.4 b/share/man/man4/man4.hp300/dcm.4 deleted file mode 100644 index 0f064702a11..00000000000 --- a/share/man/man4/man4.hp300/dcm.4 +++ /dev/null @@ -1,99 +0,0 @@ -.\" $OpenBSD: dcm.4,v 1.19 2013/06/02 20:42:27 tedu Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)dcm.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: June 2 2013 $ -.Dt DCM 4 hp300 -.Os -.Sh NAME -.Nm dcm -.Nd -.Tn HP 98642A -serial communications multiplexer -.Sh SYNOPSIS -.Cd "dcm* at dio? flags 0xe" -.Sh DESCRIPTION -The -.Tn 98642A -is a four port -.Tn EIA -.Tn RS-232C -.Pf ( Tn CCITT -.Tn V.28 ) -communications -multiplexer. -The -.Tn 98642A -has three direct-connect ports and one port with -full modem control. -.Pp -Input and output for each line may be set to one of the following baud rates: -50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, -9600, 19200, 38400. -.Pp -.Ar Flags -is usually specified as 0xe since 3 of the 4 ports (1-3) do not support -modem control and should be treated as hard-wired with carrier always present. -If port 0 does not have the need for modem control then flags can be specified -as -.Ql 0xf . -.Pp -Each port on the -.Tn 98642A -has a 128 byte input silo and a 16 byte output silo. -Interrupts happen on a per character basis unless the interrupt -rate for the card reaches 70 interrupts per second at which time the -driver changes to a 16.7ms (60 interrupts per second) polling scheme until -the interrupt rate drops. -.Sh FILES -.Bl -tag -width /dev/tty0[0-9a-f] -compact -.It Pa /dev/tty0[0-9a-f] -.It Pa /dev/cua0[0-9a-f] -.El -.Sh DIAGNOSTICS -.Bl -diag -.It dcm0 port0: silo overflow -Input Silo has overflowed and incoming data -has been lost. -.It dcm0 port0: uart overflow -The 3 character buffer in the UART has -overflowed. -.El -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr tty 4 -.Sh BUGS -Total throughput per card, all ports together, is limited to 76800 bits per -second continuous input rate. diff --git a/share/man/man4/man4.hp300/dio.4 b/share/man/man4/man4.hp300/dio.4 deleted file mode 100644 index 5eb4e56fa82..00000000000 --- a/share/man/man4/man4.hp300/dio.4 +++ /dev/null @@ -1,118 +0,0 @@ -.\" $OpenBSD: dio.4,v 1.12 2011/12/30 12:47:20 miod Exp $ -.\" $NetBSD: dio.4,v 1.2 2002/01/15 01:31:30 wiz Exp $ -.\" -.\" Copyright (c) 2001 The NetBSD Foundation, Inc. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to The NetBSD Foundation -.\" by Gregory McGarry. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS -.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS -.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -.\" POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd $Mdocdate: December 30 2011 $ -.Dt DIO 4 hp300 -.Os -.Sh NAME -.Nm dio -.Nd -.Tn DIO/DIO-II bus -.Sh SYNOPSIS -.Cd "dio0 at mainbus0" -.Sh DESCRIPTION -This driver is for the DIO/DIO-II bus on HP 9000/3xx and 9000/4xx series -workstations. -.Sh SUPPORTED DEVICES -The following -.Tn DIO -devices are supported: -.Ss Framebuffers -.Bl -tag -width XXXXXX_4_ -offset indent -compact -.It Xr dvbox 4 -.Tn HP98730 -.Dq DaVinci -frame buffer -.It Xr gbox 4 -.Tn HP98700 -.Dq Gatorbox -frame buffer -.It Xr hyper 4 -.Tn A1096A -.Dq Hyperion -frame buffer -.It Xr rbox 4 -.Tn HP98720 -.Dq Renaissance -frame buffer -.It Xr sti 4 -HP Standard Text Interface -.It Xr topcat 4 -.Tn HP98544 -.Dq Topcat , -.Tn HP98550 -.Dq Catseye -and -.Tn A1416A -.Dq Kathmandu -frame buffers -.It Xr tvrx 4 -HP98705 -PersonalVRX -.Dq Tigershark -frame buffer -.El -.Ss Serial interfaces -.Bl -tag -width XXXXXX_4_ -offset indent -compact -.It Xr dca 4 -.Tn HP98644A -serial communications interface -.It Xr dcm 4 -.Tn HP98642A -serial communications multiplexer -.El -.Ss Network interfaces -.Bl -tag -width XXXXXX_4_ -offset indent -compact -.It Xr le 4 -.Tn HP98643 -built-in and add-on Ethernet boards -.El -.Ss HP-IB interfaces -.Bl -tag -width XXXXXX_4_ -offset indent -compact -.It Xr fhpib 4 -.Dq fast -HP-IB interface -.It Xr nhpib 4 -.Dq normal -HP-IB interface -.El -.Ss SCSI interfaces -.Bl -tag -width XXXXXX_4_ -offset indent -compact -.It Xr spc 4 -HP 98658 SCSI host adaptor -.El -.Ss Audio interfaces -.Bl -tag -width XXXXXX_4_ -offset indent -compact -.It Xr arcofi 4 -Siemens PSB2160 audio codec -.El -.Sh SEE ALSO -.Xr intro 4 , -.Xr sgc 4 diff --git a/share/man/man4/man4.hp300/dnkbd.4 b/share/man/man4/man4.hp300/dnkbd.4 deleted file mode 100644 index 8f47b1785a6..00000000000 --- a/share/man/man4/man4.hp300/dnkbd.4 +++ /dev/null @@ -1,137 +0,0 @@ -.\" $OpenBSD: dnkbd.4,v 1.8 2007/05/31 19:19:54 jmc Exp $ -.\" -.\" Copyright (c) 2005, Miodrag Vallat -.\" -.\" 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 $Mdocdate: May 31 2007 $ -.Dt DNKBD 4 hp300 -.Os -.Sh NAME -.Nm dnkbd -.Nd Apollo Domain keyboard and mouse -.Sh SYNOPSIS -.Cd "dnkbd0 at frodo?" -.Cd "wskbd* at dnkbd? mux 1" -.Cd "wsmouse* at dnkbd? mux 0" -.Sh DESCRIPTION -The -.Nm -driver supports the first 8250-like UART connected to the -.Xr frodo 4 -Apollo utility chip; -this UART is physically connected to the -.Sq Domain keyboard -connector. -The Apollo mouse plugs itself in a dedicated connector on the top left of -the keyboard. -.Pp -The -.Nm -driver doesn't provide any direct entry point, but makes its functionality -available through the internal -.Xr wskbd 4 -and -.Xr wsmouse 4 -interfaces. -.Pp -The -.Nm -driver supports all the keyboard layouts, which can be selected with -.Xr wsconsctl 8 -(variable: -.Dq keyboard.encoding ) . -The layouts are: -.Pp -.Bl -tag -width Ds -offset indent -compact -.It KB_DE -.Pq de -German with -.Dq dead accents . -.It KB_DK -.Pq dk -Norwegian/Danish with -.Dq dead accents . -.It KB_FR -.Pq fr -French. -.It KB_JP -.Pq jp -Japanese. -.It KB_SG -.Pq sg -Swiss German with -.Dq dead accents . -.It KB_SV -.Pq sv -Swedish/Finnish with -.Dq dead accents . -.It KB_UK -.Pq uk -UK English. -.It KB_US -.Pq us -US English (this is the default mapping). -.El -.Pp -All layouts with -.Dq dead accents -can be used in the KB_NODEAD -.Pq .nodead -variant. -This switches off the -.Dq dead accents . -.Sh SEE ALSO -.Xr apci 4 , -.Xr frodo 4 , -.Xr hilkbd 4 , -.Xr hilms 4 , -.Xr intro 4 , -.Xr wskbd 4 , -.Xr wsconsctl 8 -.Sh CAVEATS -The Domain keyboard provides ten function keys, numbered -.Em F0 -to -.Em F9 , -while the common -.Ux -usage is to number them from -.Em F1 -onwards. -To attempt minimizing confusion between the actual key labels and their -associated actions, -.Ox -assigns the -.Em F10 -functionality to the -.Em F0 -key, and the -.Em F1 -to -.Em F9 -functionality to the corresponding keys. -.Pp -Due to hardware peculiarities, it is not possible to remap the -.Sq Caps Lock -key as a modifier key, such as -.Sq Control . diff --git a/share/man/man4/man4.hp300/dvbox.4 b/share/man/man4/man4.hp300/dvbox.4 deleted file mode 100644 index 0c0888b8fa4..00000000000 --- a/share/man/man4/man4.hp300/dvbox.4 +++ /dev/null @@ -1,77 +0,0 @@ -.\" $OpenBSD: dvbox.4,v 1.10 2008/03/26 08:11:08 jmc Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)dv.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: March 26 2008 $ -.Dt DVBOX 4 hp300 -.Os -.Sh NAME -.Nm dvbox -.Nd -.Tn HP98730 -DaVinci frame buffer -.Sh SYNOPSIS -.Cd "dvbox* at intio?" -.Cd "dvbox* at dio?" -.Cd "wsdisplay* at dvbox?" -.Sh DESCRIPTION -The -.Tn HP98730 -and -.Tn HP98731 -are stackable 4-bit color frame buffers, -also known as the DaVinci. -By adding up to 7 -.Tn HP98732A -frame buffer extensions, it is possible to add overlay planes. -.Pp -The -.Nm -driver provides a frame buffer abstraction to the -.Xr wscons 4 -console framework. -.Pp -The DaVinci can be configured at either the ``internal'' address -(frame buffer address 0x200000, control register space address 0x560000) -or at an external select code less than 32. -The hardware installation manual describes the procedure for -setting these values. -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr wscons 4 , -.Xr wsdisplay 4 -.Sh BUGS -This driver has not been tested with all possible combinations of frame -buffer boards and scan boards installed in the device. diff --git a/share/man/man4/man4.hp300/frodo.4 b/share/man/man4/man4.hp300/frodo.4 deleted file mode 100644 index a5114a289e5..00000000000 --- a/share/man/man4/man4.hp300/frodo.4 +++ /dev/null @@ -1,56 +0,0 @@ -.\" $OpenBSD: frodo.4,v 1.6 2007/05/31 19:19:54 jmc Exp $ -.\" -.\" Copyright (c) 2003, Miodrag Vallat. -.\" 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 $Mdocdate: May 31 2007 $ -.Dt FRODO 4 hp300 -.Os -.Sh NAME -.Nm frodo -.Nd Apollo Utility Chip -.Sh SYNOPSIS -.Cd "frodo0 at intio?" -.Cd "apci* at frodo?" -.Cd "dnkbd0 at frodo?" -.Cd "isabr0 at frodo?" -.Sh DESCRIPTION -The -.Tn FRODO -ASIC (or -.Dq Apollo Utility chip ) -is found on HP 9000/4xx series workstations, -as well as HP 9000/362 and HP 9000/382 workstations. -It provides four -.Xr apci 4 -serial ports, the first one being used to connect the -Domain keyboard. -On system with ISA slots, -.Nm -also provides ISA interrupt logic. -.Sh SEE ALSO -.Xr apci 4 , -.Xr dnkbd 4 , -.Xr intro 4 , -.Xr isabr 4 diff --git a/share/man/man4/man4.hp300/gbox.4 b/share/man/man4/man4.hp300/gbox.4 deleted file mode 100644 index 9c44a24ed2e..00000000000 --- a/share/man/man4/man4.hp300/gbox.4 +++ /dev/null @@ -1,90 +0,0 @@ -.\" $OpenBSD: gbox.4,v 1.10 2008/03/26 08:11:08 jmc Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)gb.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: March 26 2008 $ -.Dt GBOX 4 hp300 -.Os -.Sh NAME -.Nm gbox -.Nd -.Tn HP98700 -Gatorbox frame buffer -.Sh SYNOPSIS -.Cd "gbox* at intio?" -.Cd "gbox* at dio?" -.Cd "wsdisplay* at gbox?" -.Sh DESCRIPTION -The -.Tn HP98700 -and -.Tn HP98710 -are 4-bit color frame buffers, -also known as the Gatorbox. -They can be extended to 8-bit color with an -.Tn HP98701 -frame buffer extension. -The 98710 also has some acceleration features. -.Pp -The -.Nm -driver provides a frame buffer abstraction to the -.Xr wscons 4 -console framework. -.Pp -The 98700 can be used as the only graphics device on a system, in which case -it will be used as the system console. -It can also be installed as a secondary display device. -For the first case, the -.Tn HP98287A M.A.D. -interface card -should be set to internal control space. -This will put the frame buffer at the DIO address 0x200000 and the control -registers at 0x560000. -For use as a secondary device, -the 98287A should be set to frame buffer address 0x300000, -and to an external select code. -.Pp -It should be noted that this configuration will conflict with the 98547 -display card which has a 2 megabyte frame buffer starting at address 0x200000. -The 98700 should only be installed as a secondary device in a machine with a -1 bit 98544 display card or 4 bit 98545 card. -The -.%T 98700H Installation Guide -contains further configuration information. -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr wscons 4 , -.Xr wsdisplay 4 diff --git a/share/man/man4/man4.hp300/hd.4 b/share/man/man4/man4.hp300/hd.4 deleted file mode 100644 index c2d89ca5181..00000000000 --- a/share/man/man4/man4.hp300/hd.4 +++ /dev/null @@ -1,97 +0,0 @@ -.\" $OpenBSD: hd.4,v 1.17 2013/06/02 20:42:27 tedu Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)rd.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: June 2 2013 $ -.Dt HD 4 hp300 -.Os -.Sh NAME -.Nm hd -.Nd -.Tn CS/80 -disk interface -.Sh SYNOPSIS -.Cd "hd* at hpibbus?" -.Sh DESCRIPTION -This is a generic -.Tn CS/80 -disk driver. -Only a small number of possible -.Tn CS/80 -drives are supported, -but others can easily be added by adding tables to the driver. -.Sh DISK SUPPORT -The driver interrogates the controller -to determine the type of drive attached. -The driver recognizes the following drives: -7912, 7914, 7933, 7936, 7937, 7945, -.Tn 757A/B , -.Tn 7958A/B , -.Tn 7959B , -7962, 7963, 9122, 9134, 7912, 7936, -and 9122, -not all of which have been tested. -.Sh FILES -.Bl -tag -width /dev/rhd[0-7][a-p] -compact -.It Pa /dev/hd[0-7][a-p] -block files -.It Pa /dev/rhd[0-7][a-p] -raw files -.El -.Sh DIAGNOSTICS -.Bl -diag -.It "hd0 err: vNN uNN, R0xXX F0xXX A0xXX I0xXX, block N" -An unrecoverable data error occurred during transfer of the -specified block on the specified disk. -.El -.Sh SEE ALSO -.Xr cd 4 , -.Xr ch 4 , -.Xr \&ct 4 , -.Xr hpibbus 4 , -.Xr intro 4 , -.Xr sd 4 , -.Xr st 4 , -.Xr uk 4 -.Sh BUGS -.Tn CS/80 -drives have 256 byte sectors which are mapped to 512 byte -``sectors'' by the driver. -Since some -.Tn CS/80 -drives have an odd number of sectors per cylinder, -the disk geometry used is not always accurate. -.Pp -A program to analyze the logged error information (even in its -present reduced form) is needed. diff --git a/share/man/man4/man4.hp300/hpibbus.4 b/share/man/man4/man4.hp300/hpibbus.4 deleted file mode 100644 index 4e12f5862d8..00000000000 --- a/share/man/man4/man4.hp300/hpibbus.4 +++ /dev/null @@ -1,76 +0,0 @@ -.\" $OpenBSD: hpibbus.4,v 1.1 2008/04/01 14:22:28 jmc Exp $ -.\" -.\" Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved. -.\" Copyright (c) 1982, 1990, 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. 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. -.\" -.Dd $Mdocdate: April 1 2008 $ -.Dt HPIBBUS 4 hp300 -.Os -.Sh NAME -.Nm hpibbus -.Nd HP-IB bus interface -.Sh SYNOPSIS -.Cd "hpibbus* at nhpib?" -.Cd "hpibbus* at fhpib?" -.Pp -.Cd "hd* at hpibbus? " Pq "disks" -.Cd "ct* at hpibbus? " Pq "cartridge tapes" -.Cd "mt* at hpibbus? " Pq "9-track tapes" -.Cd "ppi0 at hpibbus? slave 5 punit 0 " Pq "plotter" -.Sh DESCRIPTION -HP-IB is essentially an IEEE 488 bus, -with an HP command set -.Po -CS/80 on -.Sq newer -devices, Amigo on before-the-early-1980s devices -.Pc -thrown on top. -Devices that respond to CS/80 (and probably Amigo, too) -are tagged with a 16-bit ID. -.Pp -HP-IB has a 2-level addressing scheme: -slave, the analog of a SCSI ID, and punit, the analog of a SCSI LUN. -.Pp -The CS/80 ID is unique to the slave, and is shared by all its punits. -Most devices only have one punit; multiple punits are often used for disk -drives that have an accompanying tape drive on the second punit, -or for dual floppy drives. -.Pp -In addition, not all HP-IB devices speak CS/80 or Amigo. -Examples of such devices are HP-IB plotters, -which simply take raw plotter commands over 488. -These devices do not have ID tags, -and often the host cannot even tell if such -a device is attached to the system. -.Sh SEE ALSO -.Xr \&ct 4 , -.Xr hd 4 , -.Xr intro 4 , -.Xr nhpib 4 , -.Xr ppi 4 diff --git a/share/man/man4/man4.hp300/hyper.4 b/share/man/man4/man4.hp300/hyper.4 deleted file mode 100644 index 42cd0817285..00000000000 --- a/share/man/man4/man4.hp300/hyper.4 +++ /dev/null @@ -1,67 +0,0 @@ -.\" $OpenBSD: hyper.4,v 1.11 2011/09/03 22:59:07 jmc Exp $ -.\" -.\" Copyright (c) 2003, Miodrag Vallat. -.\" 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 $Mdocdate: September 3 2011 $ -.Dt HYPER 4 hp300 -.Os -.Sh NAME -.Nm hyper -.Nd -.Tn HP A1096A -Hyperion frame buffer -.Sh SYNOPSIS -.Cd "hyper* at dio?" -.Cd "wsdisplay* at hyper?" -.Sh DESCRIPTION -The Hyperion is a monochrome, high-resolution frame buffer. -.Pp -The -.Nm -driver provides a frame buffer abstraction to the -.Xr wscons 4 -console framework. -.Sh SELECT CODE -The -.Dq select code -for the Hyperion card can be set with the JP01 and JP02 jumpers. -These jumpers are located in the upper right corner of the board, when it is -placed component side up, with the video connector to the left. -Numbering the jumper pins from 1 to 3 from left to right, -the following combinations are available: -.Bl -column "JP02" "JP01" -offset indent -.It Sy "JP02" Ta Sy "JP01" Ta Sy "Select code" -.It Li "1-2" Ta "1-2" Ta 135 -.It Li "1-2" Ta "2-3" Ta 134 -.It Li "2-3" Ta "1-2" Ta "133 (factory settings)" -.It Li "2-3" Ta "2-3" Ta 132 -.El -.Pp -Leaving a jumper open is equivalent to shorting pins 1 and 2. -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr wscons 4 , -.Xr wsdisplay 4 diff --git a/share/man/man4/man4.hp300/intro.4 b/share/man/man4/man4.hp300/intro.4 deleted file mode 100644 index 6d65042426d..00000000000 --- a/share/man/man4/man4.hp300/intro.4 +++ /dev/null @@ -1,163 +0,0 @@ -.\" $OpenBSD: intro.4,v 1.33 2013/06/29 16:57:33 jmc Exp $ -.\" -.\" Copyright (c) 1990, 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. 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 8.1 (Berkeley) 6/5/93 -.\" -.Dd $Mdocdate: June 29 2013 $ -.Dt INTRO 4 hp300 -.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 SYNOPSIS section of -each configurable device gives a sample specification -for use in constructing a system description for the -.Xr config 8 -program. -The 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 HP -9000/300 and 9000/400 series. -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 -Occasionally, new devices of a similar type may be added -simply by creating appropriate table entries in the driver; -for example, new -.Tn CS/80 -drives. -.Pp -.Bl -tag -width 10n -compact -offset indent -.It Xr apci 4 -Apollo utility chip serial communications interface -.It Xr arcofi 4 -Siemens PSB2160 audio codec -.It Xr \&ct 4 -CS/80 cartridge tape interface -.It Xr dca 4 -HP 98644A serial communications interface -.It Xr dcm 4 -HP 98642A serial communications multiplexer -.It Xr dio 4 -DIO/DIO-II bus -.It Xr dnkbd 4 -Apollo Domain keyboard and mouse -.It Xr dvbox 4 -HP98730 DaVinci frame buffer -.It Xr frodo 4 -Apollo Utility Chip -.It Xr gbox 4 -HP98700 Gatorbox frame buffer -.It Xr hd 4 -CS/80 disk interface -.It Xr hil 4 -introduction to HP-HIL support -.It Xr hpibbus 4 -HP-IB bus interface -.It Xr hyper 4 -HP A1096A Hyperion frame buffer -.It Xr isabr 4 -Frodo ISA bridge -.It Xr le 4 -AMD LANCE Ethernet device -.It Xr nhpib 4 -built-in 98624 and 98625 HP-IB interfaces -.It Xr ppi 4 -HP-IB printer/plotter interface -.It Xr rbox 4 -HP98720 Renaissance frame buffer -.It Xr sgc 4 -Standard Graphics Connection bus -.It Xr spc 4 -HP 98658 SCSI host adaptor driver -.It Xr sti 4 -HP Standard Text Interface -.It Xr topcat 4 -Topcat, Catseye and Kathmandu frame buffers -.It Xr tvrx 4 -HP98705 PersonalVRX -.Dq Tigershark -frame buffer -.El -.Sh SEE ALSO -.Xr autoconf 4 , -.Xr config 8 -.Sh HISTORY -The -.Tn HP300 -.Nm intro -first appeared in -.Bx 4.3 Reno . diff --git a/share/man/man4/man4.hp300/isabr.4 b/share/man/man4/man4.hp300/isabr.4 deleted file mode 100644 index 206f77636f7..00000000000 --- a/share/man/man4/man4.hp300/isabr.4 +++ /dev/null @@ -1,51 +0,0 @@ -.\" $OpenBSD: isabr.4,v 1.3 2007/05/31 19:19:54 jmc Exp $ -.\" -.\" Copyright (c) 2007 Miodrag Vallat. -.\" -.\" Permission to use, copy, modify, and distribute this software for any -.\" purpose with or without fee is hereby granted, provided that the above -.\" copyright notice, this permission notice, and the disclaimer below -.\" appear in all copies. -.\" -.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" -.Dd $Mdocdate: May 31 2007 $ -.Dt ISABR 4 hp300 -.Os -.Sh NAME -.Nm isabr -.Nd Frodo ISA bridge -.Sh SYNOPSIS -.Cd "isabr0 at frodo?" -.Cd "isa* at isabr?" -.Sh DESCRIPTION -The -.Nm -driver provides access to the ISA slot found in model -.Sq t -HP 9000/4xx workstations. -.Sh SEE ALSO -.Xr frodo 4 , -.Xr intro 4 , -.Xr isa 4 -.Sh CAVEATS -Interrupt numbers 0, 1, 2 and 8 are permanently masked on hp300 systems. -Therefore ISA devices should not configured to use them. -.Sh BUGS -ISA interrupts are not handled correctly. -Some devices cause the -.Xr frodo 4 -chip to interrupt, but without any change in its status registers; -others will correctly interrupt, but -.Xr frodo 4 -will not ack the interrupt, resulting in an interrupt storm. -.Pp -The 4-slot EISA bridge found in model -.Sq s -workstations is not supported yet. diff --git a/share/man/man4/man4.hp300/le.4 b/share/man/man4/man4.hp300/le.4 deleted file mode 100644 index fbaca500c3e..00000000000 --- a/share/man/man4/man4.hp300/le.4 +++ /dev/null @@ -1,73 +0,0 @@ -.\" $OpenBSD: le.4,v 1.13 2007/05/31 19:19:54 jmc Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)le.4 8.2 (Berkeley) 11/30/93 -.\" -.Dd $Mdocdate: May 31 2007 $ -.Dt LE 4 hp300 -.Os -.Sh NAME -.Nm le -.Nd AMD LANCE Ethernet device -.Sh SYNOPSIS -.Cd "le* at dio?" -.Sh DESCRIPTION -The -.Nm le -interface provides access to a 10 Mb/s Ethernet network via the -.Tn AMD -7990 -.Tn LANCE -Ethernet chip set. -.Pp -The use of ``trailer'' encapsulation to minimize copying data on -input and output is supported by the interface but offers no advantage -due to the large -.Tn HP -page size. -The use of trailers is negotiated with -.Tn ARP . -This negotiation may be disabled, on a per-interface basis, -by setting the -.Dv IFF_NOTRAILERS -flag with an -.Dv SIOCSIFFLAGS -.Xr ioctl 2 . -.Sh SEE ALSO -.Xr arp 4 , -.Xr ifmedia 4 , -.Xr inet 4 , -.Xr intro 4 , -.Xr netintro 4 , -.Xr hostname.if 5 , -.Xr ifconfig 8 diff --git a/share/man/man4/man4.hp300/mem.4 b/share/man/man4/man4.hp300/mem.4 deleted file mode 100644 index 148d9a801a4..00000000000 --- a/share/man/man4/man4.hp300/mem.4 +++ /dev/null @@ -1,87 +0,0 @@ -.\" $OpenBSD: mem.4,v 1.9 2013/08/24 22:18:05 jmc Exp $ -.\" -.\" Copyright (c) 1990, 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. 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 $Mdocdate: August 24 2013 $ -.Dt MEM 4 hp300 -.Os -.Sh NAME -.Nm mem , -.Nm kmem -.Nd memory files -.Sh DESCRIPTION -The file -.Pa /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 -.Pa /dev/mem . -.Pp -Kernel virtual memory is accessed via the file -.Pa /dev/kmem -in the same manner as -.Pa /dev/mem . -Only kernel virtual addresses that are currently mapped to memory are allowed. -.Sh HP300 -On the -.Tn HP300 , -the last byte of physical memory is always -.Li 0xFFFFFFFF . -Therefore, on an -.Tn HP300 -with -8MB of memory, physical memory would start -at -.Li 0xFF800000 . -The kernel virtual memory runs from -.Li 0 -to about -.Li 0x2400000 . -.Pp -Writeability of these devices is controlled by the system -.Xr securelevel 7 . -.Sh FILES -.Bl -tag -width /dev/kmem -compact -.It /dev/mem -.It /dev/kmem -.El -.Sh SEE ALSO -.Xr securelevel 7 -.Sh HISTORY -The -.Pa /dev/mem -and -.Pa /dev/kmem -files appeared in -.At v6 . diff --git a/share/man/man4/man4.hp300/nhpib.4 b/share/man/man4/man4.hp300/nhpib.4 deleted file mode 100644 index 365d38ea317..00000000000 --- a/share/man/man4/man4.hp300/nhpib.4 +++ /dev/null @@ -1,52 +0,0 @@ -.\" $OpenBSD: nhpib.4,v 1.9 2008/06/26 05:42:07 ray Exp $ -.\" $NetBSD: hpib.4,v 1.2 2002/01/15 01:35:44 wiz Exp $ -.\" -.\" Copyright (c) 2001 The NetBSD Foundation, Inc. -.\" All rights reserved. -.\" -.\" This code is derived from software contributed to The NetBSD Foundation -.\" by Gregory McGarry. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS -.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED -.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS -.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -.\" POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd $Mdocdate: June 26 2008 $ -.Dt NHPIB 4 hp300 -.Os -.Sh NAME -.Nm nhpib , -.Nm fhpib -.Nd built-in 98624 and 98625 HP-IB interfaces -.Sh SYNOPSIS -.Cd "nhpib* at dio? " Pq "built-in and 98624 HP-IB interface" -.Cd "hpibbus* at nhpib?" -.Cd "fhpib* at dio? " Pq "98625 fast HP-IB interface" -.Cd "hpibbus* at fhpib?" -.Sh DESCRIPTION -The -.Nm -driver supports the built-in and 98624 HP-IB interfaces, while the -.Nm fhpib -driver supports the faster 98625 HP-IB interface. -.Sh SEE ALSO -.Xr dio 4 , -.Xr hpibbus 4 , -.Xr intro 4 diff --git a/share/man/man4/man4.hp300/ppi.4 b/share/man/man4/man4.hp300/ppi.4 deleted file mode 100644 index 7d560ce7d54..00000000000 --- a/share/man/man4/man4.hp300/ppi.4 +++ /dev/null @@ -1,73 +0,0 @@ -.\" $OpenBSD: ppi.4,v 1.7 2007/05/31 19:19:54 jmc Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)ppi.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: May 31 2007 $ -.Dt PPI 4 hp300 -.Os -.Sh NAME -.Nm ppi -.Nd -.Tn HP-IB -printer/plotter interface -.Sh SYNOPSIS -.Cd "ppi0 at hpibbus0 slave 5 punit 0" -.Sh DESCRIPTION -The -.Nm ppi -interface provides a means of communication with -.Tn HP-IB -printers and plotters. -.Pp -Special files -.Pa ppi0 -through -.Pa ppi3 -are used to access the devices, with the digit at the end -of the filename referring to the bus address of the device. -Current versions of the autoconf code can not probe for these -devices, so the device entry in the configuration file must be -fully qualified. -.Sh FILES -.Bl -tag -width /dev/ppi[0-3] -compact -.It Pa /dev/ppi[0-3] -.El -.Sh SEE ALSO -.Xr hpibbus 4 , -.Xr intro 4 -.Sh BUGS -This driver is very primitive, it handshakes data out byte by byte. -It should use -.Tn DMA -whenever possible. diff --git a/share/man/man4/man4.hp300/rbox.4 b/share/man/man4/man4.hp300/rbox.4 deleted file mode 100644 index 773a0a60faa..00000000000 --- a/share/man/man4/man4.hp300/rbox.4 +++ /dev/null @@ -1,77 +0,0 @@ -.\" $OpenBSD: rbox.4,v 1.9 2008/03/26 08:11:08 jmc Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)rb.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: March 26 2008 $ -.Dt RBOX 4 hp300 -.Os -.Sh NAME -.Nm rbox -.Nd -.Tn HP98720 -Renaissance frame buffer -.Sh SYNOPSIS -.Cd "rbox* at intio?" -.Cd "rbox* at dio?" -.Cd "wsdisplay* at rbox?" -.Sh DESCRIPTION -The -.Tn HP98720 -and -.Tn HP98721 -are stackable 4-bit color frame buffers, -also known as the Renaissance. -By adding up to 7 -.Tn HP98722A -frame buffer extensions, it is possible to add overlay planes. -.Pp -The -.Nm -driver provides a frame buffer abstraction to the -.Xr wscons 4 -console framework. -.Pp -The Renaissance can be configured at either the ``internal'' address -(frame buffer address 0x200000, control register space address 0x560000) -or at an external select code less than 32. -The hardware installation manual describes the procedure for -setting these values. -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr wscons 4 , -.Xr wsdisplay 4 -.Sh BUGS -This driver has not been tested with all possible -combinations of frame buffer boards and scan boards installed in the device. diff --git a/share/man/man4/man4.hp300/sgc.4 b/share/man/man4/man4.hp300/sgc.4 deleted file mode 100644 index 812c571a12a..00000000000 --- a/share/man/man4/man4.hp300/sgc.4 +++ /dev/null @@ -1,52 +0,0 @@ -.\" $OpenBSD: sgc.4,v 1.3 2007/05/31 19:19:54 jmc Exp $ -.\" -.\" Copyright (c) 2005, Miodrag Vallat -.\" -.\" 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 $Mdocdate: May 31 2007 $ -.Dt SGC 4 hp300 -.Os -.Sh NAME -.Nm sgc -.Nd Standard Graphics Connection bus -.Sh SYNOPSIS -.Cd "sgc0 at mainbus0" -.Sh DESCRIPTION -The SGC bus was designed by -.Tn HP -as a standard interface to connect graphics products to workstations. -The -.Nm -driver provides support for the SGC bus found on some HP 9000/4xx series -workstations. -.Sh SUPPORTED DEVICES -The following SGC devices are supported: -.Ss Framebuffers -.Bl -tag -width xxxxxx -offset indent -compact -.It Xr sti 4 -HP Standard Text Interface -.El -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr sti 4 diff --git a/share/man/man4/man4.hp300/spc.4 b/share/man/man4/man4.hp300/spc.4 deleted file mode 100644 index 0217ceee18a..00000000000 --- a/share/man/man4/man4.hp300/spc.4 +++ /dev/null @@ -1,59 +0,0 @@ -.\" $OpenBSD: spc.4,v 1.6 2012/08/14 01:08:19 dlg Exp $ -.\" $NetBSD: spc.4,v 1.1 2003/08/01 02:36:04 tsutsui Exp $ -.\" -.\" Copyright (c) 2003 Izumi Tsutsui. 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. 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 $Mdocdate: August 14 2012 $ -.Dt SPC 4 hp300 -.Os -.Sh NAME -.Nm spc -.Nd HP 98658 SCSI host adaptor driver -.Sh SYNOPSIS -.Cd "spc* at dio? flags 0x00" -.Sh DESCRIPTION -The -.Nm -driver provides support for the -.Tn Fujitsu -MB87030/MB89352 -.Tn SCSI -Protocol Controller (SPC) chips, used as part of the -.Tn HP -98658 SCSI interface. -If the device -.Cm flags -are specified with a value of 1, the driver will not attempt to use DMA. -.Sh SEE ALSO -.Xr cd 4 , -.Xr ch 4 , -.Xr dio 4 , -.Xr intro 4 , -.Xr scsi 4 , -.Xr sd 4 , -.Xr st 4 , -.Xr uk 4 -.Sh BUGS -Synchronous data transfers are not currently supported. diff --git a/share/man/man4/man4.hp300/topcat.4 b/share/man/man4/man4.hp300/topcat.4 deleted file mode 100644 index 2ed566bc20c..00000000000 --- a/share/man/man4/man4.hp300/topcat.4 +++ /dev/null @@ -1,98 +0,0 @@ -.\" $OpenBSD: topcat.4,v 1.14 2008/03/26 08:11:08 jmc Exp $ -.\" -.\" Copyright (c) 1990, 1991, 1993 -.\" 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. 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: @(#)tc.4 8.1 (Berkeley) 6/9/93 -.\" -.Dd $Mdocdate: March 26 2008 $ -.Dt TOPCAT 4 hp300 -.Os -.Sh NAME -.Nm topcat -.Nd -Topcat, -Catseye -and -Kathmandu -frame buffers -.Sh SYNOPSIS -.Cd "topcat* at intio?" -.Cd "topcat* at dio?" -.Cd "wsdisplay* at topcat?" -.Sh DESCRIPTION -The -HP98543, HP98544, HP98545A and HP98547A Topcat, -as well as the -HP98548A, HP98549A and HP98550A Catseye -and the -A1416A Kathmandu -are accelerated frame buffers, with the following resolution and color depth: -.Pp -.Bl -tag -width A1416A -offset indent -compact -.It 98543 -512x400 4-bit color Topcat -.It 98544 -1024x768 monochrome Topcat -.It 98545A -1024x768 4-bit color Topcat -.It 98547A -1024x768 6-bit color Topcat -.It 98548A -1280x1024 monochrome Catseye -.It 98549A -1024x768 6-bit color Catseye -.It 98550A -1280x1024 8-bit color Catseye -.It A1416A -1280x1024 8-bit color Kathmandu -.El -.Pp -The -.Nm -driver provides a frame buffer abstraction to the -.Xr wscons 4 -console framework. -.Pp -The Topcat display cards are not user configurable. -If one is present on a -system, it will always have a frame buffer address of 0x200000 and a control -register address of 0x560000. -.Pp -The Catseye and Kathmandu cards can be configured using the on-board 8 DIP -switches selector to define the -.Dq select code . -A select code of 1 will use the same settings as the Topcat cards. -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr wscons 4 , -.Xr wsdisplay 4 diff --git a/share/man/man4/man4.hp300/tvrx.4 b/share/man/man4/man4.hp300/tvrx.4 deleted file mode 100644 index faac42c623d..00000000000 --- a/share/man/man4/man4.hp300/tvrx.4 +++ /dev/null @@ -1,77 +0,0 @@ -.\" $OpenBSD: tvrx.4,v 1.5 2013/01/18 21:19:10 miod Exp $ -.\" -.\" Copyright (c) 2006, Miodrag Vallat -.\" -.\" 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 $Mdocdate: January 18 2013 $ -.Dt TVRX 4 hp300 -.Os -.Sh NAME -.Nm tvrx -.Nd HP98705 PersonalVRX -.Dq TigerShark -frame buffer -.Sh SYNOPSIS -.Cd "tvrx* at dio?" -.Cd "wsdisplay* at tvrx?" -.Sh DESCRIPTION -The PersonalVRX frame buffer is an accelerated, high resolution -.Pq 1280x1024 -external display, connected to a 98702 DIO-II interface board. -The external display is composed of one (66570) or two (66570 with 66571 option) -8-bit color frame buffer boards. -Other option boards for the PersonalVRX family include the 66572 -.Sq Z-buffer , -the -66573 -.Sq Transform Engine and Scan -board, and the 66574 -.Sq Colormap . -All models also have four overlay planes. -.Pp -The -.Nm -driver provides a frame buffer abstraction to the -.Xr wscons 4 -console framework. -.Pp -Currently, the driver can only use the overlay planes, and will run as an -unaccelerated 16 color frame buffer. -.Pp -2D acceleration is not available until the appropriate microcode has been -downloaded into the framebuffer control logic; unfortunately, neither -the microcode nor documentation about the download interface seem to be -available. -.Pp -The PersonalVRX devices can be configured using the 5 DIP switches selector on -the interface board to define the -.Dq select code . -The select code value is computed by adding 133 to the number made from the -five binary digits. -The default settings, with the two MSB switches set to 1 and the three LSB -switches set to 0, provide a select code of 157. -.Sh SEE ALSO -.Xr dio 4 , -.Xr intro 4 , -.Xr wscons 4 , -.Xr wsdisplay 4 |