forked from Imagelibrary/rtems
23 lines
938 B
C
23 lines
938 B
C
/* 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 */
|
|
#define PCIID_DEVICE_GR_CPCI_GR740 0x0740 /* GR-CPCI-GR740 */
|