| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Nov. 25, 2009, 5:10 p.m. |
| Message ID | <20091125171017.5446.75887.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/39347/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/pata_rz1000.c =================================================================== --- a/drivers/ata/pata_rz1000.c +++ b/drivers/ata/pata_rz1000.c @@ -58,6 +58,8 @@ static struct ata_port_operations rz1000 .inherits = &ata_sff_port_ops, .cable_detect = ata_cable_40wire, .set_mode = rz1000_set_mode, + .sff_data_xfer = ata_sff_data_xfer32, + .port_start = ata_sff_port_start32, }; static int rz1000_fifo_disable(struct pci_dev *pdev)