diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.mac68k/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.mac68k/ae.4 | 94 | ||||
-rw-r--r-- | share/man/man4/man4.mac68k/intro.4 | 142 | ||||
-rw-r--r-- | share/man/man4/man4.mac68k/mem.4 | 80 | ||||
-rw-r--r-- | share/man/man4/man4.mac68k/sn.4 | 92 |
5 files changed, 411 insertions, 3 deletions
diff --git a/share/man/man4/man4.mac68k/Makefile b/share/man/man4/man4.mac68k/Makefile index 0ab5d31ca5d..4ec4e8e649a 100644 --- a/share/man/man4/man4.mac68k/Makefile +++ b/share/man/man4/man4.mac68k/Makefile @@ -1,8 +1,8 @@ # from: @(#)Makefile 5.1 (Berkeley) 6/29/90 -# $Id: Makefile,v 1.1 1995/10/18 08:44:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1997/06/15 23:35:37 gene Exp $ -MAN= -MLINKS= +MAN= ae.4 intro.4 mem.4 sn.4 +MLINKS= mem.4 kmem.4 MANSUBDIR=/mac68k .include <bsd.prog.mk> diff --git a/share/man/man4/man4.mac68k/ae.4 b/share/man/man4/man4.mac68k/ae.4 new file mode 100644 index 00000000000..319f51af7a7 --- /dev/null +++ b/share/man/man4/man4.mac68k/ae.4 @@ -0,0 +1,94 @@ +.\" +.\" Copyright (c) 1997 Colin Wood +.\" 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 Colin Wood. +.\" 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. +.\" +.\" $OpenBSD: ae.4,v 1.1 1997/06/15 23:35:38 gene Exp $ +.\" +.Dd June 7, 1997 +.Os +.Dt AE 4 mac68k +.Sh NAME +.Nm ae +.Nd Ethernet driver for DP8390-based NuBus ethernet boards +.Sh SYNOPSIS +.Cd "ae* at nubus?" +.Sh DESCRIPTION +The +.Nm +interface provides access to a 10 Mb/s Ethernet network via the +National Semiconductor DP8390 Ethernet chip set. This set includes +the DP83902. +.Pp +Each of the host's network addresses is specified at boot time with an +.Dv SIOCSIFADDR +.Xr ioctl 2 . The +.Nm +interface employs the address resolution protocol described in +.Xr arp 4 +to dynamically map between Internet and Ethernet addresses on the +local network. +.Sh HARDWARE +The +.Nm +interface is currently known to support the following NuBus cards: +.Bd -filled -offset indent +.Bl -item -compact +.It +Asante MacCon Series +.It +Asante MacCon-i Series +.It +Farallon EtherMac Series +.It +Farallon EtherWave Series +.It +Apple EtherTalk NB +.It +3Com EtherLink NB +.El +.Ed +.Sh DIAGNOSTICS +.Bl -diag -compact +.It ae%d at nubus%d: address %s, type %s %dKB memory. +This is a normal autoconfiguration message noting the 6 byte physical +ethernet address of the adapter, its manufacturer, and how much buffer +memory it has. +.El +.\" .Sh ERRORS +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifconfig 8 , +.Xr inet 4 , +.Xr netintro 4 , +.Xr sn 4 +.Sh HISTORY +The +.Nm +interface first appeared in +.Nx 1.0 . +.\" .Sh BUGS diff --git a/share/man/man4/man4.mac68k/intro.4 b/share/man/man4/man4.mac68k/intro.4 new file mode 100644 index 00000000000..13a6bacfef1 --- /dev/null +++ b/share/man/man4/man4.mac68k/intro.4 @@ -0,0 +1,142 @@ +.\" $OpenBSD: intro.4,v 1.1 1997/06/15 23:35:38 gene Exp $ +.\" $NetBSD: intro.4,v 1.4 1997/03/28 00:29:35 veego Exp $ +.\" +.\" Copyright (c) 1990, 1991 Regents of the University of California. +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" from: @(#)intro.4 5.2 (Berkeley) 3/27/91 +.\" +.Dd June 8, 1997 +.Dt INTRO 4 mac68k +.Os +.Sh NAME +.Nm intro +.Nd introduction to 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 8 +program. +The +.Tn DIAGNOSTICS +section lists messages which may appear on the console +and/or in the system error log +.Pa /var/log/messages +due to errors in device operation; +see +.Xr syslogd 8 +for more information. +.Pp +This section contains both devices +which may be configured into the system +and network related information. +The networking support is introduced in +.Xr netintro 4 . +.Sh MAC68K DEVICE SUPPORT +This section describes the hardware supported on the +.Tn Mac . +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 HISTORY +The +.Tn Mac68k +.Nm intro +man page first appeared in +.Nx +1.2 . +.Sh SEE ALSO +.Xr intro 4 , +.Xr autoconf 4 , +.Xr config 8 . +.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. +.Bl -tag -width "xxxxxx" -compact -offset indent +.It Em adb +Apple Desktop Bus event interface +.It Em ae +DP8390-based ethernet interface +.It Em asc +Apple Sound Chip +.It Em esp +.Tn NCR +53C9x built-in SCSI interface +.It Em grf +on-board and NuBus-based video interface +.It Em kmem +kernel virtual memory +.It Em ite +Mac68k Internal Terminal Emulator +.It Em mem +physical memory +.It Em ncrscsi +.Tn NCR +5380 built-in SCSI interface +.It Em sbc +.Tn NCR +5380 built-in SCSI interface +.It Em sn +DP83932-based ethernet interface (SONIC) +.It Em zsc +.Tn Zilog +Z8530 built-in serial interface +.El diff --git a/share/man/man4/man4.mac68k/mem.4 b/share/man/man4/man4.mac68k/mem.4 new file mode 100644 index 00000000000..a6011227c7a --- /dev/null +++ b/share/man/man4/man4.mac68k/mem.4 @@ -0,0 +1,80 @@ +.\" Copyright (c) 1992, 1993 +.\" The Regents of the University of California. All rights reserved. +.\" +.\" This software was developed by the Computer Systems Engineering group +.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and +.\" contributed to Berkeley. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 +.\" $OpenBSD: mem.4,v 1.1 1997/06/15 23:35:39 gene Exp $ +.\" $NetBSD: mem.4,v 1.1 1997/06/08 17:40:57 ender Exp $ +.\" +.Dd June 8, 1997 +.Dt MEM 4 mac68k +.Os +.Sh NAME +.Nm mem , +.Nm kmem +.Nd main memory +.Sh DESCRIPTION +The file +.Nm /dev/mem +is an interface to the physical memory of the computer. +Byte offsets in this file are interpreted as physical memory addresses. +Reading and writing this file is equivalent to reading and writing +memory itself. +An error will be returned if an attempt is made to reference +an offset outside of +.Nm /dev/mem . +.Pp +Kernel virtual memory is accessed via the file +.Nm /dev/kmem +in the same manner as +.Nm /dev/mem . +Only kernel virtual addresses that are currently mapped to memory are allowed. +.Pp +On the +.Tn Macintosh , +physical memory may be discontiguous; +kernel virtual memory begins at +.Ad 0x00000000 . +.Sh FILES +.Bl -tag -width /dev/kmem -compact +.It Pa /dev/mem +.It Pa /dev/kmem +.El +.Sh HISTORY +The files +.Nm mem +and +.Nm kmem +appeared in +.At v6 . diff --git a/share/man/man4/man4.mac68k/sn.4 b/share/man/man4/man4.mac68k/sn.4 new file mode 100644 index 00000000000..b1b03af7557 --- /dev/null +++ b/share/man/man4/man4.mac68k/sn.4 @@ -0,0 +1,92 @@ +.\" +.\" Copyright (c) 1997 Colin Wood +.\" 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 Colin Wood. +.\" 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. +.\" +.\" $OpenBSD: sn.4,v 1.1 1997/06/15 23:35:40 gene Exp $ +.\" +.Dd June 7, 1997 +.Os +.Dt SN 4 mac68k +.Sh NAME +.Nm sn +.Nd Ethernet driver for SONIC-based ethernet adapters +.Sh SYNOPSIS +.Cd "sn* at obio?" +.Cd "sn* at nubus?" +.Sh DESCRIPTION +The +.Nm +interface provides access to a 10 Mb/s Ethernet network via the +National Semiconductor DP83932 (SONIC) Ethernet chip set. +.Pp +Each of the host's network addresses is specified at boot time with an +.Dv SIOCSIFADDR +.Xr ioctl 2 . +The +.Nm +interface employs the address resolution protocol described in +.Xr arp 4 +to dynamically map between Internet and Ethernet addresses on the +local network. +.Sh HARDWARE +The +.Nm +interface is currently known to support the following NuBus cards: +.Bd -filled -offset indent +.Bl -item -compact +.It +Cayman Gatorcard PDS +.It +Dayna DaynaPort/E30 +.El +.Ed +.Pp +In addition, the +.Nm +interface supports on-board ethernet for 500-series PowerBooks and +non-AV Quadras. +.Sh DIAGNOSTICS +.Bl -diag -compact +.It sn%d at %s%d: address %s, type %s %dKB memory. +This is a normal autoconfiguration message noting the 6 byte physical +ethernet address of the adapter, its manufacturer, and how much buffer +memory it has. +.El +.\" .Sh ERRORS +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifconfig 8 , +.Xr inet 4 , +.Xr netintro 4 , +.Xr ae 4 +.Sh HISTORY +The +.Nm +interface first appeared in +.Ox 2.1 . +.\" .Sh BUGS |