pcidevs revision 1.3 1 $NetBSD: pcidevs,v 1.3 1995/11/10 19:36:09 christos 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
38 vendor OLDNCR 0x1000 NCR # Old ID. see "NCR" below.
39 vendor ATI 0x1002 ATI
40 vendor DEC 0x1011 DEC
41 vendor CIRRUS 0x1013 Cirrus Logic
42 vendor IBM 0x1014 IBM
43 vendor NCR 0x101A NCR
44 vendor AMD 0x1022 AMD
45 vendor ACER 0x1025 Acer
46 vendor COMPAQ 0x1032 Compaq
47 vendor NEC 0x1033 NEC
48 vendor SIS 0x1039 SIS
49 vendor HP 0x103C Hewlett-Packard
50 vendor KPC 0x1040 Kubota Pacific Corp.
51 vendor TI 0x104C Texas Instruments
52 vendor SONY 0x104D Sony
53 vendor MOT 0x1057 Motorola
54 vendor MYLEX 0x1069 Mylex
55 vendor APPLE 0x106B Apple
56 vendor QLOGIC 0x1077 QLogic # ??? XXX
57 vendor BIT3 0x108A Bit3 Computer Corp.
58 vendor CABLETRON 0x10B1 Cabletron
59 vendor 3COM 0x10B7 3Com
60 vendor CERN 0x10DC CERN # ??? XXX
61 vendor ECP 0x10DC ECP # ??? XXX
62 vendor ECU 0x10DC ECU # ??? XXX
63 vendor PROTEON 0x1108 Proteon
64 vendor S3 0x5333 S3
65 vendor INTEL 0x8086 Intel
66 vendor ADP 0x9004 Adaptec
67
68 /*
69 * List of known products. Grouped by vendor.
70 */
71
72 /* Adaptec products */
73 product ADP AIC7850 0x7075 UNSUPP AIC-7850
74 product ADP AIC7870 0x7078 UNSUPP AIC-7870
75 product ADP AIC2940 0x7178 UNSUPP AIC-2940
76 product ADP AIC2940U 0x8178 UNSUPP AIC-2940 (\"Ultra\")
77
78 /* ATI products */
79 product ATI MACH32 0x4158 UNSUPP Mach32
80 product ATI MACH64_CX 0x4358 UNSUPP Mach64-CX
81 product ATI MACH64_GX 0x4758 UNSUPP Mach64-GX
82
83 /* DEC products */
84 product DEC 21050 0x0001 UNSUPP DECchip 21050 (\"PPB\")
85 product DEC 21040 0x0002 DECchip 21040 (\"Tulip\")
86 product DEC 21030 0x0004 UNSUPP DECchip 21030 (\"TGA\")
87 product DEC NVRAM 0x0007 UNSUPP Zephyr NV-RAM
88 product DEC KZPSA 0x0008 UNSUPP KZPSA
89 product DEC 21140 0x0009 DECchip 21140 (\"FasterNet\")
90 product DEC DEFPA 0x000f UNSUPP DEFPA
91 /* product DEC ??? 0x0010 UNSUPP ??? VME Interface */
92 product DEC 21041 0x0014 DECchip 21041 (\"Tulip Pass 3\")
93
94 /* Intel products */
95 /* XXX name? */
96 product INTEL PCEB 0x0482 UNSUPP 82375EB PCI-EISA Bridge
97 product INTEL PCIB 0x0486 UNSUPP 82426EX PCI-ISA Bridge
98 product INTEL PCMC 0x04a3 UNSUPP 82434LX PCI, Cache, and Memory controller
99
100 /* XXX the following two Intel products are UNVERIFIED. */
101 product INTEL CDC 0x0483 UNSUPP 82424 Cache and DRAM controller
102 /* XXX Supported on the Alpha. XXX unverified. XXX includes PCI-ISA bridge */
103 product INTEL SIO 0x0484 UNSUPP 82378 System I/O
104
105 /* Mylex products */
106 product MYLEX 960P 0x0001 UNSUPP RAID controller
107
108 /* NCR/Symbios Logic products */
109 product NCR 810 0x0001 53c810
110 product OLDNCR 810 0x0001 53c810
111 product NCR 825 0x0003 53c825
112 product OLDNCR 825 0x0003 53c825
113 product NCR 815 0x0004 53c815
114 product OLDNCR 815 0x0004 53c815
115
116 /* QLogic products */
117 product QLOGIC ISP1020 0x1020 UNSUPP ISP1020
118
119 /* S3 Products */
120 product S3 VISION864 0x88c0 UNSUPP Vision 864
121
122 /* 3COM Products */
123 product 3COM 3C590 0x5900 3c590
124