pccbbdevid.h revision 101632
177195Simp/*
277195Simp * Copyright (c) 2001 M. Warner Losh. All rights reserved.
377195Simp *
477195Simp * Redistribution and use in source and binary forms, with or without
577195Simp * modification, are permitted provided that the following conditions
677195Simp * are met:
777195Simp *
877195Simp * 1. Redistributions of source code must retain the above copyright
977195Simp *    notice immediately at the beginning of the file, without modification,
1077195Simp *    this list of conditions, and the following disclaimer.
1177195Simp * 2. Redistributions in binary form must reproduce the above copyright
1277195Simp *    notice, this list of conditions and the following disclaimer in the
1377195Simp *    documentation and/or other materials provided with the distribution.
1477195Simp *
1577195Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1677195Simp * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1777195Simp * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1877195Simp * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1977195Simp * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2077195Simp * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2177195Simp * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2277195Simp * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2377195Simp * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2477195Simp * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2577195Simp *
2677195Simp * $FreeBSD: head/sys/dev/pccbb/pccbbdevid.h 101632 2002-08-10 06:35:03Z imp $
2777195Simp */
2877195Simp
2977195Simp/* Vendor/Device IDs */
30100704Simp#define PCIC_ID_INTEL_82092AA	0x12218086ul	/* 16bit I/O */
31100704Simp#define	PCIC_ID_CLPD6729	0x11001013ul	/* 16bit I/O */
32100704Simp#define	PCIC_ID_CLPD6832	0x11101013ul
33100704Simp#define	PCIC_ID_CLPD6833	0x11131013ul
34100704Simp#define	PCIC_ID_CLPD6834	0x11121013ul
35100704Simp#define PCIC_ID_OMEGA_82C094	0x1221119bul	/* 16bit I/O */
36100704Simp#define	PCIC_ID_OZ6729		0x67291217ul
37100704Simp#define	PCIC_ID_OZ6730		0x673A1217ul
38100704Simp#define	PCIC_ID_OZ6832		0x68321217ul	/* Also 6833 */
39100704Simp#define	PCIC_ID_OZ6860		0x68361217ul	/* Also 6836 */
40100704Simp#define	PCIC_ID_OZ6872		0x68721217ul	/* Also 6812 */
41101632Simp#define	PCIC_ID_OZ6912		0x69721217ul	/* Also 6972 */
42100704Simp#define	PCIC_ID_OZ6922		0x69251217ul
43100704Simp#define	PCIC_ID_OZ6933		0x69331217ul
44100704Simp#define	PCIC_ID_RICOH_RL5C465	0x04651180ul
45100704Simp#define	PCIC_ID_RICOH_RL5C466	0x04661180ul
46100704Simp#define	PCIC_ID_RICOH_RL5C475	0x04751180ul
47100704Simp#define	PCIC_ID_RICOH_RL5C476	0x04761180ul
48100704Simp#define	PCIC_ID_RICOH_RL5C477	0x04771180ul
49100704Simp#define	PCIC_ID_RICOH_RL5C478	0x04781180ul
50100704Simp#define	PCIC_ID_TI1031		0xac13104cul
51100704Simp#define	PCIC_ID_TI1130		0xac12104cul
52100704Simp#define	PCIC_ID_TI1131		0xac15104cul
53100704Simp#define	PCIC_ID_TI1210		0xac1a104cul
54100704Simp#define	PCIC_ID_TI1211		0xac1e104cul
55100704Simp#define	PCIC_ID_TI1220		0xac17104cul
56100704Simp#define	PCIC_ID_TI1221		0xac19104cul	/* never sold */
57100704Simp#define	PCIC_ID_TI1225		0xac1c104cul
58100704Simp#define	PCIC_ID_TI1250		0xac16104cul	/* Rare */
59100704Simp#define	PCIC_ID_TI1251		0xac1d104cul
60100704Simp#define	PCIC_ID_TI1251B		0xac1f104cul
61100704Simp#define	PCIC_ID_TI1260		0xac18104cul	/* never sold */
62100704Simp#define	PCIC_ID_TI1260B		0xac30104cul	/* never sold */
63100704Simp#define	PCIC_ID_TI1410		0xac50104cul
64100704Simp#define	PCIC_ID_TI1420		0xac51104cul
65100704Simp#define	PCIC_ID_TI1421		0xac53104cul	/* never sold */
66100704Simp#define	PCIC_ID_TI1450		0xac1b104cul
67100704Simp#define	PCIC_ID_TI1451		0xac52104cul
68100704Simp#define PCIC_ID_TI1510		0xac56104cul
69100704Simp#define PCIC_ID_TI1520		0xac55104cul
70100704Simp#define	PCIC_ID_TI4410		0xac41104cul
71100704Simp#define	PCIC_ID_TI4450		0xac40104cul
72100704Simp#define	PCIC_ID_TI4451		0xac42104cul
73100704Simp#define PCIC_ID_TI4510		0xac44104cul
74100704Simp#define	PCIC_ID_TOPIC95		0x06031179ul
75100704Simp#define	PCIC_ID_TOPIC95B	0x060a1179ul
76100704Simp#define	PCIC_ID_TOPIC97		0x060f1179ul
77100704Simp#define	PCIC_ID_TOPIC100	0x06171179ul
7883159Simp
7983159Simp/*
8083159Simp * Other ID, from sources too vague to be reliable
8183159Simp *	Mfg		  model		PCI ID
8283159Simp *   smc/Databook	DB87144		0x310610b3
8383159Simp *   SMC/databook	smc34c90	0xb10610b3
8483159Simp *   Omega/Trident	82c194		0x01941023
8583159Simp *   Omega/Trident	82c722		0x07221023?
8683159Simp *   Opti		82c814		0xc8141045
8783159Simp *   Opti		82c824		0xc8241045
8883159Simp *   NEC		uPD66369	0x003e1033
8983159Simp */
90