aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-06-22 01:48:03 -0400
committerDavid S. Miller <davem@davemloft.net>2009-06-22 01:48:03 -0400
commite01698aed04811b9a9c4f8d54b73cb182757063d (patch)
tree566345ee76ca6772faff6a2310bbb5f3d4eecb6d /drivers/ide
parent920d44ed965b1fb842ae65fad1a51fc7570e1181 (diff)
ide cmd64x: Remove serialize setting.
This begins to fix regressions reported by Frans Pop on his Ultra-10. There are still some funnies left that we are investigating. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/cmd64x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/cmd64x.c b/drivers/ide/cmd64x.c
index 03c86209446f..680e5975217f 100644
--- a/drivers/ide/cmd64x.c
+++ b/drivers/ide/cmd64x.c
@@ -389,8 +389,7 @@ static const struct ide_port_info cmd64x_chipsets[] __devinitdata = {
389 .init_chipset = init_chipset_cmd64x, 389 .init_chipset = init_chipset_cmd64x,
390 .enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}}, 390 .enablebits = {{0x51,0x04,0x04}, {0x51,0x08,0x08}},
391 .port_ops = &cmd648_port_ops, 391 .port_ops = &cmd648_port_ops,
392 .host_flags = IDE_HFLAG_SERIALIZE | 392 .host_flags = IDE_HFLAG_ABUSE_PREFETCH,
393 IDE_HFLAG_ABUSE_PREFETCH,
394 .pio_mask = ATA_PIO5, 393 .pio_mask = ATA_PIO5,
395 .mwdma_mask = ATA_MWDMA2, 394 .mwdma_mask = ATA_MWDMA2,
396 .udma_mask = ATA_UDMA2, 395 .udma_mask = ATA_UDMA2,