more 5536 -> 5536 conversion
[coreboot.git] / src / southbridge / amd / cs5536 / cs5536_ide.c
index 123f775fbad7a7451d520be56ebd16c7bac64bf5..284b5037d880a7790fce8c62050eebf01b56bacd 100644 (file)
@@ -3,16 +3,16 @@
 #include <device/pci.h>
 #include <device/pci_ids.h>
 #include <device/pci_ops.h>
-#include "cs5535.h"
+#include "cs5536.h"
 
 static void ide_init(struct device *dev)
 {
-       printk_spew("cs5535_ide: %s\n", __FUNCTION__);
+       printk_spew("cs5536_ide: %s\n", __FUNCTION__);
 }
 
 static void ide_enable(struct device *dev)
 {
-       printk_spew("cs5535_ide: %s\n", __FUNCTION__);
+       printk_spew("cs5536_ide: %s\n", __FUNCTION__);
 }
 
 static struct device_operations ide_ops = {
@@ -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_NS,
-       .device = PCI_DEVICE_ID_NS_CS5535_IDE,
+       .vendor = PCI_VENDOR_ID_AMD,
+       .device = PCI_DEVICE_ID_AMD_CS5536_IDE,
 };