Xenomai  3.1
pci_ids.h
1 /*
2  * Copyright (C) 2009 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>.
3  *
4  * Xenomai is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published
6  * by the Free Software Foundation; either version 2 of the License,
7  * or (at your option) any later version.
8  *
9  * Xenomai is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with Xenomai; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17  * 02111-1307, USA.
18  */
19 #ifndef _COBALT_ASM_GENERIC_PCI_IDS_H
20 #define _COBALT_ASM_GENERIC_PCI_IDS_H
21 
22 #include <linux/pci_ids.h>
23 
24 /* SMI */
25 #ifndef PCI_DEVICE_ID_INTEL_ESB2_0
26 #define PCI_DEVICE_ID_INTEL_ESB2_0 0x2670
27 #endif
28 #ifndef PCI_DEVICE_ID_INTEL_ICH7_0
29 #define PCI_DEVICE_ID_INTEL_ICH7_0 0x27b8
30 #endif
31 #ifndef PCI_DEVICE_ID_INTEL_ICH7_1
32 #define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b9
33 #endif
34 #ifndef PCI_DEVICE_ID_INTEL_ICH8_4
35 #define PCI_DEVICE_ID_INTEL_ICH8_4 0x2815
36 #endif
37 #ifndef PCI_DEVICE_ID_INTEL_ICH9_1
38 #define PCI_DEVICE_ID_INTEL_ICH9_1 0x2917
39 #endif
40 #ifndef PCI_DEVICE_ID_INTEL_ICH9_5
41 #define PCI_DEVICE_ID_INTEL_ICH9_5 0x2919
42 #endif
43 #ifndef PCI_DEVICE_ID_INTEL_ICH10_1
44 #define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
45 #endif
46 #ifndef PCI_DEVICE_ID_INTEL_PCH_LPC_MIN
47 #define PCI_DEVICE_ID_INTEL_PCH_LPC_MIN 0x3b00
48 #endif
49 
50 /* RTCAN */
51 #ifndef PCI_VENDOR_ID_ESDGMBH
52 #define PCI_VENDOR_ID_ESDGMBH 0x12fe
53 #endif
54 #ifndef PCI_DEVICE_ID_PLX_9030
55 #define PCI_DEVICE_ID_PLX_9030 0x9030
56 #endif
57 #ifndef PCI_DEVICE_ID_PLX_9056
58 #define PCI_DEVICE_ID_PLX_9056 0x9056
59 #endif
60 
61 #endif /* _COBALT_ASM_GENERIC_PCI_IDS_H */