2001-07-09 19:16:53 +04:00
|
|
|
.\" $NetBSD: pci.4,v 1.49 2001/07/09 15:16:53 ad Exp $
|
1997-02-24 01:35:49 +03:00
|
|
|
.\"
|
1997-11-11 05:03:45 +03:00
|
|
|
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
|
1997-02-24 01:35:49 +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 01:35:49 +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.
|
|
|
|
.\"
|
1997-03-31 12:50:45 +04:00
|
|
|
.Dd March 31, 1997
|
1997-02-24 01:35:49 +03:00
|
|
|
.Dt PCI 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1997-02-24 01:35:49 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm pci
|
1997-11-11 08:50:28 +03:00
|
|
|
.Nd introduction to machine-independent PCI bus support and drivers
|
1997-02-24 01:35:49 +03:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Pp
|
1999-11-23 04:48:13 +03:00
|
|
|
.Cd "pci* at mainbus? bus ?"
|
|
|
|
.Cd "pci* at pchb? bus ?"
|
1997-11-11 05:03:45 +03:00
|
|
|
.Cd "pci* at ppb? bus ?"
|
|
|
|
.Pp
|
|
|
|
Other
|
|
|
|
.Nm
|
1997-11-11 08:50:28 +03:00
|
|
|
attachments are machine-dependent and depend on the bus topology and
|
1998-04-30 12:50:03 +04:00
|
|
|
.Tn PCI
|
|
|
|
bus interface of your system.
|
|
|
|
See
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr intro 4
|
1997-11-11 05:03:45 +03:00
|
|
|
for your system for details.
|
1997-02-24 01:35:49 +03:00
|
|
|
.Sh INTRODUCTION
|
1997-11-11 05:03:45 +03:00
|
|
|
.Nx
|
1998-04-30 12:50:03 +04:00
|
|
|
includes a machine-independent
|
|
|
|
.Tn PCI
|
|
|
|
bus subsystem and
|
|
|
|
several machine-independent
|
|
|
|
.Tn PCI
|
|
|
|
device drivers.
|
1997-11-11 05:03:45 +03:00
|
|
|
.Pp
|
1998-04-30 12:50:03 +04:00
|
|
|
Your system may support additional
|
|
|
|
.Tn PCI
|
|
|
|
devices.
|
|
|
|
Drivers for
|
|
|
|
.Tn PCI
|
1997-11-11 08:50:28 +03:00
|
|
|
devices not listed here are machine-dependent.
|
1997-11-11 05:03:45 +03:00
|
|
|
Consult your system's
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr intro 4
|
1997-11-11 05:03:45 +03:00
|
|
|
for additional information.
|
1997-02-24 01:35:49 +03:00
|
|
|
.Sh SUPPORTED DEVICES
|
|
|
|
.Nx
|
1998-04-30 12:50:03 +04:00
|
|
|
includes machine-independent
|
|
|
|
.Tn PCI
|
|
|
|
drivers, sorted by device type and driver name:
|
1997-02-24 01:35:49 +03:00
|
|
|
.Pp
|
1997-11-11 05:03:45 +03:00
|
|
|
.Ss SCSI interfaces
|
2000-07-24 16:17:45 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
1997-02-24 01:35:49 +03:00
|
|
|
.It ahc
|
1998-04-30 12:50:03 +04:00
|
|
|
Adaptec 29xx, 39xx, and other AIC-7xxx-based
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It adv
|
|
|
|
Advansys
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
|
|
|
.It adw
|
|
|
|
Advansys Ultra Wide
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.It bha
|
1998-04-30 12:50:03 +04:00
|
|
|
Buslogic BT-9xx
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2000-01-05 20:55:22 +03:00
|
|
|
.It dpt
|
2000-07-24 16:17:45 +04:00
|
|
|
DPT SmartCache/SmartRAID III and IV
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2001-06-04 20:34:41 +04:00
|
|
|
.It iha
|
|
|
|
Initio INIC-940/950
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1997-11-11 05:03:45 +03:00
|
|
|
.It isp
|
1998-04-30 12:50:03 +04:00
|
|
|
QLogic ISP-1020, ISP-1040, and ISP-2100
|
|
|
|
.Tn SCSI
|
|
|
|
and
|
|
|
|
.Tn FibreChannel
|
|
|
|
interfaces.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It pcscp
|
|
|
|
Advanced Micro Devices Am53c974 PCscsi-PCI
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
2000-05-15 10:31:56 +04:00
|
|
|
.It siop
|
|
|
|
Symbios Logic/NCR 53c8xx-family
|
|
|
|
.Tn SCSI
|
|
|
|
interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
2000-07-24 16:17:45 +04:00
|
|
|
.Ss Disk and tape controllers
|
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
|
|
|
.It cac
|
|
|
|
Compaq array controllers.
|
2001-02-04 20:05:11 +03:00
|
|
|
.It mlx
|
|
|
|
Mylex DAC960 and DEC SWXCR RAID controllers.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It pciide
|
|
|
|
IDE disk controllers.
|
2000-10-20 15:47:43 +04:00
|
|
|
.It twe
|
|
|
|
3Ware Escalade RAID controllers.
|
2000-07-24 16:17:45 +04:00
|
|
|
.El
|
|
|
|
.Pp
|
1997-02-24 01:43:16 +03:00
|
|
|
.Ss Network interfaces
|
2000-07-24 16:17:45 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
2000-12-19 18:33:52 +03:00
|
|
|
.It an
|
|
|
|
.Tn Aironet
|
|
|
|
4500/4800 and
|
|
|
|
.Tn Cisco
|
|
|
|
340 series 802.11 interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.It de
|
1998-04-30 12:50:03 +04:00
|
|
|
.Tn DEC
|
|
|
|
DC21x4x (Tulip) based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces, including the DE435,
|
1997-11-11 05:03:45 +03:00
|
|
|
DE450, and DE500, and Znyx, SMC, Cogent/Adaptec, and Asante single- and
|
1998-04-30 12:50:03 +04:00
|
|
|
multi-port
|
|
|
|
.Tn Ethernet
|
2000-07-24 16:17:45 +04:00
|
|
|
interfaces.
|
1997-03-31 12:50:45 +04:00
|
|
|
.It en
|
2001-06-11 05:14:56 +04:00
|
|
|
Midway-based Efficient Networks Inc. and Adaptec ATM interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.It ep
|
1998-04-30 12:50:03 +04:00
|
|
|
3Com 3c590, 3c595, 3c900, and 3c905
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It epic
|
|
|
|
SMC83C170 (EPIC/100)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
|
|
|
.It esh
|
|
|
|
RoadRunner-based HIPPI interfaces.
|
2000-02-14 03:01:35 +03:00
|
|
|
.It ex
|
|
|
|
3Com 3c900, 3c905, and 3c980
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.It fpa
|
1998-04-30 12:50:03 +04:00
|
|
|
.Tn DEC
|
|
|
|
DEFPA
|
|
|
|
.Tn FDDI
|
|
|
|
interfaces.
|
1997-06-11 13:20:08 +04:00
|
|
|
.It fxp
|
1998-04-30 12:50:03 +04:00
|
|
|
Intel EtherExpress PRO 10+/100B
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2001-07-05 18:47:23 +04:00
|
|
|
.It gsip
|
|
|
|
National Semiconductor DP83820 based Gigabit
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2001-03-30 17:57:07 +04:00
|
|
|
.It hme
|
|
|
|
Sun Microelectronics STP2002-STQ
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.It le
|
1998-04-30 12:50:03 +04:00
|
|
|
PCNet-PCI
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It lmc
|
|
|
|
LAN Media Corp WAN interfaces.
|
1997-11-11 05:03:45 +03:00
|
|
|
.It ne
|
1998-04-30 12:50:03 +04:00
|
|
|
NE2000-compatible
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-01-05 03:25:25 +03:00
|
|
|
.It ntwoc
|
|
|
|
SDL Communications N2pci and WAN/ic 400 synchronous serial interfaces.
|
2000-04-27 20:27:35 +04:00
|
|
|
.It rtk
|
2000-07-24 16:17:45 +04:00
|
|
|
RealTek 8129/8139 based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2001-07-05 18:47:23 +04:00
|
|
|
.It sf
|
|
|
|
Adaptec AIC-6915 10/100
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
|
|
|
.It sip
|
|
|
|
Silicon Integrated Systems SiS 900, SiS 7016, and National Semiconductor
|
|
|
|
DP83815 based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
|
|
|
.It ste
|
|
|
|
Sundance ST-201 10/100 based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-11-11 05:03:45 +03:00
|
|
|
.It tl
|
1998-04-30 12:50:03 +04:00
|
|
|
Texas Instruments ThunderLAN-based
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It tlp
|
|
|
|
DECchip 21x4x and clone
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
|
|
|
.It vr
|
|
|
|
VIA VT3043 (Rhine) and VT86C100A (Rhine-II)
|
|
|
|
.Tn Ethernet
|
|
|
|
interfaces.
|
1997-02-24 01:35:49 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
1997-11-11 05:03:45 +03:00
|
|
|
.Ss Serial interfaces
|
2000-07-24 16:17:45 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
1997-02-24 01:35:49 +03:00
|
|
|
.It cy
|
2000-07-24 16:17:45 +04:00
|
|
|
Cyclades Cyclom-4Y, -8Y, and -16Y multi-port serial interfaces.
|
|
|
|
.It cz
|
|
|
|
Cyclades-Z series multi-port serial interfaces.
|
1998-05-08 00:17:32 +04:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
.Ss Audio devices
|
2000-07-24 16:17:45 +04:00
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
2000-11-28 15:42:51 +03:00
|
|
|
.It auich
|
|
|
|
Intel I/O Controller Hub integrated AC'97 audio device.
|
2000-03-31 09:49:59 +04:00
|
|
|
.It auvia
|
2000-11-28 15:42:51 +03:00
|
|
|
VIA VT82C686A integrated AC'97 audio device.
|
1999-12-12 02:10:15 +03:00
|
|
|
.It clcs
|
2000-11-28 15:42:51 +03:00
|
|
|
Cirrus Logic CS4280 audio device.
|
2001-01-22 04:28:53 +03:00
|
|
|
.It clct
|
|
|
|
Cirrus Logic CS4281 audio device.
|
2000-05-01 03:51:51 +04:00
|
|
|
.It cmpci
|
2000-11-28 15:42:51 +03:00
|
|
|
C-Media CMI8x38 audio device.
|
1998-05-08 00:17:32 +04:00
|
|
|
.It eap
|
2000-11-28 15:42:51 +03:00
|
|
|
Ensoniq AudioPCI audio device.
|
2001-01-09 00:00:20 +03:00
|
|
|
.It esm
|
|
|
|
ESS Maestro-1/2/2e PCI AC'97 Audio Accelerator audio device.
|
1999-07-12 19:20:54 +04:00
|
|
|
.It eso
|
2000-11-28 15:42:51 +03:00
|
|
|
ESS Solo-1 PCI AudioDrive audio device.
|
1999-11-02 20:57:34 +03:00
|
|
|
.It fms
|
2000-11-28 15:42:51 +03:00
|
|
|
Forte Media FM801 audio device.
|
2000-11-07 15:42:48 +03:00
|
|
|
.It neo
|
2000-11-28 15:42:51 +03:00
|
|
|
NeoMagic MagicMedia 256 audio device.
|
1998-12-08 17:15:27 +03:00
|
|
|
.It sv
|
2000-11-28 15:42:51 +03:00
|
|
|
S3 SonicVibes audio device.
|
2001-03-30 18:34:27 +04:00
|
|
|
.It yds
|
|
|
|
Yamaha YMF724/740/744/754-based audio device.
|
1997-02-24 01:35:49 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
2000-07-24 16:17:45 +04:00
|
|
|
.Ss Bridges
|
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
1999-11-23 04:48:13 +03:00
|
|
|
.It cbb
|
|
|
|
.Tn PCI
|
|
|
|
Yenta compatible
|
|
|
|
.Tn CardBus
|
|
|
|
bridges.
|
1997-11-11 05:03:45 +03:00
|
|
|
.It ppb
|
1998-04-30 12:50:03 +04:00
|
|
|
Generic
|
|
|
|
.Tn PCI Ns \- Ns Tn PCI
|
|
|
|
bridges, including
|
|
|
|
.Tn PCI
|
|
|
|
expansion backplanes.
|
2000-07-24 16:17:45 +04:00
|
|
|
.El
|
|
|
|
.Ss Miscellaneous devices
|
|
|
|
.Bl -tag -width pcdisplay -offset indent
|
|
|
|
.It bktr
|
|
|
|
Brooktree 848 compatible TV cards.
|
2000-11-09 00:40:24 +03:00
|
|
|
.It iop
|
|
|
|
I2O I/O processors.
|
2000-07-24 16:17:45 +04:00
|
|
|
.It ohci
|
|
|
|
USB OHCI host controllers.
|
|
|
|
.It pcic
|
|
|
|
.Tn PCI
|
|
|
|
.Tn PCMCIA
|
|
|
|
controllers, including the Cirrus Logic GD6729.
|
1998-07-01 05:48:20 +04:00
|
|
|
.It puc
|
|
|
|
PCI
|
|
|
|
.Dq universal
|
|
|
|
communications cards, containing
|
|
|
|
.Nm com
|
|
|
|
and
|
|
|
|
.Nm lpt
|
|
|
|
communications ports.
|
1998-07-13 18:54:11 +04:00
|
|
|
.It uhci
|
2000-07-24 16:17:45 +04:00
|
|
|
USB UHCI host controllers.
|
|
|
|
.It viapm
|
|
|
|
VIA VT82C686A hardware monitors.
|
|
|
|
.It vga
|
2000-07-26 16:04:44 +04:00
|
|
|
VGA graphics boards.
|
1997-11-11 05:03:45 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
1997-02-24 01:35:49 +03:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr intro 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr adv 4 ,
|
|
|
|
.Xr adw 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr ahc 4 ,
|
2000-12-19 18:33:52 +03:00
|
|
|
.Xr an 4 ,
|
2000-11-28 15:42:51 +03:00
|
|
|
.Xr auich 4 ,
|
2000-04-01 00:23:44 +04:00
|
|
|
.Xr auvia 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr bha 4 ,
|
2000-05-08 00:46:10 +04:00
|
|
|
.Xr bktr 4 ,
|
2000-03-20 21:16:16 +03:00
|
|
|
.Xr cac 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr cbb 4 ,
|
1999-12-12 02:10:15 +03:00
|
|
|
.Xr clcs 4 ,
|
2000-05-01 03:51:51 +04:00
|
|
|
.Xr cmpci 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr cy 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr cz 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr de 4 ,
|
2000-01-05 20:55:22 +03:00
|
|
|
.Xr dpt 4 ,
|
1998-05-08 00:17:32 +04:00
|
|
|
.Xr eap 4 ,
|
1997-11-11 05:03:45 +03:00
|
|
|
.Xr en 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr ep 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr epic 4 ,
|
|
|
|
.Xr esh 4 ,
|
2001-01-09 00:00:20 +03:00
|
|
|
.Xr esm 4 ,
|
1999-07-12 19:22:18 +04:00
|
|
|
.Xr eso 4 ,
|
2000-02-14 03:01:35 +03:00
|
|
|
.Xr ex 4 ,
|
2000-04-01 04:32:23 +04:00
|
|
|
.Xr fms 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr fpa 4 ,
|
1997-11-11 05:03:45 +03:00
|
|
|
.Xr fxp 4 ,
|
2001-07-05 18:47:23 +04:00
|
|
|
.Xr gsip 4 ,
|
2001-03-30 17:57:07 +04:00
|
|
|
.Xr hme 4 ,
|
2001-06-04 20:34:41 +04:00
|
|
|
.Xr iha 4 ,
|
2000-11-09 00:40:24 +03:00
|
|
|
.Xr iop 4 ,
|
1997-11-11 05:03:45 +03:00
|
|
|
.Xr isp 4 ,
|
1997-02-24 01:35:49 +03:00
|
|
|
.Xr le 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr lmc 4 ,
|
2001-02-04 20:05:11 +03:00
|
|
|
.Xr mlx 4 ,
|
1997-11-11 05:03:45 +03:00
|
|
|
.Xr ne 4 ,
|
2000-11-07 15:42:48 +03:00
|
|
|
.Xr neo 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr ntwoc 4 ,
|
|
|
|
.Xr ohci 4 ,
|
1997-11-11 05:03:45 +03:00
|
|
|
.Xr pcic 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr pciide 4 ,
|
|
|
|
.Xr pcscp 4 ,
|
1997-11-11 05:03:45 +03:00
|
|
|
.Xr ppb 4 ,
|
1998-07-01 05:48:20 +04:00
|
|
|
.Xr puc 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr rtk 4 ,
|
2001-07-05 18:47:23 +04:00
|
|
|
.Xr sf 4 ,
|
2000-05-15 10:31:56 +04:00
|
|
|
.Xr siop 4 ,
|
2001-07-05 18:47:23 +04:00
|
|
|
.Xr sip 4 ,
|
|
|
|
.Xr ste 4 ,
|
1998-12-08 17:15:27 +03:00
|
|
|
.Xr sv 4 ,
|
1998-07-13 18:54:11 +04:00
|
|
|
.Xr tl 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr tlp 4 ,
|
2000-10-20 15:47:43 +04:00
|
|
|
.Xr twe 4 ,
|
2000-07-24 16:17:45 +04:00
|
|
|
.Xr uhci 4 ,
|
|
|
|
.Xr vga 4 ,
|
|
|
|
.Xr viapm 4 ,
|
|
|
|
.Xr vr 4 ,
|
2001-03-30 18:34:27 +04:00
|
|
|
.Xr wscons 4 ,
|
|
|
|
.Xr yds 4
|
1997-02-24 01:35:49 +03:00
|
|
|
.Sh HISTORY
|
1998-04-30 12:50:03 +04:00
|
|
|
The machine-independent
|
|
|
|
.Tn PCI
|
|
|
|
subsystem appeared in
|
1997-11-11 05:03:45 +03:00
|
|
|
.Nx 1.2 .
|