diff options
| -rw-r--r-- | drivers/ide/pci/it821x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/pci/it821x.c b/drivers/ide/pci/it821x.c index 7fb3635683dc..3cb04424d351 100644 --- a/drivers/ide/pci/it821x.c +++ b/drivers/ide/pci/it821x.c | |||
| @@ -650,6 +650,8 @@ static void __devinit init_hwif_it821x(ide_hwif_t *hwif) | |||
| 650 | } | 650 | } |
| 651 | ide_set_hwifdata(hwif, idev); | 651 | ide_set_hwifdata(hwif, idev); |
| 652 | 652 | ||
| 653 | hwif->atapi_dma = 1; | ||
| 654 | |||
| 653 | pci_read_config_byte(hwif->pci_dev, 0x50, &conf); | 655 | pci_read_config_byte(hwif->pci_dev, 0x50, &conf); |
| 654 | if(conf & 1) { | 656 | if(conf & 1) { |
| 655 | idev->smart = 1; | 657 | idev->smart = 1; |
