|
@@ -83,7 +83,7 @@ static struct ata_port_operations sch_pata_ops = {
|
|
};
|
|
};
|
|
|
|
|
|
static struct ata_port_info sch_port_info = {
|
|
static struct ata_port_info sch_port_info = {
|
|
- .flags = 0,
|
|
|
|
|
|
+ .flags = ATA_FLAG_SLAVE_POSS,
|
|
.pio_mask = ATA_PIO4, /* pio0-4 */
|
|
.pio_mask = ATA_PIO4, /* pio0-4 */
|
|
.mwdma_mask = ATA_MWDMA2, /* mwdma0-2 */
|
|
.mwdma_mask = ATA_MWDMA2, /* mwdma0-2 */
|
|
.udma_mask = ATA_UDMA5, /* udma0-5 */
|
|
.udma_mask = ATA_UDMA5, /* udma0-5 */
|