aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-bmdma.c
Commit message (Collapse)AuthorAge
* [libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik2006-03-24
| | | | | | | | Mostly, trim trailing whitespace. Also: * export ata_dev_pair * move ata_dev_classify export closer to ata_dev_pair export
* [libata] Move some bmdma-specific code to libata-bmdma.cJeff Garzik2006-03-23
| | | | No code changes, just moving code between files.
* [PATCH] libata: note missing posting in mmio cmd writeAlan Cox2006-03-22
| | | | | Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [PATCH] libata: two new PCI helpersAlan Cox2006-03-21
| | | | | | | | The first performs the simplex clearing relevant to some chipsets that report simplex by default but can in fact do more if poked. The second is used to strip DMA modes from a PCI control with no BAR4 allocation. Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [PATCH] libata: Note weakness in our PCI handling that one day wants fixingAlan Cox2006-03-21
| | | | Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.Jeff Garzik2006-02-09