Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src Add ofisa(4) man page.
details: https://anonhg.NetBSD.org/src/rev/8705e186203c
branches: netbsd-1-5
changeset: 488926:8705e186203c
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Aug 07 00:14:50 2000 +0000
description:
Add ofisa(4) man page.
Approved by thorpej.
diffstat:
distrib/sets/lists/man/mi | 4 +-
share/man/man4/Makefile | 4 +-
share/man/man4/man4.i386/com.4 | 4 +-
share/man/man4/man4.i386/joy.4 | 9 ++-
share/man/man4/man4.i386/lpt.4 | 4 +-
share/man/man4/ofisa.4 | 108 +++++++++++++++++++++++++++++++++++++++++
share/man/man4/wdc.4 | 9 +++-
7 files changed, 134 insertions(+), 8 deletions(-)
diffs (268 lines):
diff -r 89510480958d -r 8705e186203c distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Aug 06 23:25:45 2000 +0000
+++ b/distrib/sets/lists/man/mi Mon Aug 07 00:14:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.253.2.5 2000/07/13 01:04:53 thorpej Exp $
+# $NetBSD: mi,v 1.253.2.6 2000/08/07 00:17:50 augustss Exp $
./usr/share/info/am-utils.info
./usr/share/info/as.info
./usr/share/info/awk.info
@@ -492,6 +492,7 @@
./usr/share/man/cat4/ntwo.0
./usr/share/man/cat4/ntwoc.0
./usr/share/man/cat4/null.0
+./usr/share/man/cat4/ofisa.0
./usr/share/man/cat4/ohci.0
./usr/share/man/cat4/opl.0
./usr/share/man/cat4/options.0
@@ -1521,6 +1522,7 @@
./usr/share/man/man4/ntwo.4
./usr/share/man/man4/ntwoc.4
./usr/share/man/man4/null.4
+./usr/share/man/man4/ofisa.4
./usr/share/man/man4/ohci.4
./usr/share/man/man4/opl.4
./usr/share/man/man4/options.4
diff -r 89510480958d -r 8705e186203c share/man/man4/Makefile
--- a/share/man/man4/Makefile Sun Aug 06 23:25:45 2000 +0000
+++ b/share/man/man4/Makefile Mon Aug 07 00:14:50 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160.2.1 2000/07/27 02:08:16 mycroft Exp $
+# $NetBSD: Makefile,v 1.160.2.2 2000/08/07 00:14:50 augustss Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 \
@@ -27,7 +27,7 @@
uhci.4 ohci.4
# machine-independent buses
-MAN+= eisa.4 isa.4 isapnp.4 pci.4 pcmcia.4
+MAN+= eisa.4 isa.4 isapnp.4 ofisa.4 pci.4 pcmcia.4
# machine-independent PCI devices
MAN+= cz.4 epic.4 lmc.4 viaenv.4
diff -r 89510480958d -r 8705e186203c share/man/man4/man4.i386/com.4
--- a/share/man/man4/man4.i386/com.4 Sun Aug 06 23:25:45 2000 +0000
+++ b/share/man/man4/man4.i386/com.4 Mon Aug 07 00:14:50 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: com.4,v 1.9 2000/05/02 11:54:15 augustss Exp $
+.\" $NetBSD: com.4,v 1.9.4.1 2000/08/07 00:14:55 augustss Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -49,6 +49,7 @@
.Cd "com* at cardbus?"
.Cd "com* at isapnp?"
.Cd "com* at mhzc?"
+.Cd "com* at ofisa?"
.Cd "com* at pcmcia?"
.Cd "com* at pcmcom?"
.Cd "com* at pnpbios? index ?"
@@ -97,6 +98,7 @@
.Xr isa 4 ,
.Xr isapnp 4 ,
.Xr mhzc 4 ,
+.Xr ofisa 4 ,
.Xr pcmcia 4 ,
.Xr pcmcom 4 ,
.Xr pnpbios 4 ,
diff -r 89510480958d -r 8705e186203c share/man/man4/man4.i386/joy.4
--- a/share/man/man4/man4.i386/joy.4 Sun Aug 06 23:25:45 2000 +0000
+++ b/share/man/man4/man4.i386/joy.4 Mon Aug 07 00:14:50 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: joy.4,v 1.8 2000/06/14 06:49:17 cgd Exp $
+.\" $NetBSD: joy.4,v 1.8.2.1 2000/08/07 00:14:56 augustss Exp $
.\"
.\" Copyright (c) 1996 Matthieu Herrb
.\" All rights reserved.
@@ -38,6 +38,7 @@
.Sh SYNOPSIS
.Cd "joy0 at isa? port 0x201"
.Cd "joy* at isapnp?"
+.Cd "joy* at ofisa?"
.Cd "joy* at pci?"
.Sh DESCRIPTION
This driver provides access to the games adapter. The lower bit in the
@@ -126,6 +127,11 @@
.It Pa /dev/joy1
second joystick
.El
+.Sh SEE ALSO
+.Xr isa 4 ,
+.Xr isapnp 4 ,
+.Xr ofisa 4 ,
+.Xr pci 4
.Sh AUTHORS
.Pp
Jean-Marc Zucconi wrote the
@@ -133,4 +139,3 @@
driver. Matthieu Herrb ported it to
.Nx
and wrote this manual page.
-
diff -r 89510480958d -r 8705e186203c share/man/man4/man4.i386/lpt.4
--- a/share/man/man4/man4.i386/lpt.4 Sun Aug 06 23:25:45 2000 +0000
+++ b/share/man/man4/man4.i386/lpt.4 Mon Aug 07 00:14:50 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lpt.4,v 1.13 2000/06/14 17:25:40 cgd Exp $
+.\" $NetBSD: lpt.4,v 1.13.2.1 2000/08/07 00:14:57 augustss Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -43,6 +43,7 @@
.\" XXX this is awful hackery to get it to work right... -- cgd
.Cd "lpt0 at isa? port" \&"IO_LPT1\&" irq 7
.Cd "lpt1 at isa? port" \&"IO_LPT2\&"
+.Cd "lpt* at ofisa?"
.Cd "lpt* at pnpbios? index ?"
.Cd "lpt* at puc? port ?"
.Sh DESCRIPTION
@@ -65,5 +66,6 @@
.El
.Sh SEE ALSO
.Xr isa 4 ,
+.Xr ofisa 4 ,
.Xr pnpbios 4 ,
.Xr puc 4
diff -r 89510480958d -r 8705e186203c share/man/man4/ofisa.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/ofisa.4 Mon Aug 07 00:14:50 2000 +0000
@@ -0,0 +1,108 @@
+.\" $NetBSD: ofisa.4,v 1.2.2.2 2000/08/07 00:14:52 augustss Exp $
+.\"
+.\" Copyright (c) 2000 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the NetBSD
+.\" Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation 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 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 July 25, 2000
+.Dt OFISA 4
+.Os
+.Sh NAME
+.Nm ofisa
+.Nd introduction to machine-independent Open Firmware ISA bus support and drivers
+.Sh SYNOPSIS
+.Cd "ofisa* at mainbus0"
+.Cd "XX* at ofisa?"
+.Sh INTRODUCTION
+.Nx
+includes a machine-independent
+.Tn ISA
+bus subsystem and several machine-independent
+.Tn ISA
+device drivers.
+The
+.Nm
+bus uses Open Firmware to determine how to attach devices.
+.Pp
+.Sh SUPPORTED DEVICES
+.Nx
+includes machine-independent Open Firmware
+.Tn ISA
+drivers, sorted by device type and driver name:
+.Pp
+.Ss Disk and tape controllers
+.Bl -tag -width mmmm -offset indent
+.It wdc
+Standard Western Digital type hard drive controllers: MFM, RLL, ESDI,
+and IDE/ATAPI.
+.El
+.Pp
+.Ss Serial and parallel interfaces
+.Bl -tag -width mmmm -offset indent
+.It com
+NS8250-, NS16450-, and NS16550-based serial ports.
+.It lpt
+Standard
+.Tn ISA
+parallel port interface.
+.El
+.Pp
+.Ss Network interfaces
+.Bl -tag -width mmmm -offset indent
+.It cs
+.Tn Cirrus Logic
+Crystal CS8900
+.Tn Ethernet
+interfaces.
+.El
+.Ss Sound cards and MIDI interfaces
+.Bl -tag -width mmmm -offset indent
+.It ess
+ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards.
+.El
+.Ss Miscellaneous devices
+.Bl -tag -width mmmm -offset indent
+.It joy
+Game (joystick) adapters.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr com 4 ,
+.Xr cs 4 ,
+.Xr ess 4 ,
+.Xr isa 4 ,
+.Xr joy 4 ,
+.Xr lpt 4 ,
+.Xr wdc 4
+.Sh HISTORY
+The Open Firmware
+.Tn ISA
+subsystem appeared in
+.Nx 1.4 .
diff -r 89510480958d -r 8705e186203c share/man/man4/wdc.4
--- a/share/man/man4/wdc.4 Sun Aug 06 23:25:45 2000 +0000
+++ b/share/man/man4/wdc.4 Mon Aug 07 00:14:50 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wdc.4,v 1.10 2000/06/12 11:11:19 ad Exp $
+.\" $NetBSD: wdc.4,v 1.10.2.1 2000/08/07 00:14:53 augustss Exp $
.\"
.\" Copyright (c) 1998 Manuel Bouyer.
.\"
@@ -40,6 +40,8 @@
.Cd "wdc0 at isa? port 0x1f0 irq 14 flags 0x00"
.Cd "wdc1 at isa? port 0x170 irq 15 flags 0x00"
.Cd "wdc* at isapnp?"
+.Ss Open Firmware ISA
+.Cd "wdc* at ofisa?"
.Ss PCMCIA controllers
.Cd "wdc* at pcmcia? function ?"
.Ss arm32
@@ -66,6 +68,11 @@
.Sh SEE ALSO
.Xr atapi 4 ,
.Xr intro 4 ,
+.Xr isa 4 ,
+.Xr isapnp 4 ,
+.Xr mainbus 4 ,
+.Xr ofisa 4 ,
.Xr pciide 4 ,
+.Xr pcmcia 4 ,
.Xr scsi 4 ,
.Xr wd 4
Home |
Main Index |
Thread Index |
Old Index