| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Jan. 29, 2010, 4:03 p.m. |
| Message ID | <20100129160340.21495.2898.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/43933/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/ata-timings.c =================================================================== --- a/drivers/ata/ata-timings.c +++ b/drivers/ata/ata-timings.c @@ -15,7 +15,7 @@ */ static const struct ata_timing ata_timing[] = { -/* { XFER_PIO_SLOW, 120, 290, 240, 960, 290, 240, 0, 960, 0 }, */ + { XFER_PIO_SLOW, 120, 290, 240, 960, 290, 240, 0, 960, 0 }, { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 0, 600, 0 }, { XFER_PIO_1, 50, 290, 93, 383, 125, 100, 0, 383, 0 }, { XFER_PIO_2, 30, 290, 40, 330, 100, 90, 0, 240, 0 },