xref: /netbsd/share/man/man4/ofisa.4 (revision 6550d01e)
1.\"	$NetBSD: ofisa.4,v 1.4 2008/04/30 13:10:54 martin Exp $
2.\"
3.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd July 25, 2000
28.Dt OFISA 4
29.Os
30.Sh NAME
31.Nm ofisa
32.Nd introduction to machine-independent Open Firmware ISA bus support and drivers
33.Sh SYNOPSIS
34.Cd "ofisa* at mainbus0"
35.Cd "XX*    at ofisa?"
36.Sh DESCRIPTION
37.Nx
38includes a machine-independent
39.Tn ISA
40bus subsystem and several machine-independent
41.Tn ISA
42device drivers.
43The
44.Nm
45bus uses Open Firmware to determine how to attach devices.
46.Sh HARDWARE
47.Nx
48includes machine-independent Open Firmware
49.Tn ISA
50drivers, sorted by device type and driver name:
51.Ss Disk and tape controllers
52.Bl -tag -width mmmm -offset indent
53.It wdc
54Standard Western Digital type hard drive controllers: MFM, RLL, ESDI,
55and IDE/ATAPI.
56.El
57.Ss Serial and parallel interfaces
58.Bl -tag -width mmmm -offset indent
59.It com
60NS8250-, NS16450-, and NS16550-based serial ports.
61.It lpt
62Standard
63.Tn ISA
64parallel port interface.
65.El
66.Ss Network interfaces
67.Bl -tag -width mmmm -offset indent
68.It cs
69.Tn Cirrus Logic
70Crystal CS8900
71.Tn Ethernet
72interfaces.
73.El
74.Ss Sound cards and MIDI interfaces
75.Bl -tag -width mmmm -offset indent
76.It ess
77ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards.
78.El
79.Ss Miscellaneous devices
80.Bl -tag -width mmmm -offset indent
81.It joy
82Game (joystick) adapters.
83.El
84.Sh SEE ALSO
85.Xr com 4 ,
86.Xr cs 4 ,
87.Xr ess 4 ,
88.Xr intro 4 ,
89.Xr isa 4 ,
90.Xr joy 4 ,
91.Xr lpt 4 ,
92.Xr wdc 4
93.Sh HISTORY
94The Open Firmware
95.Tn ISA
96subsystem appeared in
97.Nx 1.4 .
98