2002-02-13 11:17:26 +03:00
|
|
|
.\" $NetBSD: isa.4,v 1.32 2002/02/13 08:17:40 ross Exp $
|
1997-02-24 02:56:53 +03:00
|
|
|
.\"
|
1997-11-11 08:48:16 +03:00
|
|
|
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
|
1997-02-24 02:56:53 +03:00
|
|
|
.\" Copyright (c) 1997 Jonathan Stone
|
|
|
|
.\" 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 acknowledgements:
|
|
|
|
.\" This product includes software developed by Jonathan Stone
|
1999-04-07 00:24:37 +04:00
|
|
|
.\" 4. The name of the author may not be used to endorse or promote products
|
1997-02-24 02:56:53 +03:00
|
|
|
.\" 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, 1997
|
|
|
|
.Dt ISA 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1997-02-24 02:56:53 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm isa
|
1997-11-11 08:48:16 +03:00
|
|
|
.Nd introduction to machine-independent ISA bus support and drivers
|
1997-02-24 02:56:53 +03:00
|
|
|
.Sh SYNOPSIS
|
1998-04-30 12:50:03 +04:00
|
|
|
Attachments are machine-dependent and depend on the bus topology and
|
|
|
|
.Tn ISA
|
|
|
|
bus interface of your system.
|
|
|
|
See
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr intro 4
|
1997-11-11 08:48:16 +03:00
|
|
|
for your system for details.
|
1997-02-24 02:56:53 +03:00
|
|
|
.Sh INTRODUCTION
|
1997-11-11 08:48:16 +03:00
|
|
|
.Nx
|
1998-04-30 12:50:03 +04:00
|
|
|
includes a machine-independent
|
|
|
|
.Tn ISA
|
|
|
|
bus subsystem and several machine-independent
|
|
|
|
.Tn ISA
|
|
|
|
device drivers.
|
1997-11-11 08:48:16 +03:00
|
|
|
.Pp
|
1998-04-30 12:50:03 +04:00
|
|
|
Your system may support additional
|
|
|
|
.Tn ISA
|
|
|
|
devices.
|
|
|
|
Drivers for
|
|
|
|
.Tn ISA
|
2000-07-26 21:30:59 +04:00
|
|
|
devices not listed here are machine-dependent. Consult your system's
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr intro 4
|
1997-11-11 08:48:16 +03:00
|
|
|
for additional information.
|
1997-02-24 02:56:53 +03:00
|
|
|
.Sh SUPPORTED DEVICES
|
|
|
|
.Nx
|
1998-04-30 12:50:03 +04:00
|
|
|
includes machine-independent
|
|
|
|
.Tn ISA
|
|
|
|
drivers, sorted by device type and driver name:
|
2000-07-26 21:30:59 +04:00
|
|
|
.Ss SCSI interfaces
|
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
|
|
|
.It adv
|
|
|
|
Advansys
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It aha
|
1997-11-11 08:48:16 +03:00
|
|
|
Adaptec AHA-154x family (154xA, 154xB, 154xC, and 154xCF) and the
|
1998-04-30 12:50:03 +04:00
|
|
|
BusLogic BT54x
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It ahc
|
|
|
|
Adaptec 29xx, 39xx, and other AIC-7xxx-based
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It aic
|
1998-04-30 12:50:03 +04:00
|
|
|
Adaptec AIC-6260 and Adaptec AIC-6360 based
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces, including
|
|
|
|
the Adaptec 152x, SoundBlaster
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces, and a variety of compatibles.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It bha
|
1998-04-30 12:50:03 +04:00
|
|
|
BusLogic BT-445
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2000-02-25 03:22:36 +03:00
|
|
|
.It dpt
|
2000-07-26 21:30:59 +04:00
|
|
|
DPT SmartCache/SmartRAID III and IV
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
|
|
|
.It esp
|
|
|
|
NCR 53C9x, Emulex ESP406, and Qlogic FAS408
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2000-03-18 19:54:37 +03:00
|
|
|
.It nca
|
|
|
|
NCR-5380/NCR-53C400
|
1997-02-24 02:56:53 +03:00
|
|
|
.It sea
|
1998-04-30 12:50:03 +04:00
|
|
|
Seagate/Future Domain
|
|
|
|
.Tn SCSI
|
|
|
|
cards.
|
|
|
|
ST01/02, Future Domain TMC-885, and Future Domain TMC-950.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It uha
|
1998-04-30 12:50:03 +04:00
|
|
|
Ultrastor 14f
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It wds
|
1998-04-30 12:50:03 +04:00
|
|
|
WD-7000 family of bus-mastering
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1999-03-03 20:35:57 +03:00
|
|
|
.El
|
|
|
|
.Ss Disk and tape controllers
|
2000-07-26 21:30:59 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
1999-03-03 20:35:57 +03:00
|
|
|
.It mcd
|
|
|
|
Mitsumi CD-ROM drives.
|
|
|
|
.It wdc
|
|
|
|
Standard Western Digital type hard drive controllers: MFM, RLL, ESDI,
|
|
|
|
and IDE/ATAPI.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It wt
|
1997-04-09 09:13:44 +04:00
|
|
|
Wangtek and compatible QIC-02 and QIC-36 tape drives.
|
1997-02-24 02:56:53 +03:00
|
|
|
.El
|
|
|
|
.Ss Serial and parallel interfaces
|
2000-07-26 21:30:59 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
1997-02-24 02:56:53 +03:00
|
|
|
.It ast
|
1998-04-30 12:50:03 +04:00
|
|
|
Multi-port serial communications card first made by AST.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It boca
|
|
|
|
Boca BB100[48] and BB2016 multiplexing serial communications cards.
|
2000-07-27 02:09:45 +04:00
|
|
|
.It com
|
|
|
|
NS8250-, NS16450-, and NS16550-based serial ports.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It cy
|
1997-04-09 09:13:44 +04:00
|
|
|
Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications cards.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It ioat
|
2001-04-05 16:47:05 +04:00
|
|
|
.Tn BOCA Research
|
|
|
|
IOAT66
|
2000-07-26 21:30:59 +04:00
|
|
|
serial interfaces.
|
1997-11-11 08:48:16 +03:00
|
|
|
.It lpt
|
1998-04-30 12:50:03 +04:00
|
|
|
Standard
|
|
|
|
.Tn ISA
|
|
|
|
parallel port interface.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It rtfps
|
2000-07-26 21:30:59 +04:00
|
|
|
IBM RT four-port serial interfaces.
|
|
|
|
.It tcom
|
|
|
|
Byte Runner Technologies TC-400 and TC-800 series serial interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.El
|
|
|
|
.Ss Network interfaces
|
2000-07-26 21:30:59 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
|
|
|
.It ai
|
2002-02-13 11:17:26 +03:00
|
|
|
.Tn AT\*[Am]T
|
2000-07-26 21:30:59 +04:00
|
|
|
.Tn StarLan
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1998-06-07 13:10:30 +04:00
|
|
|
.It ate
|
2000-07-26 21:30:59 +04:00
|
|
|
Allied Telesis AT1700 series and RE2000 series
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
|
|
|
.It cs
|
|
|
|
.Tn Cirrus Logic
|
|
|
|
Crystal CS8900
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-11-11 03:42:50 +03:00
|
|
|
.It ec
|
1998-04-30 12:50:03 +04:00
|
|
|
3Com Etherlink II (3c503)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It ef
|
|
|
|
.Tn 3Com
|
|
|
|
EtherLink II (3c507)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It eg
|
1998-04-30 12:50:03 +04:00
|
|
|
3Com Etherlink Plus (3c505)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It el
|
1998-04-30 12:50:03 +04:00
|
|
|
3Com Etherlink (3c501)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It ep
|
1998-04-30 12:50:03 +04:00
|
|
|
3Com Etherlink III (3c509)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1998-06-07 13:10:30 +04:00
|
|
|
.It fmv
|
|
|
|
Fujitsu FMV-181 and FMV-182 interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.\".It hp
|
1998-04-30 12:50:03 +04:00
|
|
|
.\" Broken driver for HP -relabelled
|
|
|
|
.\" .Tn Ethernet
|
|
|
|
.\" cards.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It ix
|
|
|
|
Intel EtherExpress/16
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It iy
|
1998-04-30 12:50:03 +04:00
|
|
|
Intel i82595-based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces, including the EtherExpress Pro/10.
|
1997-11-11 08:48:16 +03:00
|
|
|
.It lc
|
1998-04-30 12:50:03 +04:00
|
|
|
DEC EtherWORKS III
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces (DE203, DE204, and DE205).
|
1997-02-24 02:56:53 +03:00
|
|
|
.It le
|
2000-07-26 21:30:59 +04:00
|
|
|
.Tn Ethernet
|
|
|
|
interfaces based on the AMD LANCE chip,
|
1997-11-11 08:48:16 +03:00
|
|
|
including BICC Isolan, Novell NE2100, Digital DEPCA, and PCnet-ISA.
|
1997-10-21 01:47:31 +04:00
|
|
|
.It ne
|
1998-04-30 12:50:03 +04:00
|
|
|
Novel NE2000 and compatible
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-01-05 03:25:25 +03:00
|
|
|
.It ntwoc
|
|
|
|
SDL Communications Riscom/N2 synchronous serial interfaces.
|
1997-11-11 03:42:50 +03:00
|
|
|
.It sm
|
1998-04-30 12:50:03 +04:00
|
|
|
SMC91C9x-based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-05-29 02:37:46 +04:00
|
|
|
.It tr
|
|
|
|
TROPIC based token ring interfaces.
|
1997-11-11 03:42:50 +03:00
|
|
|
.It we
|
1998-04-30 12:50:03 +04:00
|
|
|
Western Digital/SMC 80x3, SMC Elite Ultra, and SMC EtherEZ
|
|
|
|
.Tn Ethernet
|
1997-11-11 03:42:50 +03:00
|
|
|
interfaces.
|
1997-02-24 02:56:53 +03:00
|
|
|
.El
|
2000-07-26 21:30:59 +04:00
|
|
|
.Ss Sound cards and MIDI interfaces
|
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
1999-10-27 23:33:27 +04:00
|
|
|
.It aria
|
|
|
|
Sierra's Aria based sound cards.
|
2000-05-02 02:46:43 +04:00
|
|
|
.It cms
|
|
|
|
Creative Music System.
|
1999-03-03 20:08:25 +03:00
|
|
|
.It ess
|
|
|
|
ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It gus
|
1997-04-09 09:13:44 +04:00
|
|
|
Gravis Ultrasound sound cards.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It mpu
|
|
|
|
Roland MPU401 (and compatible) MIDI UARTs.
|
|
|
|
.It opl
|
|
|
|
Yamaha OPL2 and OPL3 FM MIDI synthesizers.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It pas
|
|
|
|
ProAudio Spectrum sound cards.
|
|
|
|
.It pss
|
1997-04-09 09:13:44 +04:00
|
|
|
Personal Sound System-compatible sound cards, including
|
1997-02-24 02:56:53 +03:00
|
|
|
Cardinal Digital SoundPro 16 and Orchid Soundwave 32.
|
|
|
|
.It sb
|
2001-10-28 19:28:39 +03:00
|
|
|
SoundBlaster, SoundBlaster 16, and SoundBlaster Pro sound cards.
|
1997-02-24 02:56:53 +03:00
|
|
|
.It wss
|
1997-04-09 09:13:44 +04:00
|
|
|
Windows Sound System-compatible sound cards based on the AD1848 and
|
|
|
|
compatible chips.
|
1997-02-24 02:56:53 +03:00
|
|
|
.El
|
2000-07-26 21:30:59 +04:00
|
|
|
.Ss Miscellaneous devices
|
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
2002-01-02 01:34:06 +03:00
|
|
|
.It az
|
|
|
|
Aztech/PackardBell radio card.
|
2001-04-05 16:47:05 +04:00
|
|
|
.It ega
|
|
|
|
EGA graphics boards.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It lm
|
|
|
|
National Semiconductor LM78, LM79 and compatible hardware monitors.
|
|
|
|
.It pcdisplay
|
|
|
|
PC display adapters.
|
|
|
|
.It pcic
|
|
|
|
.Tn PCI
|
|
|
|
.Tn PCMCIA
|
|
|
|
controllers, including the Cirrus Logic GD6729.
|
|
|
|
.It pckbc
|
|
|
|
PC keyboard controllers.
|
|
|
|
.It pcppi
|
|
|
|
PC control and timer ports.
|
|
|
|
.It pms
|
|
|
|
PS/2 auxiliary port mice.
|
|
|
|
.It pmsi
|
|
|
|
PS/2 auxiliary port wheel mice.
|
2002-01-02 01:34:06 +03:00
|
|
|
.It rt
|
|
|
|
AIMS Lab Radiotrack FM radio.
|
|
|
|
.It rtii
|
|
|
|
AIMS Lab Radiotrack II FM radio.
|
|
|
|
.It sf2r
|
|
|
|
SoundForte RadioLink SF16-FMR2 FM radio.
|
2000-07-26 21:30:59 +04:00
|
|
|
.It tcic
|
|
|
|
Databook DB86082, DB86084, DB86184, and DB86072
|
|
|
|
.Tn PCMCIA
|
|
|
|
controllers.
|
|
|
|
.It vga
|
|
|
|
VGA graphics boards.
|
|
|
|
.El
|
1997-02-24 02:56:53 +03:00
|
|
|
.Pp
|
1998-04-30 12:50:03 +04:00
|
|
|
Note that some
|
|
|
|
.Tn ISA
|
|
|
|
devices also have newer
|
|
|
|
.Tn ISA
|
|
|
|
Plug-and-Play variants.
|
|
|
|
These are listed in
|
1997-10-21 01:47:31 +04:00
|
|
|
.Xr isapnp 4 .
|
2000-05-02 15:11:39 +04:00
|
|
|
Some i386 platforms use
|
|
|
|
.Xr pnpbios 4
|
|
|
|
to attach
|
|
|
|
.Tn ISA
|
|
|
|
devices.
|
1997-02-24 02:56:53 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr aha 4 ,
|
2000-07-26 21:30:59 +04:00
|
|
|
.Xr ahc 4 ,
|
2001-04-05 16:47:05 +04:00
|
|
|
.Xr ai 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr aic 4 ,
|
1998-06-06 14:14:21 +04:00
|
|
|
.Xr aria 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr ast 4 ,
|
2002-01-02 01:54:36 +03:00
|
|
|
.Xr az 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr bha 4 ,
|
2000-05-02 02:46:43 +04:00
|
|
|
.Xr cms 4 ,
|
2000-07-27 02:09:45 +04:00
|
|
|
.Xr com 4 ,
|
|
|
|
.Xr cs 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr cy 4 ,
|
2000-06-12 15:24:36 +04:00
|
|
|
.Xr dpt 4 ,
|
1997-11-11 02:18:23 +03:00
|
|
|
.Xr ec 4 ,
|
2001-04-05 16:47:05 +04:00
|
|
|
.Xr ef 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr el 4 ,
|
|
|
|
.Xr ep 4 ,
|
1999-03-03 20:08:25 +03:00
|
|
|
.Xr ess 4 ,
|
2000-06-12 15:24:36 +04:00
|
|
|
.Xr gus 4 ,
|
2001-09-22 04:57:40 +04:00
|
|
|
.Xr intro 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr isapnp 4 ,
|
2001-04-05 16:47:05 +04:00
|
|
|
.Xr ix 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr iy 4 ,
|
2000-07-27 02:09:45 +04:00
|
|
|
.Xr joy 4 ,
|
1997-11-11 08:48:16 +03:00
|
|
|
.Xr lc 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr le 4 ,
|
|
|
|
.Xr lpt 4 ,
|
|
|
|
.Xr mcd 4 ,
|
2000-07-26 21:30:59 +04:00
|
|
|
.Xr mpu 4 ,
|
2000-03-18 19:54:37 +03:00
|
|
|
.Xr nca 4 ,
|
1997-10-21 01:47:31 +04:00
|
|
|
.Xr ne 4 ,
|
2000-07-26 21:30:59 +04:00
|
|
|
.Xr opl 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr pas 4 ,
|
2000-05-02 15:11:39 +04:00
|
|
|
.Xr pnpbios 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr pss 4 ,
|
2002-01-02 01:54:36 +03:00
|
|
|
.Xr rt 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr rtfps 4 ,
|
2002-01-02 01:54:36 +03:00
|
|
|
.Xr rtii 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr sb 4 ,
|
|
|
|
.Xr sea 4 ,
|
2002-01-02 01:54:36 +03:00
|
|
|
.Xr sf2r 4 ,
|
1997-11-11 03:42:50 +03:00
|
|
|
.Xr sm 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr uha 4 ,
|
2000-07-26 21:30:59 +04:00
|
|
|
.Xr vga 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr wd 4 ,
|
2000-06-12 15:24:36 +04:00
|
|
|
.Xr wdc 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr wds 4 ,
|
1997-11-11 02:18:23 +03:00
|
|
|
.Xr we 4 ,
|
1997-02-24 02:56:53 +03:00
|
|
|
.Xr wss 4 ,
|
1997-04-08 08:46:55 +04:00
|
|
|
.Xr wt 4
|
1997-02-24 02:56:53 +03:00
|
|
|
.Sh HISTORY
|
1998-04-30 12:50:03 +04:00
|
|
|
The machine-independent
|
|
|
|
.Tn ISA
|
|
|
|
subsystem appeared in
|
1997-02-24 02:56:53 +03:00
|
|
|
.Nx 1.2 .
|