aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/sata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/ibexpeak/sata.c')
-rw-r--r--src/southbridge/intel/ibexpeak/sata.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/sata.c b/src/southbridge/intel/ibexpeak/sata.c
index e4eebcb8a9..33437ef7d6 100644
--- a/src/southbridge/intel/ibexpeak/sata.c
+++ b/src/southbridge/intel/ibexpeak/sata.c
@@ -245,7 +245,12 @@ static struct device_operations sata_ops = {
.ops_pci = &sata_pci_ops,
};
-static const unsigned short pci_device_ids[] = { 0x3b28, 0x3b29, 0x3b2e, 0 };
+static const unsigned short pci_device_ids[] = {
+ PCI_DID_INTEL_IBEXPEAK_MOBILE_SATA_IDE_1,
+ PCI_DID_INTEL_IBEXPEAK_MOBILE_SATA_AHCI,
+ PCI_DID_INTEL_IBEXPEAK_MOBILE_SATA_IDE_2,
+ 0
+};
static const struct pci_driver pch_sata __pci_driver = {
.ops = &sata_ops,