From 349e08535a7666cabe52ebc331e3bce5468b786b Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sun, 9 Apr 2017 20:48:37 +0200 Subject: sb/intel/i82801jx: Add correct PCI ids and change names Change-Id: Ic9226098dafa2465aa5fccc72c442de2b94e44c7 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/19249 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/intel/i82801jx/pci.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/southbridge/intel/i82801jx/pci.c') diff --git a/src/southbridge/intel/i82801jx/pci.c b/src/southbridge/intel/i82801jx/pci.c index 5da2e49940..2262c91465 100644 --- a/src/southbridge/intel/i82801jx/pci.c +++ b/src/southbridge/intel/i82801jx/pci.c @@ -17,7 +17,7 @@ #include #include #include -#include "i82801ix.h" +#include "i82801jx.h" static void pci_init(struct device *dev) { @@ -70,12 +70,11 @@ static struct device_operations device_ops = { }; static const unsigned short pci_device_ids[] = { - 0x244e, /* Desktop */ - 0x2448, /* Mobile */ + 0x244e, 0 }; -static const struct pci_driver ich9_pci __pci_driver = { +static const struct pci_driver ich10_pci __pci_driver = { .ops = &device_ops, .vendor = PCI_VENDOR_ID_INTEL, .devices = pci_device_ids, -- cgit v1.2.3