diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 15:32:58 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 15:32:58 -0400 |
| commit | 5cb84ec742fd33f78c8022863fadaa8d0d93e176 (patch) | |
| tree | 1a81ca3665e6153923e40db7b0d988f8573ab59c /static/netbsd/man4/man4.macppc | |
| parent | a59214f344567c037d5776879bcfc5fcc1d4d5f6 (diff) | |
feat: Added NetBSD man pages
Diffstat (limited to 'static/netbsd/man4/man4.macppc')
| -rw-r--r-- | static/netbsd/man4/man4.macppc/Makefile | 4 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/autoconf.4 | 70 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/awacs.4 | 55 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/bm.4 | 61 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/gm.4 | 75 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/intro.4 | 170 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/mesh.4 | 113 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/obio.4 | 109 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/pbms.4 | 58 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/platinumfb.4 | 64 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.macppc/snapper.4 | 68 |
11 files changed, 847 insertions, 0 deletions
diff --git a/static/netbsd/man4/man4.macppc/Makefile b/static/netbsd/man4/man4.macppc/Makefile new file mode 100644 index 00000000..67434962 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/Makefile @@ -0,0 +1,4 @@ +MAN = $(wildcard *.4) + +include ../../../mandoc.mk + diff --git a/static/netbsd/man4/man4.macppc/autoconf.4 b/static/netbsd/man4/man4.macppc/autoconf.4 new file mode 100644 index 00000000..154bd3fa --- /dev/null +++ b/static/netbsd/man4/man4.macppc/autoconf.4 @@ -0,0 +1,70 @@ +.\" $NetBSD: autoconf.4,v 1.5 2024/09/07 19:13:28 rillig Exp $ +.\" +.\" Copyright (c) 1994 Christopher G. Demetriou +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed for the +.\" NetBSD Project. See https://www.NetBSD.org/ for +.\" information about NetBSD. +.\" 4. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> +.\" +.Dd February 17, 2017 +.Dt AUTOCONF 4 macppc +.Os +.Sh NAME +.Nm autoconf +.Nd diagnostics from the autoconfiguration code +.Sh DESCRIPTION +When +.Nx +bootstraps it probes the innards of the machine +on which it is running +and locates controllers, drives, and other devices, printing out +what it finds on the console. This procedure is driven by a system +configuration table which is processed by +.Xr config 1 +and compiled into each kernel. +Devices which exist in the machine but are not configured into the +kernel are not detected. +.\" Example below doesn't happen on macppc; left in as a comment to +.\" make it easier to add examples in the future. +.\" .Sh DIAGNOSTICS +.\" .Bl -diag +.\" .It CPU class not configured. +.\" You tried to boot +.\" .Nx +.\" on a class of +.\" .Tn CPU +.\" type which it doesn't +.\" (or at least this compiled version of +.\" .Nx +.\" doesn't) understand. +.\" .El +.Sh SEE ALSO +.Xr config 1 , +.Xr macppc/intro 4 , +.Xr boot 8 diff --git a/static/netbsd/man4/man4.macppc/awacs.4 b/static/netbsd/man4/man4.macppc/awacs.4 new file mode 100644 index 00000000..0c3d2387 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/awacs.4 @@ -0,0 +1,55 @@ +.\" $NetBSD: awacs.4,v 1.6 2018/03/30 14:25:20 sevan Exp $ +.\" +.\" Copyright (c) 2001 The NetBSD Foundation, Inc. +.\" 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 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 March 30, 2018 +.Dt AWACS 4 macppc +.Os +.Sh NAME +.Nm awacs +.Nd Apple audio device driver +.Sh SYNOPSIS +.Cd "awacs* at obio?" +.Cd "audio* at awacs?" +.Sh DESCRIPTION +The +.Nm +(audio waveform amplifier and converter for sound) +driver provides support for the audio hardware found in many Apple +PowerMacs. +.Sh SEE ALSO +.Xr audio 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 1.5.1 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Tsubai Masanari Aq Mt tsubai@NetBSD.org . +.Sh BUGS +This manual page needs more precision and detail. diff --git a/static/netbsd/man4/man4.macppc/bm.4 b/static/netbsd/man4/man4.macppc/bm.4 new file mode 100644 index 00000000..aa0e240b --- /dev/null +++ b/static/netbsd/man4/man4.macppc/bm.4 @@ -0,0 +1,61 @@ +.\" $NetBSD: bm.4,v 1.4 2008/04/30 13:10:56 martin Exp $ +.\" +.\" Copyright (c) 2002 The NetBSD Foundation, Inc. +.\" 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 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 May 21, 2002 +.Dt BM 4 macppc +.Os +.Sh NAME +.Nm bm +.Nd Apple BMac Ethernet device driver +.Sh SYNOPSIS +.Cd "bm* at obio?" +.Pp +Configuration of PHYs may also be necessary. +See +.Xr mii 4 . +.Sh DESCRIPTION +The +.Nm +driver provides support for the BMac Ethernet hardware found mostly in +Apple PowerBooks G3s and Power Macintosh G3s. +.Sh SEE ALSO +.Xr gem 4 , +.Xr mc 4 , +.Xr mii 4 , +.Xr nsphyter 4 , +.Xr tlp 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 1.4 . +.Sh AUTHORS +The +.Nm +driver was written by Tsubai Masanari +.Aq tsubai@NetBSD.org . +The man page was written by Thomas Klausner +.Aq wiz@NetBSD.org . diff --git a/static/netbsd/man4/man4.macppc/gm.4 b/static/netbsd/man4/man4.macppc/gm.4 new file mode 100644 index 00000000..5538c739 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/gm.4 @@ -0,0 +1,75 @@ +.\" $NetBSD: gm.4,v 1.10 2017/02/18 22:39:01 wiz Exp $ +.\" +.\" Copyright (c) 2002 The NetBSD Foundation, Inc. +.\" 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 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 February 17, 2017 +.Dt GM 4 macppc +.Os +.Sh NAME +.Nm gm +.Nd Apple GMac Ethernet device driver +.Sh SYNOPSIS +.Cd "gm* at pci? dev ? function ?" +.Pp +Configuration of PHYs may also be necessary. +See +.Xr mii 4 . +.Sh DESCRIPTION +The +.Nm +driver provides support for the GMac Ethernet hardware found mostly in +the newest Apple PowerBooks G3s and most G4-based Apple hardware. +.Pp +This driver is now obsolete. +You should be using the +.Xr gem 4 +driver. +.Pp +Wireless hardware is not supported by this driver, but by +.Xr wi 4 . +.Sh SEE ALSO +.Xr brgphy 4 , +.Xr gem 4 , +.Xr macppc/bm 4 , +.Xr macppc/bmtphy 4 , +.Xr mc 4 , +.Xr mii 4 , +.Xr tlp 4 , +.Xr wi 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 1.5 +and is obsoleted by the +.Xr gem 4 +driver. +.Sh AUTHORS +The +.Nm +driver was written by Tsubai Masanari +.Aq tsubai@NetBSD.org . +The man page was written by Thomas Klausner +.Aq wiz@NetBSD.org . diff --git a/static/netbsd/man4/man4.macppc/intro.4 b/static/netbsd/man4/man4.macppc/intro.4 new file mode 100644 index 00000000..84822443 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/intro.4 @@ -0,0 +1,170 @@ +.\" $NetBSD: intro.4,v 1.11 2017/02/18 22:39:01 wiz Exp $ +.\" +.\" Copyright (c) 2001 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Tsubai Masanari and Thomas Klausner. +.\" +.\" 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 February 17, 2017 +.Dt INTRO 4 macppc +.Os +.Sh NAME +.Nm intro +.Nd introduction to macppc special files and hardware support +.Sh DESCRIPTION +This section describes 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 1 +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 MACPPC DEVICE SUPPORT +This section describes the hardware supported on the +.Tn Power Macintosh . +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 macppc/autoconf 4 . +A list of the supported devices is given below. +.Sh SEE ALSO +.Xr config 1 , +.Xr gem 4 , +.Xr macppc/autoconf 4 , +.Xr macppc/awacs 4 , +.Xr macppc/bm 4 , +.Xr mc 4 , +.Xr tlp 4 +.Sh HISTORY +The +.Tn macppc +.Nm intro +man page first appeared in +.Nx 1.5.1 , +based on the +.Nx Ns /mac68k +.Xr macppc/intro 4 . +.Sh LIST OF DEVICES +The devices listed below are supported in this incarnation of +the system. +Devices are indicated by their functional interface. +Not all supported devices are listed. +.Pp +PCMCIA devices are supported through the +.Xr pcmcia 4 +bus and associated devices. +.Pp +Cardbus devices are supported through the +.Xr cardbus 4 +bus and associated devices. +.Pp +USB devices are supported through the +.Xr usb 4 +bus and associated devices. +.Pp +Additionally, the following specific devices are supported: +.Bl -tag -width "xxxxxxxx" -compact -offset indent +.It Em adb +Apple Desktop Bus event interface. +.It Em awacs +Audio Waveform Amplifier and Converter \(em Apple Sound Chip +(supported systems include 603 and 604 based +machines, and +.Tn Open Firmware 3 +based machines). +.It Em bm +BMac Ethernet. +.It Em de +DECchip 21x4x based Ethernet cards (see also +.Xr tlp 4 ) . +.It Em esp +.Tn NCR +53C9x built-in SCSI interface. +.It Em gm +GMac Ethernet. +.It Em kmem +kernel virtual memory. +.It Em mc +MACE Ethernet. +.It Em mem +physical memory. +.It Em mesh +MESH built-in SCSI interface (most Old World machines up to the 1999 +series of G3 PowerBooks). +.It Em nvram +NVRAM access. +.It Em ofb +PCI based frame buffer with +.Tn Open Firmware +support. +.It Em openfirm +.Tn Open Firmware +access. +.It Em tlp +DECchip 21x4x based Ethernet cards. +.It Em wdc +Standard on-board IDE controller. +.It Em zsc +.Tn Zilog +Z8530 built-in serial interface. +.El diff --git a/static/netbsd/man4/man4.macppc/mesh.4 b/static/netbsd/man4/man4.macppc/mesh.4 new file mode 100644 index 00000000..93946b9a --- /dev/null +++ b/static/netbsd/man4/man4.macppc/mesh.4 @@ -0,0 +1,113 @@ +.\" $NetBSD: mesh.4,v 1.4 2017/02/17 22:24:47 christos Exp $ +.\" +.\" Copyright (c) 2003 Alex Zepeda <zipzippy@sonic.net> +.\" 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 Alex Zepeda. +.\" 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. +.\" +.Dd February 17, 2017 +.Dt MESH 4 macppc +.Os +.Sh NAME +.Nm mesh +.Nd Apple Macintosh Enhanced SCSI Hardware driver +.Sh SYNOPSIS +.Cd "mesh* at obio? flags 0xffff" +.Cd "scsibus* at mesh?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the SCSI host adapters found on +most supported models with on-board SCSI. The Apple Network Server models +use the +.Xr esp 4 +and +.Xr esiop 4 +devices for SCSI, not +.Nm . +.Pp +Models supported by +.Nm +are: +.Bl -dash -compact -offset indent +.It +Apple PowerBook (2400, 3400, G3, and G3 Series) +.It +Apple PowerBook (G3 Series (bronze keyboard)) +.It +Apple Power Macintosh/Performa (4400, 54xx, 5500, 6300/160, 6360, 6400, and +6500) +.It +Apple Power Macintosh (7300, 7500, 7600, 8500, 8600, 9500, and 9600) +.It +Apple Workgroup Server 8550 +.It +Apple Power Macintosh G3 (Beige G3) +.It +APS Tech (M*Power 604e/200) +.It +Motorola StarMax (3000, 4000, 5000, and 5500) +.It +Power Computing (PowerBase, PowerCenter, PowerCenter Pro, PowerCurve, +PowerTower, PowerTower Pro, and PowerWave) +.It +UMAX (Apus 2000, Apus 3000, C500, and C600) +.It +UMAX (J700, S900) +.El +.Pp +Some models have a separate SCSI bus dedicated to external devices using +the +.Xr esp 4 +device. +On these systems, the +.Nm +SCSI bus is operated in SCSI +.Sq Fast +mode +.Pq "10 MB/s" +and the external +.Xr esp 4 +bus is operated at 5 MB/s. This applies only to the following models: +.Bl -dash -compact -offset indent +.It +Apple Power Macintosh (7300, 7500, 7600, 8500, 8600, 9500, and 9600) +.It +Power Computing (PowerCenter, PowerCenter Pro, PowerCurve, +PowerTower, PowerTower Pro, and PowerWave) +.El +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr esiop 4 , +.Xr esp 4 , +.Xr macppc/intro 4 , +.Xr macppc/obio 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 diff --git a/static/netbsd/man4/man4.macppc/obio.4 b/static/netbsd/man4/man4.macppc/obio.4 new file mode 100644 index 00000000..6308b125 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/obio.4 @@ -0,0 +1,109 @@ +.\" $NetBSD: obio.4,v 1.10 2018/03/30 14:21:04 wiz Exp $ +.\" +.\" Copyright (c) 2003 Alex Zepeda <zipzippy@sonic.net> +.\" 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 Alex Zepeda. +.\" 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. +.\" +.Dd March 30, 2018 +.Dt OBIO 4 macppc +.Os +.Sh NAME +.Nm obio +.Nd introduction to Macintosh On-Board IO bus support and drivers +.Sh SYNOPSIS +.Cd "obio0 at pci? dev ? function ?" +.Sh DESCRIPTION +The +.Nm +interface serves as an abstraction used by the autoconfiguration +system to help find and attach devices (e.g. the Ethernet or disk +controllers) connected to the Macintosh onboard I/O bus. +.Sh HARDWARE +.Nx +includes machine-dependent On-Board drivers, sorted by device type and driver name: +.Ss SCSI interfaces +.Bl -tag -width burgundy -offset indent +.It esp +NCR 53C9x SCSI interfaces. +.It mesh +Apple Macintosh Enhanced SCSI Hardware SCSI interfaces. +.El +.Ss Disk and tape controllers +.Bl -tag -width burgundy -offset indent +.It wdc +Standard IDE/ATAPI type hard drive controllers. +.It mediabay +Standard IDE/ATAPI type CD-ROM drive controllers in PowerBooks. +.El +.Ss Network interfaces +.Bl -tag -width burgundy -offset indent +.It bm +Apple BMac ethernet interface. +.It mc +Apple MACE ethernet interface. +.It gem +GMAC ethernet interface. +.It wi +WaveLAN/IEEE and PRISM-II 802.11 wireless interfaces. +.El +.Ss Serial interfaces +.Bl -tag -width burgundy -offset indent +.It zsc +Zilog 8530 serial communications interfaces. +.El +.Ss Audio devices +.Bl -tag -width burgundy -offset indent +.It awacs +Apple's +.Sq "audio waveform amplifier and converter for sound" +audio device found on most macppc models. +.El +.Ss Miscellaneous devices +.Bl -tag -width burgundy -offset indent +.It adb +Apple Desktop Bus for keyboards, mice, and other input devices. +.It nvram +Placeholder device for the persistent system settings. +.El +.Sh SEE ALSO +.Xr adb 4 , +.Xr esp 4 , +.Xr gem 4 , +.Xr macppc/autoconf 4 , +.Xr macppc/awacs 4 , +.Xr macppc/bm 4 , +.Xr macppc/intro 4 , +.Xr macppc/mesh 4 , +.Xr mc 4 , +.\" .Xr mediabay 4 , +.Xr wdc 4 , +.Xr wi 4 , +.Xr zsc 4 +.Sh HISTORY +.Nm +first appeared in +.Nx 1.2 . diff --git a/static/netbsd/man4/man4.macppc/pbms.4 b/static/netbsd/man4/man4.macppc/pbms.4 new file mode 100644 index 00000000..427091f5 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/pbms.4 @@ -0,0 +1,58 @@ +.\" $NetBSD: pbms.4,v 1.3 2008/04/30 13:10:56 martin Exp $ +.\" +.\" Copyright (c) 2006 The NetBSD Foundation, Inc. +.\" 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 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 February 5, 2006 +.Dt PBMS 4 macppc +.Os +.Sh NAME +.Nm pbms +.Nd PowerBook (and iBook) trackpad mouse support +.Sh SYNOPSIS +.Cd "pbms? at uhidev? reportid ?" +.Cd "wsmouse* at pbms?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the trackpads on new (post +February 2005) Apple PowerBooks and iBooks that are not standard +USB HID mice. +Access to the trackpad is through the +.Xr wscons 4 +framework. +.Sh SEE ALSO +.Xr uhidev 4 , +.Xr usb 4 , +.Xr wsmouse 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 4.0 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Johan Wallén . diff --git a/static/netbsd/man4/man4.macppc/platinumfb.4 b/static/netbsd/man4/man4.macppc/platinumfb.4 new file mode 100644 index 00000000..6b3272c6 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/platinumfb.4 @@ -0,0 +1,64 @@ +.\" $NetBSD: platinumfb.4,v 1.6 2022/10/22 19:50:07 andvar Exp $ +.\" +.\" Copyright (c) 2016 The NetBSD Foundation, Inc. +.\" 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 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 December 11, 2019 +.Dt PLATINUMFB 4 macppc +.Os +.Sh NAME +.Nm platinumfb +.Nd Apple Platinum framebuffer driver +.Sh SYNOPSIS +.Cd "platinumfb0 at mainbus?" +.Sh DESCRIPTION +The +.Nm +driver provides support for Apple Platinum graphics devices found in a +couple early model PowerMacs such as the 7200. +.Pp +This driver should support console output (with raster ops) and X +(in unaccelerated modes). +.Pp +It may be required to set the output-device to 'platinum' in Open Firmware. +.Sh SEE ALSO +.Xr wsdisplay 4 , +.Xr rasops 9 +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 7.0 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Sean Cole . +.Sh BUGS +Early PowerMacs with the +.Nm +device may not work through Open Firmware. +.Pp +.Xr X 7 +is pretty slow. diff --git a/static/netbsd/man4/man4.macppc/snapper.4 b/static/netbsd/man4/man4.macppc/snapper.4 new file mode 100644 index 00000000..5eee88c1 --- /dev/null +++ b/static/netbsd/man4/man4.macppc/snapper.4 @@ -0,0 +1,68 @@ +.\" $NetBSD: snapper.4,v 1.5 2018/03/30 14:34:55 sevan Exp $ +.\" +.\" Copyright (c) 2006 The NetBSD Foundation, Inc. +.\" 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 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 March 30, 2018 +.Dt SNAPPER 4 macppc +.Os +.Sh NAME +.Nm snapper +.Nd Apple audio device driver +.Sh SYNOPSIS +.Cd "snapper* at obio?" +.Cd "audio* at snapper?" +.Sh DESCRIPTION +The +.Nm +driver provides support for audio hardware using the TAS3004 +chipset found in many Apple iBooks, PowerBooks, and PowerMacs. +Other i2s compatible controllers found in Mac Minis, which +lack a TAS3004, are also supported. +.Pp +Hardware features: +.Bl -bullet -compact +.It +Supports data word lengths of 16 to 24 bits +.It +Processes sample rates from 32kHz to 48kHz +.It +Provides digital equalization and compression capabilities +.El +.Sh SEE ALSO +.Xr audio 4 , +.Xr macppc/awacs 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Nx 2.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Tsubai Masanari Aq Mt tsubai@NetBSD.org +with modifications by +.An Jared D. McNeill Aq Mt jmcneill@NetBSD.org . |
