Browse Source

[libata] PATA drivers: remove ATA_FLAG_SRST

This flag only has meaning in old-EH drivers, and these drivers have
already been converted to the new EH.  Remove.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Jeff Garzik 18 years ago
parent
commit
1d2808fd3d

+ 1 - 1
drivers/ata/ata_generic.c

@@ -143,7 +143,7 @@ static int ata_generic_init_one(struct pci_dev *dev, const struct pci_device_id
 	u16 command;
 	u16 command;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &generic_sht,
 		.sht = &generic_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x3f,
 		.udma_mask = 0x3f,

+ 7 - 7
drivers/ata/pata_ali.c

@@ -520,14 +520,14 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info_early = {
 	static const struct ata_port_info info_early = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.port_ops = &ali_early_port_ops
 		.port_ops = &ali_early_port_ops
 	};
 	};
 	/* Revision 0x20 added DMA */
 	/* Revision 0x20 added DMA */
 	static const struct ata_port_info info_20 = {
 	static const struct ata_port_info info_20 = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48,
+		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_PIO_LBA48,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.port_ops = &ali_20_port_ops
 		.port_ops = &ali_20_port_ops
@@ -535,7 +535,7 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	/* Revision 0x20 with support logic added UDMA */
 	/* Revision 0x20 with support logic added UDMA */
 	static const struct ata_port_info info_20_udma = {
 	static const struct ata_port_info info_20_udma = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48,
+		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_PIO_LBA48,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x07,	/* UDMA33 */
 		.udma_mask = 0x07,	/* UDMA33 */
@@ -544,7 +544,7 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	/* Revision 0xC2 adds UDMA66 */
 	/* Revision 0xC2 adds UDMA66 */
 	static const struct ata_port_info info_c2 = {
 	static const struct ata_port_info info_c2 = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48,
+		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_PIO_LBA48,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x1f,
 		.udma_mask = 0x1f,
@@ -553,7 +553,7 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	/* Revision 0xC3 is UDMA66 for now */
 	/* Revision 0xC3 is UDMA66 for now */
 	static const struct ata_port_info info_c3 = {
 	static const struct ata_port_info info_c3 = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48,
+		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_PIO_LBA48,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x1f,
 		.udma_mask = 0x1f,
@@ -562,7 +562,7 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	/* Revision 0xC4 is UDMA100 */
 	/* Revision 0xC4 is UDMA100 */
 	static const struct ata_port_info info_c4 = {
 	static const struct ata_port_info info_c4 = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48,
+		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_PIO_LBA48,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x3f,
 		.udma_mask = 0x3f,
@@ -571,7 +571,7 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	/* Revision 0xC5 is UDMA133 with LBA48 DMA */
 	/* Revision 0xC5 is UDMA133 with LBA48 DMA */
 	static const struct ata_port_info info_c5 = {
 	static const struct ata_port_info info_c5 = {
 		.sht = &ali_sht,
 		.sht = &ali_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x7f,
 		.udma_mask = 0x7f,

+ 10 - 10
drivers/ata/pata_amd.c

@@ -541,7 +541,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	static const struct ata_port_info info[10] = {
 	static const struct ata_port_info info[10] = {
 		{	/* 0: AMD 7401 */
 		{	/* 0: AMD 7401 */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,	/* No SWDMA */
 			.mwdma_mask = 0x07,	/* No SWDMA */
 			.udma_mask = 0x07,	/* UDMA 33 */
 			.udma_mask = 0x07,	/* UDMA 33 */
@@ -549,7 +549,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 1: Early AMD7409 - no swdma */
 		{	/* 1: Early AMD7409 - no swdma */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x1f,	/* UDMA 66 */
 			.udma_mask = 0x1f,	/* UDMA 66 */
@@ -557,7 +557,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 2: AMD 7409, no swdma errata */
 		{	/* 2: AMD 7409, no swdma errata */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x1f,	/* UDMA 66 */
 			.udma_mask = 0x1f,	/* UDMA 66 */
@@ -565,7 +565,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 3: AMD 7411 */
 		{	/* 3: AMD 7411 */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x3f,	/* UDMA 100 */
 			.udma_mask = 0x3f,	/* UDMA 100 */
@@ -573,7 +573,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 4: AMD 7441 */
 		{	/* 4: AMD 7441 */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x3f,	/* UDMA 100 */
 			.udma_mask = 0x3f,	/* UDMA 100 */
@@ -581,7 +581,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 5: AMD 8111*/
 		{	/* 5: AMD 8111*/
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x7f,	/* UDMA 133, no swdma */
 			.udma_mask = 0x7f,	/* UDMA 133, no swdma */
@@ -589,7 +589,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 6: AMD 8111 UDMA 100 (Serenade) */
 		{	/* 6: AMD 8111 UDMA 100 (Serenade) */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x3f,	/* UDMA 100, no swdma */
 			.udma_mask = 0x3f,	/* UDMA 100, no swdma */
@@ -597,7 +597,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 7: Nvidia Nforce */
 		{	/* 7: Nvidia Nforce */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x3f,	/* UDMA 100 */
 			.udma_mask = 0x3f,	/* UDMA 100 */
@@ -605,7 +605,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 8: Nvidia Nforce2 and later */
 		{	/* 8: Nvidia Nforce2 and later */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x7f,	/* UDMA 133, no swdma */
 			.udma_mask = 0x7f,	/* UDMA 133, no swdma */
@@ -613,7 +613,7 @@ static int amd_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* 9: AMD CS5536 (Geode companion) */
 		{	/* 9: AMD CS5536 (Geode companion) */
 			.sht = &amd_sht,
 			.sht = &amd_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x3f,	/* UDMA 100 */
 			.udma_mask = 0x3f,	/* UDMA 100 */

+ 3 - 3
drivers/ata/pata_artop.c

@@ -416,7 +416,7 @@ static int artop_init_one (struct pci_dev *pdev, const struct pci_device_id *id)
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info_6210 = {
 	static const struct ata_port_info info_6210 = {
 		.sht		= &artop_sht,
 		.sht		= &artop_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.udma_mask 	= ATA_UDMA2,
 		.udma_mask 	= ATA_UDMA2,
@@ -424,7 +424,7 @@ static int artop_init_one (struct pci_dev *pdev, const struct pci_device_id *id)
 	};
 	};
 	static const struct ata_port_info info_626x = {
 	static const struct ata_port_info info_626x = {
 		.sht		= &artop_sht,
 		.sht		= &artop_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.udma_mask 	= ATA_UDMA4,
 		.udma_mask 	= ATA_UDMA4,
@@ -432,7 +432,7 @@ static int artop_init_one (struct pci_dev *pdev, const struct pci_device_id *id)
 	};
 	};
 	static const struct ata_port_info info_626x_fast = {
 	static const struct ata_port_info info_626x_fast = {
 		.sht		= &artop_sht,
 		.sht		= &artop_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.udma_mask 	= ATA_UDMA5,
 		.udma_mask 	= ATA_UDMA5,

+ 1 - 1
drivers/ata/pata_atiixp.c

@@ -270,7 +270,7 @@ static int atiixp_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &atiixp_sht,
 		.sht = &atiixp_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x06,	/* No MWDMA0 support */
 		.mwdma_mask = 0x06,	/* No MWDMA0 support */
 		.udma_mask = 0x3F,
 		.udma_mask = 0x3F,

+ 1 - 1
drivers/ata/pata_cmd640.c

@@ -251,7 +251,7 @@ static int cmd640_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &cmd640_sht,
 		.sht = &cmd640_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.port_ops = &cmd640_port_ops
 		.port_ops = &cmd640_port_ops
 	};
 	};

+ 6 - 6
drivers/ata/pata_cmd64x.c

@@ -380,21 +380,21 @@ static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	static const struct ata_port_info cmd_info[6] = {
 	static const struct ata_port_info cmd_info[6] = {
 		{	/* CMD 643 - no UDMA */
 		{	/* CMD 643 - no UDMA */
 			.sht = &cmd64x_sht,
 			.sht = &cmd64x_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.port_ops = &cmd64x_port_ops
 			.port_ops = &cmd64x_port_ops
 		},
 		},
 		{	/* CMD 646 with broken UDMA */
 		{	/* CMD 646 with broken UDMA */
 			.sht = &cmd64x_sht,
 			.sht = &cmd64x_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.port_ops = &cmd64x_port_ops
 			.port_ops = &cmd64x_port_ops
 		},
 		},
 		{	/* CMD 646 with working UDMA */
 		{	/* CMD 646 with working UDMA */
 			.sht = &cmd64x_sht,
 			.sht = &cmd64x_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = ATA_UDMA1,
 			.udma_mask = ATA_UDMA1,
@@ -402,14 +402,14 @@ static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* CMD 646 rev 1  */
 		{	/* CMD 646 rev 1  */
 			.sht = &cmd64x_sht,
 			.sht = &cmd64x_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.port_ops = &cmd646r1_port_ops
 			.port_ops = &cmd646r1_port_ops
 		},
 		},
 		{	/* CMD 648 */
 		{	/* CMD 648 */
 			.sht = &cmd64x_sht,
 			.sht = &cmd64x_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = ATA_UDMA2,
 			.udma_mask = ATA_UDMA2,
@@ -417,7 +417,7 @@ static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		},
 		},
 		{	/* CMD 649 */
 		{	/* CMD 649 */
 			.sht = &cmd64x_sht,
 			.sht = &cmd64x_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = ATA_UDMA3,
 			.udma_mask = ATA_UDMA3,

+ 2 - 2
drivers/ata/pata_cs5530.c

@@ -337,7 +337,7 @@ static int cs5530_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &cs5530_sht,
 		.sht = &cs5530_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x07,
 		.udma_mask = 0x07,
@@ -346,7 +346,7 @@ static int cs5530_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	/* The docking connector doesn't do UDMA, and it seems not MWDMA */
 	/* The docking connector doesn't do UDMA, and it seems not MWDMA */
 	static const struct ata_port_info info_palmax_secondary = {
 	static const struct ata_port_info info_palmax_secondary = {
 		.sht = &cs5530_sht,
 		.sht = &cs5530_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.port_ops = &cs5530_port_ops
 		.port_ops = &cs5530_port_ops
 	};
 	};

+ 1 - 1
drivers/ata/pata_cs5535.c

@@ -225,7 +225,7 @@ static int cs5535_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &cs5535_sht,
 		.sht = &cs5535_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x1f,
 		.udma_mask = 0x1f,

+ 1 - 1
drivers/ata/pata_cypress.c

@@ -167,7 +167,7 @@ static int cy82c693_init_one(struct pci_dev *pdev, const struct pci_device_id *i
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &cy82c693_sht,
 		.sht = &cy82c693_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.port_ops = &cy82c693_port_ops
 		.port_ops = &cy82c693_port_ops

+ 1 - 1
drivers/ata/pata_efar.c

@@ -303,7 +303,7 @@ static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &efar_sht,
 		.sht		= &efar_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma1-2 */
 		.mwdma_mask	= 0x07, /* mwdma1-2 */
 		.udma_mask 	= 0x0f, /* UDMA 66 */
 		.udma_mask 	= 0x0f, /* UDMA 66 */

+ 1 - 1
drivers/ata/pata_hpt366.c

@@ -393,7 +393,7 @@ static int hpt36x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info_hpt366 = {
 	static const struct ata_port_info info_hpt366 = {
 		.sht = &hpt36x_sht,
 		.sht = &hpt36x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x1f,
 		.udma_mask = 0x1f,

+ 6 - 6
drivers/ata/pata_hpt37x.c

@@ -889,7 +889,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT370 - UDMA100 */
 	/* HPT370 - UDMA100 */
 	static const struct ata_port_info info_hpt370 = {
 	static const struct ata_port_info info_hpt370 = {
 		.sht = &hpt37x_sht,
 		.sht = &hpt37x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x3f,
 		.udma_mask = 0x3f,
@@ -898,7 +898,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT370A - UDMA100 */
 	/* HPT370A - UDMA100 */
 	static const struct ata_port_info info_hpt370a = {
 	static const struct ata_port_info info_hpt370a = {
 		.sht = &hpt37x_sht,
 		.sht = &hpt37x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x3f,
 		.udma_mask = 0x3f,
@@ -907,7 +907,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT370 - UDMA100 */
 	/* HPT370 - UDMA100 */
 	static const struct ata_port_info info_hpt370_33 = {
 	static const struct ata_port_info info_hpt370_33 = {
 		.sht = &hpt37x_sht,
 		.sht = &hpt37x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x0f,
 		.udma_mask = 0x0f,
@@ -916,7 +916,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT370A - UDMA100 */
 	/* HPT370A - UDMA100 */
 	static const struct ata_port_info info_hpt370a_33 = {
 	static const struct ata_port_info info_hpt370a_33 = {
 		.sht = &hpt37x_sht,
 		.sht = &hpt37x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x0f,
 		.udma_mask = 0x0f,
@@ -925,7 +925,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT371, 372 and friends - UDMA133 */
 	/* HPT371, 372 and friends - UDMA133 */
 	static const struct ata_port_info info_hpt372 = {
 	static const struct ata_port_info info_hpt372 = {
 		.sht = &hpt37x_sht,
 		.sht = &hpt37x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x7f,
 		.udma_mask = 0x7f,
@@ -934,7 +934,7 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT374 - UDMA100 */
 	/* HPT374 - UDMA100 */
 	static const struct ata_port_info info_hpt374 = {
 	static const struct ata_port_info info_hpt374 = {
 		.sht = &hpt37x_sht,
 		.sht = &hpt37x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x3f,
 		.udma_mask = 0x3f,

+ 1 - 1
drivers/ata/pata_hpt3x2n.c

@@ -490,7 +490,7 @@ static int hpt3x2n_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 	/* HPT372N and friends - UDMA133 */
 	/* HPT372N and friends - UDMA133 */
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &hpt3x2n_sht,
 		.sht = &hpt3x2n_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x7f,
 		.udma_mask = 0x7f,

+ 1 - 1
drivers/ata/pata_hpt3x3.c

@@ -173,7 +173,7 @@ static int hpt3x3_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &hpt3x3_sht,
 		.sht = &hpt3x3_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x07,
 		.udma_mask = 0x07,

+ 1 - 1
drivers/ata/pata_icside.c

@@ -530,7 +530,7 @@ static int __devinit pata_icside_add_ports(struct pata_icside_info *info)
 
 
 		ap->pio_mask = 0x1f;
 		ap->pio_mask = 0x1f;
 		ap->mwdma_mask = info->mwdma_mask;
 		ap->mwdma_mask = info->mwdma_mask;
-		ap->flags |= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST;
+		ap->flags |= ATA_FLAG_SLAVE_POSS;
 		ap->ops = &pata_icside_port_ops;
 		ap->ops = &pata_icside_port_ops;
 
 
 		pata_icside_setup_ioaddr(&ap->ioaddr, info->base, info->port[i]);
 		pata_icside_setup_ioaddr(&ap->ioaddr, info->base, info->port[i]);

+ 1 - 1
drivers/ata/pata_it8213.c

@@ -313,7 +313,7 @@ static int it8213_init_one (struct pci_dev *pdev, const struct pci_device_id *en
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &it8213_sht,
 		.sht		= &it8213_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.mwdma_mask	= 0x07, /* mwdma0-2 */
 		.udma_mask 	= 0x1f, /* UDMA 100 */
 		.udma_mask 	= 0x1f, /* UDMA 100 */

+ 2 - 2
drivers/ata/pata_it821x.c

@@ -714,14 +714,14 @@ static int it821x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 
 
 	static const struct ata_port_info info_smart = {
 	static const struct ata_port_info info_smart = {
 		.sht = &it821x_sht,
 		.sht = &it821x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.port_ops = &it821x_smart_port_ops
 		.port_ops = &it821x_smart_port_ops
 	};
 	};
 	static const struct ata_port_info info_passthru = {
 	static const struct ata_port_info info_passthru = {
 		.sht = &it821x_sht,
 		.sht = &it821x_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x7f,
 		.udma_mask = 0x7f,

+ 1 - 1
drivers/ata/pata_jmicron.c

@@ -193,7 +193,7 @@ static int jmicron_init_one (struct pci_dev *pdev, const struct pci_device_id *i
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &jmicron_sht,
 		.sht		= &jmicron_sht,
-		.flags	= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags	= ATA_FLAG_SLAVE_POSS,
 
 
 		.pio_mask	= 0x1f,
 		.pio_mask	= 0x1f,
 		.mwdma_mask	= 0x07,
 		.mwdma_mask	= 0x07,

+ 2 - 2
drivers/ata/pata_marvell.c

@@ -163,7 +163,7 @@ static int marvell_init_one (struct pci_dev *pdev, const struct pci_device_id *i
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &marvell_sht,
 		.sht		= &marvell_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 
 
 		.pio_mask	= 0x1f,
 		.pio_mask	= 0x1f,
 		.mwdma_mask	= 0x07,
 		.mwdma_mask	= 0x07,
@@ -174,7 +174,7 @@ static int marvell_init_one (struct pci_dev *pdev, const struct pci_device_id *i
 	static const struct ata_port_info info_sata = {
 	static const struct ata_port_info info_sata = {
 		.sht		= &marvell_sht,
 		.sht		= &marvell_sht,
 		/* Slave possible as its magically mapped not real */
 		/* Slave possible as its magically mapped not real */
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 
 
 		.pio_mask	= 0x1f,
 		.pio_mask	= 0x1f,
 		.mwdma_mask	= 0x07,
 		.mwdma_mask	= 0x07,

+ 1 - 1
drivers/ata/pata_netcell.c

@@ -94,7 +94,7 @@ static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *e
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &netcell_sht,
 		.sht		= &netcell_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		/* Actually we don't really care about these as the
 		/* Actually we don't really care about these as the
 		   firmware deals with it */
 		   firmware deals with it */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */

+ 1 - 1
drivers/ata/pata_ns87410.c

@@ -193,7 +193,7 @@ static int ns87410_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &ns87410_sht,
 		.sht = &ns87410_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x0F,
 		.pio_mask = 0x0F,
 		.port_ops = &ns87410_port_ops
 		.port_ops = &ns87410_port_ops
 	};
 	};

+ 1 - 1
drivers/ata/pata_oldpiix.c

@@ -291,7 +291,7 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &oldpiix_sht,
 		.sht		= &oldpiix_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma1-2 */
 		.mwdma_mask	= 0x07, /* mwdma1-2 */
 		.port_ops	= &oldpiix_pata_ops,
 		.port_ops	= &oldpiix_pata_ops,

+ 1 - 1
drivers/ata/pata_opti.c

@@ -218,7 +218,7 @@ static int opti_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &opti_sht,
 		.sht = &opti_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.port_ops = &opti_port_ops
 		.port_ops = &opti_port_ops
 	};
 	};

+ 2 - 2
drivers/ata/pata_optidma.c

@@ -484,14 +484,14 @@ static int optidma_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info_82c700 = {
 	static const struct ata_port_info info_82c700 = {
 		.sht = &optidma_sht,
 		.sht = &optidma_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.port_ops = &optidma_port_ops
 		.port_ops = &optidma_port_ops
 	};
 	};
 	static const struct ata_port_info info_82c700_udma = {
 	static const struct ata_port_info info_82c700_udma = {
 		.sht = &optidma_sht,
 		.sht = &optidma_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x07,
 		.udma_mask = 0x07,

+ 3 - 3
drivers/ata/pata_pdc202xx_old.c

@@ -320,7 +320,7 @@ static int pdc202xx_init_one(struct pci_dev *dev, const struct pci_device_id *id
 	static const struct ata_port_info info[3] = {
 	static const struct ata_port_info info[3] = {
 		{
 		{
 			.sht = &pdc202xx_sht,
 			.sht = &pdc202xx_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = ATA_UDMA2,
 			.udma_mask = ATA_UDMA2,
@@ -328,7 +328,7 @@ static int pdc202xx_init_one(struct pci_dev *dev, const struct pci_device_id *id
 		},
 		},
 		{
 		{
 			.sht = &pdc202xx_sht,
 			.sht = &pdc202xx_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = ATA_UDMA4,
 			.udma_mask = ATA_UDMA4,
@@ -336,7 +336,7 @@ static int pdc202xx_init_one(struct pci_dev *dev, const struct pci_device_id *id
 		},
 		},
 		{
 		{
 			.sht = &pdc202xx_sht,
 			.sht = &pdc202xx_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = ATA_UDMA5,
 			.udma_mask = ATA_UDMA5,

+ 1 - 1
drivers/ata/pata_radisys.c

@@ -257,7 +257,7 @@ static int radisys_init_one (struct pci_dev *pdev, const struct pci_device_id *e
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht		= &radisys_sht,
 		.sht		= &radisys_sht,
-		.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags		= ATA_FLAG_SLAVE_POSS,
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.pio_mask	= 0x1f,	/* pio0-4 */
 		.mwdma_mask	= 0x07, /* mwdma1-2 */
 		.mwdma_mask	= 0x07, /* mwdma1-2 */
 		.udma_mask	= 0x14, /* UDMA33/66 only */
 		.udma_mask	= 0x14, /* UDMA33/66 only */

+ 1 - 1
drivers/ata/pata_rz1000.c

@@ -133,7 +133,7 @@ static int rz1000_init_one (struct pci_dev *pdev, const struct pci_device_id *en
 	static int printed_version;
 	static int printed_version;
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &rz1000_sht,
 		.sht = &rz1000_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.port_ops = &rz1000_port_ops
 		.port_ops = &rz1000_port_ops
 	};
 	};

+ 1 - 1
drivers/ata/pata_sc1200.c

@@ -245,7 +245,7 @@ static int sc1200_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &sc1200_sht,
 		.sht = &sc1200_sht,
-		.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x07,
 		.udma_mask = 0x07,

+ 4 - 4
drivers/ata/pata_serverworks.c

@@ -478,28 +478,28 @@ static int serverworks_init_one(struct pci_dev *pdev, const struct pci_device_id
 	static const struct ata_port_info info[4] = {
 	static const struct ata_port_info info[4] = {
 		{ /* OSB4 */
 		{ /* OSB4 */
 			.sht = &serverworks_sht,
 			.sht = &serverworks_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x07,
 			.udma_mask = 0x07,
 			.port_ops = &serverworks_osb4_port_ops
 			.port_ops = &serverworks_osb4_port_ops
 		}, { /* OSB4 no UDMA */
 		}, { /* OSB4 no UDMA */
 			.sht = &serverworks_sht,
 			.sht = &serverworks_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x00,
 			.udma_mask = 0x00,
 			.port_ops = &serverworks_osb4_port_ops
 			.port_ops = &serverworks_osb4_port_ops
 		}, { /* CSB5 */
 		}, { /* CSB5 */
 			.sht = &serverworks_sht,
 			.sht = &serverworks_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x1f,
 			.udma_mask = 0x1f,
 			.port_ops = &serverworks_csb_port_ops
 			.port_ops = &serverworks_csb_port_ops
 		}, { /* CSB5 - later revisions*/
 		}, { /* CSB5 - later revisions*/
 			.sht = &serverworks_sht,
 			.sht = &serverworks_sht,
-			.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+			.flags = ATA_FLAG_SLAVE_POSS,
 			.pio_mask = 0x1f,
 			.pio_mask = 0x1f,
 			.mwdma_mask = 0x07,
 			.mwdma_mask = 0x07,
 			.udma_mask = 0x3f,
 			.udma_mask = 0x3f,

+ 2 - 2
drivers/ata/pata_sil680.c

@@ -343,7 +343,7 @@ static int sil680_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &sil680_sht,
 		.sht = &sil680_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x7f,
 		.udma_mask = 0x7f,
@@ -351,7 +351,7 @@ static int sil680_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 	};
 	};
 	static const struct ata_port_info info_slow = {
 	static const struct ata_port_info info_slow = {
 		.sht = &sil680_sht,
 		.sht = &sil680_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.udma_mask = 0x3f,
 		.udma_mask = 0x3f,

+ 7 - 7
drivers/ata/pata_sis.c

@@ -732,7 +732,7 @@ static const struct ata_port_operations sis_old_ops = {
 
 
 static const struct ata_port_info sis_info = {
 static const struct ata_port_info sis_info = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.mwdma_mask	= 0x07,
 	.mwdma_mask	= 0x07,
 	.udma_mask	= 0,
 	.udma_mask	= 0,
@@ -740,7 +740,7 @@ static const struct ata_port_info sis_info = {
 };
 };
 static const struct ata_port_info sis_info33 = {
 static const struct ata_port_info sis_info33 = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.mwdma_mask	= 0x07,
 	.mwdma_mask	= 0x07,
 	.udma_mask	= ATA_UDMA2,	/* UDMA 33 */
 	.udma_mask	= ATA_UDMA2,	/* UDMA 33 */
@@ -748,28 +748,28 @@ static const struct ata_port_info sis_info33 = {
 };
 };
 static const struct ata_port_info sis_info66 = {
 static const struct ata_port_info sis_info66 = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.udma_mask	= ATA_UDMA4,	/* UDMA 66 */
 	.udma_mask	= ATA_UDMA4,	/* UDMA 66 */
 	.port_ops	= &sis_66_ops,
 	.port_ops	= &sis_66_ops,
 };
 };
 static const struct ata_port_info sis_info100 = {
 static const struct ata_port_info sis_info100 = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.udma_mask	= ATA_UDMA5,
 	.udma_mask	= ATA_UDMA5,
 	.port_ops	= &sis_100_ops,
 	.port_ops	= &sis_100_ops,
 };
 };
 static const struct ata_port_info sis_info100_early = {
 static const struct ata_port_info sis_info100_early = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.udma_mask	= ATA_UDMA5,
 	.udma_mask	= ATA_UDMA5,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.port_ops	= &sis_66_ops,
 	.port_ops	= &sis_66_ops,
 };
 };
 static const struct ata_port_info sis_info133 = {
 static const struct ata_port_info sis_info133 = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.udma_mask	= ATA_UDMA6,
 	.udma_mask	= ATA_UDMA6,
 	.port_ops	= &sis_133_ops,
 	.port_ops	= &sis_133_ops,
@@ -783,7 +783,7 @@ const struct ata_port_info sis_info133_for_sata = {
 };
 };
 static const struct ata_port_info sis_info133_early = {
 static const struct ata_port_info sis_info133_early = {
 	.sht		= &sis_sht,
 	.sht		= &sis_sht,
-	.flags		= ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+	.flags		= ATA_FLAG_SLAVE_POSS,
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.pio_mask	= 0x1f,	/* pio0-4 */
 	.udma_mask	= ATA_UDMA6,
 	.udma_mask	= ATA_UDMA6,
 	.port_ops	= &sis_133_early_ops,
 	.port_ops	= &sis_133_early_ops,

+ 2 - 2
drivers/ata/pata_sl82c105.c

@@ -303,14 +303,14 @@ static int sl82c105_init_one(struct pci_dev *dev, const struct pci_device_id *id
 {
 {
 	static const struct ata_port_info info_dma = {
 	static const struct ata_port_info info_dma = {
 		.sht = &sl82c105_sht,
 		.sht = &sl82c105_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.port_ops = &sl82c105_port_ops
 		.port_ops = &sl82c105_port_ops
 	};
 	};
 	static const struct ata_port_info info_early = {
 	static const struct ata_port_info info_early = {
 		.sht = &sl82c105_sht,
 		.sht = &sl82c105_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.port_ops = &sl82c105_port_ops
 		.port_ops = &sl82c105_port_ops
 	};
 	};

+ 1 - 1
drivers/ata/pata_triflex.c

@@ -235,7 +235,7 @@ static int triflex_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
 {
 	static const struct ata_port_info info = {
 	static const struct ata_port_info info = {
 		.sht = &triflex_sht,
 		.sht = &triflex_sht,
-		.flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = 0x1f,
 		.pio_mask = 0x1f,
 		.mwdma_mask = 0x07,
 		.mwdma_mask = 0x07,
 		.port_ops = &triflex_port_ops
 		.port_ops = &triflex_port_ops