Mark Lord wrote:
sata_mv Comments and version bump.

Remove some obsolete comments, and bump up the driver version number.

Signed-off-by: Mark Lord <[EMAIL PROTECTED]>
..

Mmm.. something weird happened with that original patch,
in that it somehow also had this:

-    int want_ncq = ata_is_ncq(protocol);
+ int want_ncq = (protocol == ATA_PROT_NCQ);
..

Reposting it again here, without that extra fragment:
* * * * *

sata_mv Comments and version bump.

Remove some obsolete comments, and bump up the driver version number.

Signed-off-by: Mark Lord <[EMAIL PROTECTED]>

--- old/drivers/ata/sata_mv.c   2008-01-24 15:09:31.000000000 -0500
+++ new/drivers/ata/sata_mv.c   2008-01-24 15:41:17.000000000 -0500
@@ -29,8 +29,6 @@
  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)
-
  5) Investigate problems with PCI Message Signalled Interrupts (MSI).

  6) Add port multiplier support (intermediate)
@@ -53,8 +51,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 +69,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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to