[2.6 patch] schedule the SCSI qlogicfc driver for removal

From: Adrian Bunk
Date: Mon Feb 13 2006 - 19:12:07 EST


As usual, there isn't much feedback regarding problems with one driver
from people using an obsolete driver for the same hardware.

So schedule the SCSI qlogicfc driver for removal and let the
flames^Wfeedback begin...


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

Documentation/feature-removal-schedule.txt | 7 +++++++
drivers/scsi/qlogicfc.c | 1 +
2 files changed, 8 insertions(+)

--- linux-2.6.16-rc2-mm1-full/Documentation/feature-removal-schedule.txt.old 2006-02-14 00:26:21.000000000 +0100
+++ linux-2.6.16-rc2-mm1-full/Documentation/feature-removal-schedule.txt 2006-02-14 00:28:12.000000000 +0100
@@ -153,0 +154,7 @@
+What: SCSI qlogicfc driver
+When: August 2006
+Why: replaced by the qla2xxx driver
+Who: Adrian Bunk <bunk@xxxxxxxxx>
+
+---------------------------
+
--- linux-2.6.16-rc2-mm1-full/drivers/scsi/qlogicfc.c.old 2006-02-14 00:29:41.000000000 +0100
+++ linux-2.6.16-rc2-mm1-full/drivers/scsi/qlogicfc.c 2006-02-14 00:34:43.000000000 +0100
@@ -724,6 +724,7 @@
dma_addr_t busaddr;
int i;

+ printk(KERN_WARNING "qlogicfc will be removed soon, please use the qla2xxx driver\n");

ENTER("isp2x00_detect");


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