From a909ee6185ac7e784d7aae26c359506a72756793 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Thu, 10 May 2007 23:12:18 +0000 Subject: This patch updates the PCI ID of the Geode IDE device to include the revision. Signed-off-by: Marc Jones Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/cs5536/cs5536_ide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd/cs5536') diff --git a/src/southbridge/amd/cs5536/cs5536_ide.c b/src/southbridge/amd/cs5536/cs5536_ide.c index 74c4965bc3..ceb16eec81 100644 --- a/src/southbridge/amd/cs5536/cs5536_ide.c +++ b/src/southbridge/amd/cs5536/cs5536_ide.c @@ -64,5 +64,5 @@ static struct device_operations ide_ops = { static struct pci_driver ide_driver __pci_driver = { .ops = &ide_ops, .vendor = PCI_VENDOR_ID_AMD, - .device = PCI_DEVICE_ID_AMD_CS5536_IDE, + .device = PCI_DEVICE_ID_AMD_CS5536_B0_IDE, }; -- cgit v1.2.3