pccbbdevid.h revision 77195
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 77195 2001-05-25 19:12:58Z imp $
2777195Simp */
2877195Simp
2977195Simp/* Vendor/Device IDs */
3077195Simp#define	PCI_DEVICE_ID_PCIC_CLPD6729	0x11001013ul
3177195Simp#define	PCI_DEVICE_ID_PCIC_CLPD6832	0x11101013ul
3277195Simp#define	PCI_DEVICE_ID_PCIC_CLPD6833	0x11131013ul
3377195Simp#define	PCI_DEVICE_ID_PCIC_OZ6729	0x67291217ul
3477195Simp#define	PCI_DEVICE_ID_PCIC_OZ6730	0x673A1217ul
3577195Simp#define	PCI_DEVICE_ID_PCIC_OZ6832	0x68321217ul	/* Also 6833 */
3677195Simp#define	PCI_DEVICE_ID_PCIC_OZ6860	0x68361216ul	/* Also 6836? */
3777195Simp#define	PCI_DEVICE_ID_PCIC_OZ6872	0x68721217ul	/* Also 6812 */
3877195Simp#define	PCI_DEVICE_ID_PCIC_OZ6912	/* Unknown */
3977195Simp#define	PCI_DEVICE_ID_PCIC_OZ6922	/* Unknown */
4077195Simp#define	PCI_DEVICE_ID_PCIC_OZ6933	/* Unknown */
4177195Simp#define	PCI_DEVICE_ID_RICOH_RL5C465	0x04651180ul
4277195Simp#define	PCI_DEVICE_ID_RICOH_RL5C466	0x04661180ul
4377195Simp#define	PCI_DEVICE_ID_RICOH_RL5C475	0x04751180ul
4477195Simp#define	PCI_DEVICE_ID_RICOH_RL5C476	0x04761180ul
4577195Simp#define	PCI_DEVICE_ID_RICOH_RL5C477	0x04771180ul
4677195Simp#define	PCI_DEVICE_ID_RICOH_RL5C478	0x04781180ul
4777195Simp#define PCI_DEVICE_ID_PCIC_TI1031	0xac13104cul
4877195Simp#define	PCI_DEVICE_ID_PCIC_TI1130	0xac12104cul
4977195Simp#define	PCI_DEVICE_ID_PCIC_TI1131	0xac15104cul
5077195Simp#define	PCI_DEVICE_ID_PCIC_TI1211	0xac1e104cul
5177195Simp#define	PCI_DEVICE_ID_PCIC_TI1220	0xac17104cul
5277195Simp#define	PCI_DEVICE_ID_PCIC_TI1221	0xac19104cul
5377195Simp#define	PCI_DEVICE_ID_PCIC_TI1225	0xac1c104cul
5477195Simp#define	PCI_DEVICE_ID_PCIC_TI1250	0xac16104cul
5577195Simp#define	PCI_DEVICE_ID_PCIC_TI1251	0xac1d104cul
5677195Simp#define	PCI_DEVICE_ID_PCIC_TI1251B	0xac1f104cul
5777195Simp#define	PCI_DEVICE_ID_PCIC_TI1410	0xac50104cul
5877195Simp#define	PCI_DEVICE_ID_PCIC_TI1420	0xac51104cul
5977195Simp#define	PCI_DEVICE_ID_PCIC_TI1450	0xac1b104cul
6077195Simp#define	PCI_DEVICE_ID_PCIC_TI1451	0xac52104cul
6177195Simp#define	PCI_DEVICE_ID_PCIC_TI4451	0xac42104cul
6277195Simp#define	PCI_DEVICE_ID_TOSHIBA_TOPIC95	0x06031179ul
6377195Simp#define	PCI_DEVICE_ID_TOSHIBA_TOPIC95B	0x060a1179ul
6477195Simp#define	PCI_DEVICE_ID_TOSHIBA_TOPIC97	0x060f1179ul
6577195Simp#define	PCI_DEVICE_ID_TOSHIBA_TOPIC100	0x06171179ul
66