|
@@ -440,8 +440,7 @@ static const struct ide_port_info cmd64x_chipsets[] __devinitdata = {
|
|
|
.init_hwif = init_hwif_cmd64x,
|
|
|
.enablebits = {{0x00,0x00,0x00}, {0x51,0x08,0x08}},
|
|
|
.host_flags = IDE_HFLAG_CLEAR_SIMPLEX |
|
|
|
- IDE_HFLAG_ABUSE_PREFETCH |
|
|
|
- IDE_HFLAG_BOOTABLE,
|
|
|
+ IDE_HFLAG_ABUSE_PREFETCH,
|
|
|
.pio_mask = ATA_PIO5,
|
|
|
.mwdma_mask = ATA_MWDMA2,
|
|
|
.udma_mask = 0x00, /* no udma */
|
|
@@ -451,7 +450,7 @@ static const struct ide_port_info cmd64x_chipsets[] __devinitdata = {
|
|
|
.init_hwif = init_hwif_cmd64x,
|
|
|
.enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}},
|
|
|
.chipset = ide_cmd646,
|
|
|
- .host_flags = IDE_HFLAG_ABUSE_PREFETCH | IDE_HFLAG_BOOTABLE,
|
|
|
+ .host_flags = IDE_HFLAG_ABUSE_PREFETCH,
|
|
|
.pio_mask = ATA_PIO5,
|
|
|
.mwdma_mask = ATA_MWDMA2,
|
|
|
.udma_mask = ATA_UDMA2,
|
|
@@ -460,7 +459,7 @@ static const struct ide_port_info cmd64x_chipsets[] __devinitdata = {
|
|
|
.init_chipset = init_chipset_cmd64x,
|
|
|
.init_hwif = init_hwif_cmd64x,
|
|
|
.enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}},
|
|
|
- .host_flags = IDE_HFLAG_ABUSE_PREFETCH | IDE_HFLAG_BOOTABLE,
|
|
|
+ .host_flags = IDE_HFLAG_ABUSE_PREFETCH,
|
|
|
.pio_mask = ATA_PIO5,
|
|
|
.mwdma_mask = ATA_MWDMA2,
|
|
|
.udma_mask = ATA_UDMA4,
|
|
@@ -469,7 +468,7 @@ static const struct ide_port_info cmd64x_chipsets[] __devinitdata = {
|
|
|
.init_chipset = init_chipset_cmd64x,
|
|
|
.init_hwif = init_hwif_cmd64x,
|
|
|
.enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}},
|
|
|
- .host_flags = IDE_HFLAG_ABUSE_PREFETCH | IDE_HFLAG_BOOTABLE,
|
|
|
+ .host_flags = IDE_HFLAG_ABUSE_PREFETCH,
|
|
|
.pio_mask = ATA_PIO5,
|
|
|
.mwdma_mask = ATA_MWDMA2,
|
|
|
.udma_mask = ATA_UDMA5,
|