Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/share/man/man4 Pull up revision 1.6 (requested by mbw i...



details:   https://anonhg.NetBSD.org/src/rev/a2c154cfda88
branches:  netbsd-1-6
changeset: 530838:a2c154cfda88
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Oct 05 12:25:52 2003 +0000

description:
Pull up revision 1.6 (requested by mbw in ticket #1485):
Nice new mac68k/macppc obio man pages courtesy of Alex Zepeda
<zipzippy%sonic.net@localhost>

diffstat:

 share/man/man4/man4.mac68k/obio.4   |  88 +++++++++++++++++++++++++++---------
 share/man/man4/man4.macppc/Makefile |   4 +-
 2 files changed, 68 insertions(+), 24 deletions(-)

diffs (136 lines):

diff -r 5fca967558f5 -r a2c154cfda88 share/man/man4/man4.mac68k/obio.4
--- a/share/man/man4/man4.mac68k/obio.4 Sun Oct 05 12:25:47 2003 +0000
+++ b/share/man/man4/man4.mac68k/obio.4 Sun Oct 05 12:25:52 2003 +0000
@@ -1,5 +1,6 @@
+.\"    $NetBSD: obio.4,v 1.5.2.1 2003/10/05 12:25:52 tron Exp $
 .\"
-.\" Copyright (c) 1997 Colin Wood
+.\" Copyright (c) 2003 Alex Zepeda <zipzippy%sonic.net@localhost>
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -12,10 +13,9 @@
 .\"    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
-.\"      for the NetBSD Project.
+.\"      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
+.\"    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
@@ -28,37 +28,81 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $NetBSD: obio.4,v 1.5 2002/01/15 01:47:54 wiz Exp $
-.\"
-.Dd July 2, 1997
-.Dt OBIO 4 mac68k
+.Dd September 21, 2003
+.Dt OBIO 4
 .Os
 .Sh NAME
 .Nm obio
-.Nd Mac68k onboard I/O bus device
+.Nd introduction to Macintosh On-Board IO bus support and drivers
 .Sh SYNOPSIS
 .Cd "obio0 at mainbus?"
 .Sh DESCRIPTION
 The
 .Nm
 interface serves as an abstraction used by the autoconfiguration
-system to help find and attach devices
-.Pq e.g. the Ethernet or Tn SCSI controllers
-connected to the
-.Tn Macintosh
-onboard I/O bus.
-.Sh DIAGNOSTICS
-.Bl -diag -compact
-.It obio0 at mainbus0
-This is the normal autoconfiguration message indicating that the
-onboard I/O bus has been found and attached to the main processor
-bus.
+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
+.Tn On-Board
+drivers, sorted by device type and driver name:
+.Ss SCSI interfaces
+.Bl -tag -width burgundy -offset indent
+.It esp
+NCR 53C9x
+.Tn SCSI
+interfaces.
+.It ncrscsi
+NCR 5380
+.Tn SCSI
+interface.
+.El
+.Ss Disk and tape controllers
+.Bl -tag -width burgundy -offset indent
+.It iwm
+Integrated Woz Machine - Sony based floppy drives.
+.It wdc
+Standard IDE/ATAPI type hard drive controllers.
+.El
+.Ss Network interfaces
+.Bl -tag -width burgundy -offset indent
+.It mc
+Apple MACE ethernet interface.
+.It sn
+Sonic (DP83932, DP83916) based ethernet 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 asc
+Apple Sound Chip as found on 68k based Macintosh computers.
+.El
+.Ss Miscellaneous devices
+.Bl -tag -width burgundy -offset indent
+.It adb
+Apple Desktop Bus for keyboards, mice, and other input devices.
+.It intvid
+Internal video hardware.
 .El
 .Sh SEE ALSO
+.Xr adb 4 ,
+.Xr asc 4 ,
 .Xr autoconf 4 ,
-.Xr mainbus 4
+.Xr esp 4 ,
+.Xr intro 4 ,
+.Xr intvid 4 ,
+.Xr iwm 4 ,
+.Xr mc 4 ,
+.Xr ncrscsi 4 ,
+.Xr sn 4 ,
+.Xr wdc 4 ,
+.Xr zsc 4
 .Sh HISTORY
-The
 .Nm
 first appeared in
 .Nx 1.2 .
diff -r 5fca967558f5 -r a2c154cfda88 share/man/man4/man4.macppc/Makefile
--- a/share/man/man4/man4.macppc/Makefile       Sun Oct 05 12:25:47 2003 +0000
+++ b/share/man/man4/man4.macppc/Makefile       Sun Oct 05 12:25:52 2003 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.4.2.1 2003/10/05 12:14:28 tron Exp $
+#      $NetBSD: Makefile,v 1.4.2.2 2003/10/05 12:25:52 tron Exp $
 
-MAN=           autoconf.4 awacs.4 bm.4 gm.4 intro.4 mc.4 mesh.4
+MAN=           autoconf.4 awacs.4 bm.4 gm.4 intro.4 mc.4 mesh.4 obio.4
 
 MANSUBDIR=     /macppc
 



Home | Main Index | Thread Index | Old Index