summaryrefslogtreecommitdiff
path: root/cpukit/libpci/pci/ids_extra.h
blob: a7d2bc5ec13a2af7de5264034a5a12873f0504ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* RTEMS local PCI data base */

/* Only included from pci_ids.h */
#ifndef __PCI_IDS_H__
#error pci/ids_extra.h should only be included from pci/ids.h
#endif

/* Gaisler PCI IDs */
#define PCIID_VENDOR_GAISLER		0x1AC8
#define PCIID_VENDOR_GAISLER_OLD	0x16E3

/* Gaisler PCI Devices */
#define PCIID_DEVICE_GR_RASTA_IO	0x0010	/* GR-RASTA-IO */
#define PCIID_DEVICE_GR_RASTA_IO_OLD	0x0210	/* old GR-RASTA-IO ID*/
#define PCIID_DEVICE_GR_RASTA_TMTC	0x0011	/* GR-RASTA-TMTC */
#define PCIID_DEVICE_GR_RASTA_ADCDAC	0x0014	/* GR-RASTA-ADCDAC */
#define PCIID_DEVICE_GR_701		0x0701	/* GR-701 */
#define PCIID_DEVICE_GR_TMTC_1553       0x0198  /* GR-TMTC-1553 */
#define PCIID_DEVICE_GR_RASTA_SPW_RTR   0x0062  /* GR-RASTA-SPW-ROUTER */
#define PCIID_DEVICE_GR_LEON4_N2X       0x0061  /* GR-CPCI-LEON4-N2X */
#define PCIID_DEVICE_GR_NGMP_PROTO      0x0064  /* GR-NGMP_PROTO */