diff options
author | Horst Kronstorfer <hkronsto@frequentis.com> | 2010-05-04 12:37:36 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-28 22:48:45 +0100 |
commit | bb7fc5744dd696552092cee571041d7df3128dbe (patch) | |
tree | d880472bd2624c026f00b2e4f68a263b80a482b5 /include/pci_ids.h | |
parent | de9b5b12a7524d466c9f75b2dd7fb7f43b3ed2ea (diff) | |
download | u-boot-imx-bb7fc5744dd696552092cee571041d7df3128dbe.zip u-boot-imx-bb7fc5744dd696552092cee571041d7df3128dbe.tar.gz u-boot-imx-bb7fc5744dd696552092cee571041d7df3128dbe.tar.bz2 |
Added PCI_DEVICE_ID_PLX_9030.
Added PCI device ID for the PLXTech PCI 9030 bridge.
Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | include/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index dcc381d..cb8398d 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -882,6 +882,7 @@ #define PCI_DEVICE_ID_PLX_SPCOM200 0x1103 #define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151 #define PCI_DEVICE_ID_PLX_R753 0x1152 +#define PCI_DEVICE_ID_PLX_9030 0x9030 #define PCI_DEVICE_ID_PLX_9050 0x9050 #define PCI_DEVICE_ID_PLX_9060 0x9060 #define PCI_DEVICE_ID_PLX_9060ES 0x906E |