Set port up for dma.
int ata_sas_port_start(struct ata_port * ap);
ap
Port to initialize
Called just after data structures for each port are initialized.
May be used as the port_start entry in ata_port_operations.
Inherited from caller.
Jeff Garzik
Author.