From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk Subject: [2.6 patch] schedule the SCSI qlogicfc driver for removal Date: Tue, 14 Feb 2006 01:14:09 +0100 Message-ID: <20060214001409.GA17604@stusta.de> References: <20051024014838.0dd491bb.akpm@osdl.org> <1130186927.6831.23.camel@localhost.localdomain> <20051024141646.6265c0da.akpm@osdl.org> <20051027152637.GC7889@plap.qlogic.org> <20051027190227.GA16211@infradead.org> <20051027215313.GB7889@plap.qlogic.org> <20051028225155.GA13958@infradead.org> <20051028230303.GI15018@plap.qlogic.org> <1130542543.23729.160.camel@localhost.localdomain> <20060204225801.GD4528@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailout.stusta.mhn.de ([141.84.69.5]:62218 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1030328AbWBNAOL (ORCPT ); Mon, 13 Feb 2006 19:14:11 -0500 Content-Disposition: inline In-Reply-To: <20060204225801.GD4528@stusta.de> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Badari Pulavarty Cc: Andrew Vasquez , Christoph Hellwig , Andrew Morton , lkml , linux-scsi@vger.kernel.org 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 --- 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 + +--------------------------- + --- 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");