|
@@ -96,6 +96,7 @@ static const struct ide_port_ops cs5520_port_ops = {
|
|
|
|
|
|
static const struct ide_port_info cyrix_chipset __devinitdata = {
|
|
static const struct ide_port_info cyrix_chipset __devinitdata = {
|
|
.name = DRV_NAME,
|
|
.name = DRV_NAME,
|
|
|
|
+ .enablebits = { { 0x60, 0x01, 0x01 }, { 0x60, 0x02, 0x02 } },
|
|
.port_ops = &cs5520_port_ops,
|
|
.port_ops = &cs5520_port_ops,
|
|
.host_flags = IDE_HFLAG_ISA_PORTS | IDE_HFLAG_CS5520,
|
|
.host_flags = IDE_HFLAG_ISA_PORTS | IDE_HFLAG_CS5520,
|
|
.pio_mask = ATA_PIO4,
|
|
.pio_mask = ATA_PIO4,
|