|
Lines 215-221
static const struct ata_port_info pdc_port_info[] = {
Link Here
|
| 215 |
/* board_2057x */ |
215 |
/* board_2057x */ |
| 216 |
{ |
216 |
{ |
| 217 |
.sht = &pdc_ata_sht, |
217 |
.sht = &pdc_ata_sht, |
| 218 |
.flags = PDC_COMMON_FLAGS | ATA_FLAG_SATA, |
218 |
.flags = PDC_COMMON_FLAGS /* | ATA_FLAG_SATA */, |
| 219 |
.pio_mask = 0x1f, /* pio0-4 */ |
219 |
.pio_mask = 0x1f, /* pio0-4 */ |
| 220 |
.mwdma_mask = 0x07, /* mwdma0-2 */ |
220 |
.mwdma_mask = 0x07, /* mwdma0-2 */ |
| 221 |
.udma_mask = 0x7f, /* udma0-6 ; FIXME */ |
221 |
.udma_mask = 0x7f, /* udma0-6 ; FIXME */ |