pcidevs revision 1.2
1$NetBSD: pcidevs,v 1.2 1995/06/20 04:50:43 cgd Exp $
2
3/*
4 * Copyright (c) 1995 Christopher G. Demetriou
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 *    notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 *    notice, this list of conditions and the following disclaimer in the
14 *    documentation and/or other materials provided with the distribution.
15 * 3. All advertising materials mentioning features or use of this software
16 *    must display the following acknowledgement:
17 *      This product includes software developed by Christopher G. Demetriou
18 *	for the NetBSD Project.
19 * 4. The name of the author may not be used to endorse or promote products
20 *    derived from this software without specific prior written permission
21 *
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34/*
35 * List of known PCI vendors
36 */
37
38vendor OLDNCR		0x1000		NCR	# Old ID.  see "NCR" below.
39vendor ATI		0x1002		ATI
40vendor DEC		0x1011		DEC
41vendor CIRRUS		0x1013		Cirrus Logic
42vendor IBM		0x1014		IBM
43vendor NCR		0x101A		NCR
44vendor AMD		0x1022		AMD
45vendor ACER		0x1025		Acer
46vendor COMPAQ		0x1032		Compaq
47vendor NEC		0x1033		NEC
48vendor SIS		0x1039		SIS
49vendor HP		0x103C		Hewlett-Packard
50vendor KPC		0x1040		Kubota Pacific Corp.
51vendor TI		0x104C		Texas Instruments
52vendor SONY		0x104D		Sony
53vendor MOT		0x1057		Motorola
54vendor MYLEX		0x1069		Mylex
55vendor APPLE		0x106B		Apple
56vendor QLOGIC		0x1077		QLogic	# ??? XXX
57vendor BIT3		0x108A		Bit3 Computer Corp.
58vendor CABLETRON	0x10B1		Cabletron
59vendor 3COM		0x10B7		3Com
60vendor CERN		0x10DC		CERN	# ??? XXX
61vendor ECP		0x10DC		ECP	# ??? XXX
62vendor ECU		0x10DC		ECU	# ??? XXX
63vendor PROTEON		0x1108		Proteon
64vendor S3		0x5333		S3
65vendor INTEL		0x8086		Intel
66vendor ADP		0x9004		Adaptec
67
68/*
69 * List of known products.  Grouped by vendor.
70 */
71
72/* Adaptec products */
73product	ADP AIC7870	0x7078	UNSUPP	AIC-7870
74
75/* ATI products */
76product ATI MACH32	0x4158	UNSUPP	Mach32
77product ATI MACH64_CX	0x4358	UNSUPP	Mach64-CX
78product ATI MACH64_GX	0x4758	UNSUPP	Mach64-GX
79
80/* DEC products */
81product DEC 21050	0x0001	UNSUPP	DECchip 21050 (\"PPB\")
82product DEC 21040	0x0002  	DECchip 21040 (\"Tulip\")
83product DEC 21030	0x0004	UNSUPP	DECchip 21030 (\"TGA\")
84product DEC NVRAM	0x0007	UNSUPP	Zephyr NV-RAM
85product DEC KZPSA	0x0008	UNSUPP	KZPSA
86product DEC 21140	0x0009		DECchip 21140 (\"FasterNet\")
87product DEC DEFPA	0x000f	UNSUPP	DEFPA
88/* product DEC ???	0x0010	UNSUPP	??? VME Interface */
89product DEC 21041	0x0014  	DECchip 21041 (\"Tulip Pass 3\")
90
91/* Intel products */
92/* XXX name? */
93product INTEL PCEB	0x0482	UNSUPP	82375EB PCI-EISA Bridge
94product INTEL PCIB	0x0486	UNSUPP	82426EX PCI-ISA Bridge
95product INTEL PCMC	0x04a3	UNSUPP	82434LX PCI, Cache, and Memory controller
96
97/* XXX the following two Intel products are UNVERIFIED. */
98product INTEL CDC	0x0483	UNSUPP	82424 Cache and DRAM controller
99/* XXX Supported on the Alpha. XXX unverified. XXX includes PCI-ISA bridge */
100product INTEL SIO	0x0484	UNSUPP	82378 System I/O
101
102/* Mylex products */
103product MYLEX 960P	0x0001	UNSUPP	RAID controller
104
105/* NCR/Symbios Logic products */
106product NCR 810		0x0001		53c810
107product OLDNCR 810	0x0001		53c810
108product NCR 825		0x0003		53c825
109product OLDNCR 825	0x0003		53c825
110product NCR 815		0x0004		53c815
111product OLDNCR 815	0x0004		53c815
112
113/* QLogic products */
114product QLOGIC ISP1020	0x1020	UNSUPP	ISP1020
115
116/* S3 Products */
117product S3 VISION864	0x88c0	UNSUPP	Vision 864
118