Skip to content

Commit

Permalink
[libata] pata_sch: notice attached slave devices
Browse files Browse the repository at this point in the history
I posted this last month, but was prompted to do so again in bz#467457

Add capability flag to support slave devices with pata_sch driver.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Mark Salter authored and Jeff Garzik committed Nov 11, 2008
1 parent bd6b52a commit bc170e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_sch.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static struct ata_port_operations sch_pata_ops = {
};

static struct ata_port_info sch_port_info = {
.flags = 0,
.flags = ATA_FLAG_SLAVE_POSS,
.pio_mask = ATA_PIO4, /* pio0-4 */
.mwdma_mask = ATA_MWDMA2, /* mwdma0-2 */
.udma_mask = ATA_UDMA5, /* udma0-5 */
Expand Down

0 comments on commit bc170e6

Please sign in to comment.