Merge to Fedora kernel-2.6.6-1.422
[linux-2.6.git] / drivers / ide / pci / cs5530.h
index cf651f2..08fe18a 100644 (file)
@@ -12,14 +12,13 @@ static void init_hwif_cs5530(ide_hwif_t *);
 
 static ide_pci_device_t cs5530_chipsets[] __devinitdata = {
        {       /* 0 */
-               .vendor         = PCI_VENDOR_ID_CYRIX,
-               .device         = PCI_DEVICE_ID_CYRIX_5530_IDE,
                .name           = "CS5530",
                .init_chipset   = init_chipset_cs5530,
                .init_hwif      = init_hwif_cs5530,
                .channels       = 2,
                .autodma        = AUTODMA,
                .bootable       = ON_BOARD,
+               .flags          = IDEPCI_FLAG_FORCE_MASTER,
        }
 };