diff options
Diffstat (limited to 'drivers/ide/pci/it8213.c')
-rw-r--r-- | drivers/ide/pci/it8213.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pci/it8213.c b/drivers/ide/pci/it8213.c index b52bca7b497a..54fc0f4c95c4 100644 --- a/drivers/ide/pci/it8213.c +++ b/drivers/ide/pci/it8213.c | |||
@@ -193,8 +193,8 @@ static void __devinit init_hwif_it8213(ide_hwif_t *hwif) | |||
193 | .init_hwif = init_hwif_it8213, \ | 193 | .init_hwif = init_hwif_it8213, \ |
194 | .autodma = AUTODMA, \ | 194 | .autodma = AUTODMA, \ |
195 | .enablebits = {{0x41,0x80,0x80}}, \ | 195 | .enablebits = {{0x41,0x80,0x80}}, \ |
196 | .bootable = ON_BOARD, \ | 196 | .host_flags = IDE_HFLAG_SINGLE | \ |
197 | .host_flags = IDE_HFLAG_SINGLE, \ | 197 | IDE_HFLAG_BOOTABLE, \ |
198 | .pio_mask = ATA_PIO4, \ | 198 | .pio_mask = ATA_PIO4, \ |
199 | } | 199 | } |
200 | 200 | ||