Re: [PATCH 02/73] [ide/ata]: add ATA_MWDMA3 and ATA_MWDMA4 masks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Erik Inge Bolsø wrote:
Will be used by next patch for pata_octeon_cf.

Signed-off-by: Erik Inge Bolsø <knan-lkml@xxxxxxxxxx>
---
 include/linux/ata.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/ata.h b/include/linux/ata.h
index 9a061ac..386eeac 100644
--- a/include/linux/ata.h
+++ b/include/linux/ata.h
@@ -117,6 +117,8 @@ enum {
 	ATA_MWDMA0		= (1 << 0),
 	ATA_MWDMA1		= ATA_MWDMA0 | (1 << 1),
 	ATA_MWDMA2		= ATA_MWDMA1 | (1 << 2),
+	ATA_MWDMA3		= ATA_MWDMA2 | (1 << 3),
+	ATA_MWDMA4		= ATA_MWDMA3 | (1 << 4),

This patch should be patch #1, and all the driver changes should be rolled up into patch #2.

It is the same logical change, and therefore should not be broken up into 73 tiny patches.

	Jeff




--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux