diff options
author | Mark Lord <liml@rtr.ca> | 2008-01-27 02:33:59 +0300 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-01 19:29:49 +0300 |
commit | 1fd2e1c242acb4a589d59c77853897bdbb599186 (patch) | |
tree | 3eb81a847aaf7101c6bc95bc8c4aa73bc121ba6c /drivers/ata | |
parent | a838b173c327890abc2059fc8b2d65f199622f48 (diff) | |
download | linux-1fd2e1c242acb4a589d59c77853897bdbb599186.tar.xz |
sata_mv ncq Comments and version bump
Remove some obsolete comments, and bump up the driver version number.
Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/sata_mv.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index d4634cf0fdc5..38d4d08283e2 100644 --- a/drivers/ata/sata_mv.c +++ b/drivers/ata/sata_mv.c @@ -29,7 +29,13 @@ I distinctly remember a couple workarounds (one related to PCI-X) are still needed. - 4) Add NCQ support (easy to intermediate, once new-EH support appears) + 2) Improve/fix IRQ and error handling sequences. + + 3) ATAPI support (Marvell claims the 60xx/70xx chips can do it). + + 4) Think about TCQ support here, and for libata in general + with controllers that suppport it via host-queuing hardware + (a software-only implementation could be a nightmare). 5) Investigate problems with PCI Message Signalled Interrupts (MSI). @@ -53,8 +59,6 @@ Target mode, for those without docs, is the ability to directly connect two SATA controllers. - 13) Verify that 7042 is fully supported. I only have a 6042. - */ @@ -73,7 +77,7 @@ #include <linux/libata.h> #define DRV_NAME "sata_mv" -#define DRV_VERSION "1.01" +#define DRV_VERSION "1.20" enum { /* BAR's are enumerated in terms of pci_resource_start() terms */ |