diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-20 08:58:08 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-20 08:58:08 +0000 |
commit | 20f7f3bf913652d11e8d606471f7da213a7a7ffb (patch) | |
tree | cd5db39934e5fe2eb93980a3e2354a89b092a937 /src/include/device/pci_ids.h | |
parent | baec0346b028d59c4ec226961d977bec0c57ed7e (diff) | |
download | coreboot-20f7f3bf913652d11e8d606471f7da213a7a7ffb.tar.xz |
pci1x2x: add PCI1510 device IDs
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 6286cd66c7..03896c5916 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -737,6 +737,7 @@ #define PCI_DEVICE_ID_TI_4451 0xac42 #define PCI_DEVICE_ID_TI_1420 0xac51 #define PCI_DEVICE_ID_TI_1520 0xac55 +#define PCI_DEVICE_ID_TI_1510 0xac56 #define PCI_VENDOR_ID_SONY 0x104d #define PCI_DEVICE_ID_SONY_CXD3222 0x8039 |