GX2 builds
authorRonald G. Minnich <rminnich@gmail.com>
Sat, 28 Jan 2006 20:05:37 +0000 (20:05 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Sat, 28 Jan 2006 20:05:37 +0000 (20:05 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2168 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/amd/cs5535/cs5535.c
src/southbridge/amd/cs5535/cs5535_ide.c

index 85028c2a0956c1a8b1b3267a20993aee5c63e05b..9a35ff24bf3ff25711e5c5f6c389ecfdd64dda32 100644 (file)
@@ -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
 };
index fc875f9ace90cbdaf984911e0b92a8fe271c5b73..123f775fbad7a7451d520be56ebd16c7bac64bf5 100644 (file)
@@ -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,
 };