Skip to content

Commit 54e4571

Browse files
Johannes Thumshirnmartinkpetersen
authored andcommitted
scsi: remove NCR_D700 driver
The NCR DUAL 700 SCSI driver depends on microchannel support, but microchannel support was removed from the kernel with commit bb8187d ("MCA: delete all remaining traces of microchannel bus support.") over 6 years ago. So zap the D700 SCSI driver as well. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Acked-by: James E.J. Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 78adb2b commit 54e4571

File tree

5 files changed

+0
-454
lines changed

5 files changed

+0
-454
lines changed

MAINTAINERS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9750,12 +9750,6 @@ F: drivers/scsi/mac_scsi.*
97509750
F: drivers/scsi/sun3_scsi.*
97519751
F: drivers/scsi/sun3_scsi_vme.c
97529752

9753-
NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9754-
M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9755-
L: linux-scsi@vger.kernel.org
9756-
S: Maintained
9757-
F: drivers/scsi/NCR_D700.*
9758-
97599753
NCT6775 HARDWARE MONITOR DRIVER
97609754
M: Guenter Roeck <linux@roeck-us.net>
97619755
L: linux-hwmon@vger.kernel.org

drivers/scsi/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -842,18 +842,6 @@ config SCSI_IZIP_SLOW_CTR
842842

843843
Generally, saying N is fine.
844844

845-
config SCSI_NCR_D700
846-
tristate "NCR Dual 700 MCA SCSI support"
847-
depends on MCA && SCSI
848-
select SCSI_SPI_ATTRS
849-
help
850-
This is a driver for the MicroChannel Dual 700 card produced by
851-
NCR and commonly used in 345x/35xx/4100 class machines. It always
852-
tries to negotiate sync and uses tag command queueing.
853-
854-
Unless you have an NCR manufactured machine, the chances are that
855-
you do not have this SCSI card, so say N.
856-
857845
config SCSI_LASI700
858846
tristate "HP Lasi SCSI support for 53c700/710"
859847
depends on GSC && SCSI

drivers/scsi/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ obj-$(CONFIG_SCSI_PM8001) += pm8001/
7676
obj-$(CONFIG_SCSI_ISCI) += isci/
7777
obj-$(CONFIG_SCSI_IPS) += ips.o
7878
obj-$(CONFIG_SCSI_GENERIC_NCR5380) += g_NCR5380.o
79-
obj-$(CONFIG_SCSI_NCR_D700) += 53c700.o NCR_D700.o
8079
obj-$(CONFIG_SCSI_NCR_Q720) += NCR_Q720_mod.o
8180
obj-$(CONFIG_SCSI_QLOGIC_FAS) += qlogicfas408.o qlogicfas.o
8281
obj-$(CONFIG_PCMCIA_QLOGIC) += qlogicfas408.o

0 commit comments

Comments
 (0)