|
@@ -159,8 +159,7 @@ static void ali_fifo_control(struct ata_port *ap, struct ata_device *adev, int o
|
|
* ali_program_modes - load mode registers
|
|
* ali_program_modes - load mode registers
|
|
* @ap: ALi channel to load
|
|
* @ap: ALi channel to load
|
|
* @adev: Device the timing is for
|
|
* @adev: Device the timing is for
|
|
- * @cmd: Command timing
|
|
|
|
- * @data: Data timing
|
|
|
|
|
|
+ * @t: timing data
|
|
* @ultra: UDMA timing or zero for off
|
|
* @ultra: UDMA timing or zero for off
|
|
*
|
|
*
|
|
* Loads the timing registers for cmd/data and disable UDMA if
|
|
* Loads the timing registers for cmd/data and disable UDMA if
|
|
@@ -202,8 +201,7 @@ static void ali_program_modes(struct ata_port *ap, struct ata_device *adev, stru
|
|
* @ap: ATA interface
|
|
* @ap: ATA interface
|
|
* @adev: ATA device
|
|
* @adev: ATA device
|
|
*
|
|
*
|
|
- * Program the ALi registers for PIO mode. FIXME: add timings for
|
|
|
|
- * PIO5.
|
|
|
|
|
|
+ * Program the ALi registers for PIO mode.
|
|
*/
|
|
*/
|
|
|
|
|
|
static void ali_set_piomode(struct ata_port *ap, struct ata_device *adev)
|
|
static void ali_set_piomode(struct ata_port *ap, struct ata_device *adev)
|
|
@@ -237,7 +235,7 @@ static void ali_set_piomode(struct ata_port *ap, struct ata_device *adev)
|
|
* @ap: ATA interface
|
|
* @ap: ATA interface
|
|
* @adev: ATA device
|
|
* @adev: ATA device
|
|
*
|
|
*
|
|
- * FIXME: MWDMA timings
|
|
|
|
|
|
+ * Program the ALi registers for DMA mode.
|
|
*/
|
|
*/
|
|
|
|
|
|
static void ali_set_dmamode(struct ata_port *ap, struct ata_device *adev)
|
|
static void ali_set_dmamode(struct ata_port *ap, struct ata_device *adev)
|