* [PATCH] remove CONFIG_SCSI_QLOGIC_1280_1040
@ 2005-11-10 10:41 Christoph Hellwig
2005-11-10 17:05 ` James Bottomley
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2005-11-10 10:41 UTC (permalink / raw)
To: jejb; +Cc: linux-scsi
now that qlogicisp is gone there is not reason not to support the 1040
unconditionally in qla1280.
Would be nice to get this into 2.6.15 still.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6/drivers/scsi/Kconfig
===================================================================
--- linux-2.6.orig/drivers/scsi/Kconfig 2005-11-06 20:09:10.000000000 +0100
+++ linux-2.6/drivers/scsi/Kconfig 2005-11-08 12:43:05.000000000 +0100
@@ -1342,14 +1342,6 @@
To compile this driver as a module, choose M here: the
module will be called qla1280.
-config SCSI_QLOGIC_1280_1040
- bool "Qlogic QLA 1020/1040 SCSI support"
- depends on SCSI_QLOGIC_1280 && SCSI_QLOGIC_ISP!=y
- help
- Say Y here if you have a QLogic ISP1020/1040 SCSI host adapter and
- do not want to use the old driver. This option enables support in
- the qla1280 driver for those host adapters.
-
config SCSI_QLOGICPTI
tristate "PTI Qlogic, ISP Driver"
depends on SBUS && SCSI
Index: linux-2.6/drivers/scsi/qla1280.c
===================================================================
--- linux-2.6.orig/drivers/scsi/qla1280.c 2005-10-31 12:23:47.000000000 +0100
+++ linux-2.6/drivers/scsi/qla1280.c 2005-11-08 12:42:55.000000000 +0100
@@ -639,10 +639,8 @@
static struct pci_device_id qla1280_pci_tbl[] = {
{PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP12160,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
-#ifdef CONFIG_SCSI_QLOGIC_1280_1040
{PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP1020,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1},
-#endif
{PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP1080,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2},
{PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP1240,
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] remove CONFIG_SCSI_QLOGIC_1280_1040
2005-11-10 10:41 [PATCH] remove CONFIG_SCSI_QLOGIC_1280_1040 Christoph Hellwig
@ 2005-11-10 17:05 ` James Bottomley
0 siblings, 0 replies; 2+ messages in thread
From: James Bottomley @ 2005-11-10 17:05 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-scsi
On Thu, 2005-11-10 at 11:41 +0100, Christoph Hellwig wrote:
> now that qlogicisp is gone there is not reason not to support the 1040
> unconditionally in qla1280.
>
> Would be nice to get this into 2.6.15 still.
Adrian Bunk already beat you to this. It was part of the isp removal
patch ...
James
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-10 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-10 10:41 [PATCH] remove CONFIG_SCSI_QLOGIC_1280_1040 Christoph Hellwig
2005-11-10 17:05 ` James Bottomley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).