ata_port_stop(9)
NAME
ata_port_stop - Undo ata_port_start
SYNOPSIS
void ata_port_stop(struct ata_port * ap);
ARGUMENTS
- ap
- Port to shut down
DESCRIPTION
Frees the PRD table.
May be used as the port_stop entry in ata_port_operations.
LOCKING
Inherited from caller.
AUTHOR
- Jeff Garzik
- Author.