aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5535
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-01-28 20:05:37 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-01-28 20:05:37 +0000
commit0f1e9ea0b62e9652ab7efff791e0d867d43d95fe (patch)
tree8cfd3223c8d4130b49989f333869766b663ae82d /src/southbridge/amd/cs5535
parent1baf7843296940ec4b6342110cee0ad410c29ba0 (diff)
GX2 builds
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2168 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5535')
-rw-r--r--src/southbridge/amd/cs5535/cs5535.c4
-rw-r--r--src/southbridge/amd/cs5535/cs5535_ide.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/cs5535/cs5535.c b/src/southbridge/amd/cs5535/cs5535.c
index 85028c2a09..9a35ff24bf 100644
--- a/src/southbridge/amd/cs5535/cs5535.c
+++ b/src/southbridge/amd/cs5535/cs5535.c
@@ -87,6 +87,6 @@ static struct device_operations southbridge_ops = {
static struct pci_driver cs5535_pci_driver __pci_driver = {
.ops = &southbridge_ops,
- .vendor = PCI_VENDOR_ID_CYRIX,
- .device = PCI_DEVICE_ID_CYRIX_5535_LEGACY,
+ .vendor = PCI_VENDOR_ID_NS,
+ .device = PCI_DEVICE_ID_NS_CS5535
};
diff --git a/src/southbridge/amd/cs5535/cs5535_ide.c b/src/southbridge/amd/cs5535/cs5535_ide.c
index fc875f9ace..123f775fba 100644
--- a/src/southbridge/amd/cs5535/cs5535_ide.c
+++ b/src/southbridge/amd/cs5535/cs5535_ide.c
@@ -25,6 +25,6 @@ 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_5535_IDE,
+ .vendor = PCI_VENDOR_ID_NS,
+ .device = PCI_DEVICE_ID_NS_CS5535_IDE,
};