diff options
Diffstat (limited to 'drivers/ide/pci/it8213.c')
-rw-r--r-- | drivers/ide/pci/it8213.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/pci/it8213.c b/drivers/ide/pci/it8213.c index d8425a2499bf..95dbed7e6022 100644 --- a/drivers/ide/pci/it8213.c +++ b/drivers/ide/pci/it8213.c | |||
@@ -276,6 +276,7 @@ static void __devinit init_hwif_it8213(ide_hwif_t *hwif) | |||
276 | .enablebits = {{0x41,0x80,0x80}}, \ | 276 | .enablebits = {{0x41,0x80,0x80}}, \ |
277 | .bootable = ON_BOARD, \ | 277 | .bootable = ON_BOARD, \ |
278 | .host_flags = IDE_HFLAG_SINGLE, \ | 278 | .host_flags = IDE_HFLAG_SINGLE, \ |
279 | .pio_mask = ATA_PIO4, \ | ||
279 | } | 280 | } |
280 | 281 | ||
281 | static ide_pci_device_t it8213_chipsets[] __devinitdata = { | 282 | static ide_pci_device_t it8213_chipsets[] __devinitdata = { |