diff options
author | Mike Rapoport <mike@compulab.co.il> | 2007-09-23 10:59:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-15 13:53:59 -0400 |
commit | a8fc0789558d81d2898b87473404b71b7f7cd0fc (patch) | |
tree | 90294fc683be115d5c7bae3c7aed5916d0ad7db7 /include/linux/pci_ids.h | |
parent | 3696a8a426f8caebd97463e9b5cf9f06c1c36759 (diff) |
[ARM] 4577/1: ITE 8152 PCI bridge support
This patch provides driver for ITE 8152 PCI bridge.
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3948708c42ca..2bcb02d555e8 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1631,6 +1631,7 @@ | |||
1631 | #define PCI_DEVICE_ID_ITE_8211 0x8211 | 1631 | #define PCI_DEVICE_ID_ITE_8211 0x8211 |
1632 | #define PCI_DEVICE_ID_ITE_8212 0x8212 | 1632 | #define PCI_DEVICE_ID_ITE_8212 0x8212 |
1633 | #define PCI_DEVICE_ID_ITE_8213 0x8213 | 1633 | #define PCI_DEVICE_ID_ITE_8213 0x8213 |
1634 | #define PCI_DEVICE_ID_ITE_8152 0x8152 | ||
1634 | #define PCI_DEVICE_ID_ITE_8872 0x8872 | 1635 | #define PCI_DEVICE_ID_ITE_8872 0x8872 |
1635 | #define PCI_DEVICE_ID_ITE_IT8330G_0 0xe886 | 1636 | #define PCI_DEVICE_ID_ITE_IT8330G_0 0xe886 |
1636 | 1637 | ||