commit | c1bc899f5805771926c9198e2ab4d77122c356a1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Mar 25 12:22:47 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 17 15:44:16 2008 -0400 |
tree | 008dc8c45d55477ba3fc7a9c9abe474ecb5027af | |
parent | f08048e94564d009b19038cfbdd800aa83e79c7f [diff] |
libata: reorganize ata_port_operations Over the time, ops in ata_port_operations has become a bit confusing. Reorganize. SFF/BMDMA ops are separated into separate a group as they will be taken out of ata_port_operations later. Signed-off-by: Tejun Heo <htejun@gmail.com>