diff options
Diffstat (limited to 'drivers/ide/pci/amd74xx.c')
-rw-r--r-- | drivers/ide/pci/amd74xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/pci/amd74xx.c b/drivers/ide/pci/amd74xx.c index 13c9f67969cd..2e8cbcaf3ef5 100644 --- a/drivers/ide/pci/amd74xx.c +++ b/drivers/ide/pci/amd74xx.c | |||
@@ -295,6 +295,7 @@ static int __devinit amd74xx_probe(struct pci_dev *dev, const struct pci_device_ | |||
295 | if (idx == 1) { | 295 | if (idx == 1) { |
296 | if (dev->revision <= 7) | 296 | if (dev->revision <= 7) |
297 | d.swdma_mask = 0; | 297 | d.swdma_mask = 0; |
298 | d.host_flags |= IDE_HFLAG_CLEAR_SIMPLEX; | ||
298 | } else if (idx == 4) { | 299 | } else if (idx == 4) { |
299 | if (dev->subsystem_vendor == PCI_VENDOR_ID_AMD && | 300 | if (dev->subsystem_vendor == PCI_VENDOR_ID_AMD && |
300 | dev->subsystem_device == PCI_DEVICE_ID_AMD_SERENADE) | 301 | dev->subsystem_device == PCI_DEVICE_ID_AMD_SERENADE) |