1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2001-2004 M. Warner Losh. 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 AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25 * SUCH DAMAGE. 26 * 27 * $FreeBSD$ 28 */ 29 30 /* Vendor/Device IDs */ 31 #define PCIC_ID_CLPD6729 0x11001013ul /* 16bit I/O */ 32 #define PCIC_ID_CLPD6832 0x11101013ul 33 #define PCIC_ID_CLPD6833 0x11131013ul 34 #define PCIC_ID_CLPD6834 0x11121013ul 35 #define PCIC_ID_ENE_CB710 0x14111524ul 36 #define PCIC_ID_ENE_CB720 0x14211524ul /* ??? */ 37 #define PCIC_ID_ENE_CB1211 0x12111524ul /* ??? */ 38 #define PCIC_ID_ENE_CB1225 0x12251524ul /* ??? */ 39 #define PCIC_ID_ENE_CB1410 0x14101524ul 40 #define PCIC_ID_ENE_CB1420 0x14201524ul 41 #define PCIC_ID_INTEL_82092AA_0 0x12218086ul /* 16bit I/O */ 42 #define PCIC_ID_INTEL_82092AA_1 0x12228086ul /* 16bit I/O */ 43 #define PCIC_ID_OMEGA_82C094 0x1221119bul /* 16bit I/O */ 44 #define PCIC_ID_OZ6729 0x67291217ul /* 16bit I/O */ 45 #define PCIC_ID_OZ6730 0x673a1217ul /* 16bit I/O */ 46 #define PCIC_ID_OZ6832 0x68321217ul /* Also 6833 */ 47 #define PCIC_ID_OZ6860 0x68361217ul /* Also 6836 */ 48 #define PCIC_ID_OZ6872 0x68721217ul /* Also 6812 */ 49 #define PCIC_ID_OZ6912 0x69721217ul /* Also 6972 */ 50 #define PCIC_ID_OZ6922 0x69251217ul 51 #define PCIC_ID_OZ6933 0x69331217ul 52 #define PCIC_ID_OZ711EC1 0x71121217ul /* O2Micro 711EC1/M1 */ 53 #define PCIC_ID_OZ711E1 0x71131217ul /* O2Micro 711E1 */ 54 #define PCIC_ID_OZ711M1 0x71141217ul /* O2Micro 711M1 */ 55 #define PCIC_ID_OZ711E2 0x71e21217ul 56 #define PCIC_ID_OZ711M2 0x72121217ul 57 #define PCIC_ID_OZ711M3 0x72231217ul 58 #define PCIC_ID_RICOH_RL5C465 0x04651180ul 59 #define PCIC_ID_RICOH_RL5C466 0x04661180ul 60 #define PCIC_ID_RICOH_RL5C475 0x04751180ul 61 #define PCIC_ID_RICOH_RL5C476 0x04761180ul 62 #define PCIC_ID_RICOH_RL5C477 0x04771180ul 63 #define PCIC_ID_RICOH_RL5C478 0x04781180ul 64 #define PCIC_ID_SMC_34C90 0xb10610b3ul 65 #define PCIC_ID_TI1031 0xac13104cul 66 #define PCIC_ID_TI1130 0xac12104cul 67 #define PCIC_ID_TI1131 0xac15104cul 68 #define PCIC_ID_TI1210 0xac1a104cul 69 #define PCIC_ID_TI1211 0xac1e104cul 70 #define PCIC_ID_TI1220 0xac17104cul 71 #define PCIC_ID_TI1221 0xac19104cul /* never sold */ 72 #define PCIC_ID_TI1225 0xac1c104cul 73 #define PCIC_ID_TI1250 0xac16104cul /* Rare */ 74 #define PCIC_ID_TI1251 0xac1d104cul 75 #define PCIC_ID_TI1251B 0xac1f104cul 76 #define PCIC_ID_TI1260 0xac18104cul /* never sold */ 77 #define PCIC_ID_TI1260B 0xac30104cul /* never sold */ 78 #define PCIC_ID_TI1410 0xac50104cul 79 #define PCIC_ID_TI1420 0xac51104cul 80 #define PCIC_ID_TI1421 0xac53104cul /* never sold */ 81 #define PCIC_ID_TI1450 0xac1b104cul 82 #define PCIC_ID_TI1451 0xac52104cul 83 #define PCIC_ID_TI1510 0xac56104cul 84 #define PCIC_ID_TI1515 0xac58104cul 85 #define PCIC_ID_TI1520 0xac55104cul 86 #define PCIC_ID_TI1530 0xac57104cul 87 #define PCIC_ID_TI1620 0xac54104cul 88 #define PCIC_ID_TI4410 0xac41104cul 89 #define PCIC_ID_TI4450 0xac40104cul 90 #define PCIC_ID_TI4451 0xac42104cul 91 #define PCIC_ID_TI4510 0xac44104cul 92 #define PCIC_ID_TI4520 0xac46104cul 93 #define PCIC_ID_TI6411 0x8031104cul /* PCI[67]x[12]1 */ 94 #define PCIC_ID_TI6420 0xac8d104cul /* PCI[67]x20 Smartcard dis */ 95 #define PCIC_ID_TI6420SC 0xac8e104cul /* PCI[67]x20 Smartcard en */ 96 #define PCIC_ID_TI7410 0xac49104cul 97 #define PCIC_ID_TI7510 0xac47104cul 98 #define PCIC_ID_TI7610 0xac48104cul 99 #define PCIC_ID_TI7610M 0xac4a104cul 100 #define PCIC_ID_TI7610SD 0xac4b104cul 101 #define PCIC_ID_TI7610MS 0xac4c104cul 102 #define PCIC_ID_TOPIC95 0x06031179ul 103 #define PCIC_ID_TOPIC95B 0x060a1179ul 104 #define PCIC_ID_TOPIC97 0x060f1179ul 105 #define PCIC_ID_TOPIC100 0x06171179ul 106 107 /* 108 * Other ID, from sources too vague to be reliable 109 * Mfg model PCI ID 110 * smc/Databook DB87144 0x310610b3 111 * Omega/Trident 82c194 0x01941023 112 * Omega/Trident 82c722 0x07221023? 113 * Opti 82c814 0xc8141045 114 * Opti 82c824 0xc8241045 115 * NEC uPD66369 0x003e1033 116 */ 117