Loading drivers/ide/it821x.c +1 −2 Original line number Diff line number Diff line Loading @@ -560,8 +560,7 @@ static void __devinit init_hwif_it821x(ide_hwif_t *hwif) * this is necessary. */ pci_read_config_byte(dev, 0x08, &conf); if (conf == 0x10) { if (dev->revision == 0x10) { idev->timing10 = 1; hwif->host_flags |= IDE_HFLAG_NO_ATAPI_DMA; if (idev->smart == 0) Loading Loading
drivers/ide/it821x.c +1 −2 Original line number Diff line number Diff line Loading @@ -560,8 +560,7 @@ static void __devinit init_hwif_it821x(ide_hwif_t *hwif) * this is necessary. */ pci_read_config_byte(dev, 0x08, &conf); if (conf == 0x10) { if (dev->revision == 0x10) { idev->timing10 = 1; hwif->host_flags |= IDE_HFLAG_NO_ATAPI_DMA; if (idev->smart == 0) Loading