diff options
Diffstat (limited to 'drivers/ide/pci/opti621.c')
-rw-r--r-- | drivers/ide/pci/opti621.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/pci/opti621.c b/drivers/ide/pci/opti621.c index 6d2dd0f332c9..558cab537db8 100644 --- a/drivers/ide/pci/opti621.c +++ b/drivers/ide/pci/opti621.c | |||
@@ -344,7 +344,6 @@ static ide_pci_device_t opti621_chipsets[] __devinitdata = { | |||
344 | { /* 0 */ | 344 | { /* 0 */ |
345 | .name = "OPTI621", | 345 | .name = "OPTI621", |
346 | .init_hwif = init_hwif_opti621, | 346 | .init_hwif = init_hwif_opti621, |
347 | .autodma = AUTODMA, | ||
348 | .enablebits = {{0x45,0x80,0x00}, {0x40,0x08,0x00}}, | 347 | .enablebits = {{0x45,0x80,0x00}, {0x40,0x08,0x00}}, |
349 | .host_flags = IDE_HFLAG_TRUST_BIOS_FOR_DMA | | 348 | .host_flags = IDE_HFLAG_TRUST_BIOS_FOR_DMA | |
350 | IDE_HFLAG_BOOTABLE, | 349 | IDE_HFLAG_BOOTABLE, |
@@ -352,7 +351,6 @@ static ide_pci_device_t opti621_chipsets[] __devinitdata = { | |||
352 | },{ /* 1 */ | 351 | },{ /* 1 */ |
353 | .name = "OPTI621X", | 352 | .name = "OPTI621X", |
354 | .init_hwif = init_hwif_opti621, | 353 | .init_hwif = init_hwif_opti621, |
355 | .autodma = AUTODMA, | ||
356 | .enablebits = {{0x45,0x80,0x00}, {0x40,0x08,0x00}}, | 354 | .enablebits = {{0x45,0x80,0x00}, {0x40,0x08,0x00}}, |
357 | .host_flags = IDE_HFLAG_TRUST_BIOS_FOR_DMA | | 355 | .host_flags = IDE_HFLAG_TRUST_BIOS_FOR_DMA | |
358 | IDE_HFLAG_BOOTABLE, | 356 | IDE_HFLAG_BOOTABLE, |