diff options
Diffstat (limited to 'src/southbridge/intel/pxhd')
-rw-r--r-- | src/southbridge/intel/pxhd/pxhd_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/pxhd/pxhd_bridge.c b/src/southbridge/intel/pxhd/pxhd_bridge.c index bceca29db9..e0cb02e3af 100644 --- a/src/southbridge/intel/pxhd/pxhd_bridge.c +++ b/src/southbridge/intel/pxhd/pxhd_bridge.c @@ -253,6 +253,6 @@ static struct pci_driver ioapic2_driver __pci_driver = { }; struct chip_operations southbridge_intel_pxhd_ops = { - CHIP_NAME("PXHD") + CHIP_NAME("Intel PXHD Southbridge") .enable_dev = pxhd_enable, }; |