aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5536
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2007-05-10 23:12:18 +0000
committerPeter Stuge <peter@stuge.se>2007-05-10 23:12:18 +0000
commita909ee6185ac7e784d7aae26c359506a72756793 (patch)
tree7d86507c6025004dc24c0c3c61c44a792e724928 /src/southbridge/amd/cs5536
parente1dd5e96c83dee11d0dbd6c5b7ab2a3651d9f7ec (diff)
This patch updates the PCI ID of the Geode IDE device to include the revision.
Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2656 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5536')
-rw-r--r--src/southbridge/amd/cs5536/cs5536_ide.c2
1 files changed, 1 insertions, 1 deletions
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,
};