|
@@ -1428,7 +1428,6 @@ static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
|
|
* Bit 4 is for the primary channel, bit 5 for the secondary.
|
|
|
*/
|
|
|
.enablebits = {{0x50,0x10,0x10}, {0x54,0x04,0x04}},
|
|
|
- .extra = 240,
|
|
|
.port_ops = &hpt3xx_port_ops,
|
|
|
.host_flags = IDE_HFLAGS_HPT3XX | IDE_HFLAG_SINGLE,
|
|
|
.pio_mask = ATA_PIO4,
|
|
@@ -1439,7 +1438,6 @@ static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
|
|
.init_hwif = init_hwif_hpt366,
|
|
|
.init_dma = init_dma_hpt366,
|
|
|
.enablebits = {{0x50,0x04,0x04}, {0x54,0x04,0x04}},
|
|
|
- .extra = 240,
|
|
|
.port_ops = &hpt3xx_port_ops,
|
|
|
.host_flags = IDE_HFLAGS_HPT3XX,
|
|
|
.pio_mask = ATA_PIO4,
|
|
@@ -1450,7 +1448,6 @@ static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
|
|
.init_hwif = init_hwif_hpt366,
|
|
|
.init_dma = init_dma_hpt366,
|
|
|
.enablebits = {{0x50,0x04,0x04}, {0x54,0x04,0x04}},
|
|
|
- .extra = 240,
|
|
|
.port_ops = &hpt3xx_port_ops,
|
|
|
.host_flags = IDE_HFLAGS_HPT3XX,
|
|
|
.pio_mask = ATA_PIO4,
|
|
@@ -1461,7 +1458,6 @@ static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
|
|
.init_hwif = init_hwif_hpt366,
|
|
|
.init_dma = init_dma_hpt366,
|
|
|
.enablebits = {{0x50,0x04,0x04}, {0x54,0x04,0x04}},
|
|
|
- .extra = 240,
|
|
|
.port_ops = &hpt3xx_port_ops,
|
|
|
.host_flags = IDE_HFLAGS_HPT3XX,
|
|
|
.pio_mask = ATA_PIO4,
|
|
@@ -1473,7 +1469,6 @@ static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
|
|
.init_dma = init_dma_hpt366,
|
|
|
.enablebits = {{0x50,0x04,0x04}, {0x54,0x04,0x04}},
|
|
|
.udma_mask = ATA_UDMA5,
|
|
|
- .extra = 240,
|
|
|
.port_ops = &hpt3xx_port_ops,
|
|
|
.host_flags = IDE_HFLAGS_HPT3XX,
|
|
|
.pio_mask = ATA_PIO4,
|
|
@@ -1484,7 +1479,6 @@ static const struct ide_port_info hpt366_chipsets[] __devinitdata = {
|
|
|
.init_hwif = init_hwif_hpt366,
|
|
|
.init_dma = init_dma_hpt366,
|
|
|
.enablebits = {{0x50,0x04,0x04}, {0x54,0x04,0x04}},
|
|
|
- .extra = 240,
|
|
|
.port_ops = &hpt3xx_port_ops,
|
|
|
.host_flags = IDE_HFLAGS_HPT3XX,
|
|
|
.pio_mask = ATA_PIO4,
|