Author: svens
Date: Wed Apr 20 10:58:08 2011
New Revision: 6525
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6525

Log:
pci1x2x: add PCI1510 device IDs

Signed-off-by: Sven Schnelle <sv...@stackframe.org>
Acked-by: Stefan Reinauer <stefan.reina...@coreboot.org>

Modified:
   trunk/src/include/device/pci_ids.h
   trunk/src/southbridge/ti/pci1x2x/pci1x2x.c

Modified: trunk/src/include/device/pci_ids.h
==============================================================================
--- trunk/src/include/device/pci_ids.h  Wed Apr 20 10:57:53 2011        (r6524)
+++ trunk/src/include/device/pci_ids.h  Wed Apr 20 10:58:08 2011        (r6525)
@@ -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

Modified: trunk/src/southbridge/ti/pci1x2x/pci1x2x.c
==============================================================================
--- trunk/src/southbridge/ti/pci1x2x/pci1x2x.c  Wed Apr 20 10:57:53 2011        
(r6524)
+++ trunk/src/southbridge/ti/pci1x2x/pci1x2x.c  Wed Apr 20 10:58:08 2011        
(r6525)
@@ -77,6 +77,12 @@
        .device = PCI_DEVICE_ID_TI_1420,
 };
 
+static const struct pci_driver ti_pci1510_driver __pci_driver = {
+       .ops    = &southbridge_ti_pci1x2x_pciops,
+       .vendor = PCI_VENDOR_ID_TI,
+       .device = PCI_DEVICE_ID_TI_1510,
+};
+
 static const struct pci_driver ti_pci1520_driver __pci_driver = {
        .ops    = &southbridge_ti_pci1x2x_pciops,
        .vendor = PCI_VENDOR_ID_TI,

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to