Commit b8f51650 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] 53c7xx SCSI core is broken

53c7xx SCSI core is broken (needs SCSI updates (has_cmdblocks and device
lists)), breaking the following drivers:
  - Amiga A4000T SCSI
  - Amiga A4091 SCSI
  - Amiga WarpEngine SCSI
  - Amiga Blizzard PowerUP 603e+ SCSI
  - MVME16x NCR53C710 SCSI
  - BVME6000 NCR53C710 SCSI
parent b81a609a
...@@ -1435,7 +1435,7 @@ config A3000_SCSI ...@@ -1435,7 +1435,7 @@ config A3000_SCSI
config A4000T_SCSI config A4000T_SCSI
bool "A4000T SCSI support (EXPERIMENTAL)" bool "A4000T SCSI support (EXPERIMENTAL)"
depends on AMIGA && SCSI && EXPERIMENTAL depends on AMIGA && SCSI && EXPERIMENTAL && BROKEN
help help
Support for the NCR53C710 SCSI controller on the Amiga 4000T. Support for the NCR53C710 SCSI controller on the Amiga 4000T.
...@@ -1503,7 +1503,7 @@ config FASTLANE_SCSI ...@@ -1503,7 +1503,7 @@ config FASTLANE_SCSI
config A4091_SCSI config A4091_SCSI
bool "A4091 SCSI support (EXPERIMENTAL)" bool "A4091 SCSI support (EXPERIMENTAL)"
depends on ZORRO && SCSI && EXPERIMENTAL depends on ZORRO && SCSI && EXPERIMENTAL && BROKEN
help help
Support for the NCR53C710 chip on the Amiga 4091 Z3 SCSI2 controller Support for the NCR53C710 chip on the Amiga 4091 Z3 SCSI2 controller
(1993). Very obscure -- the 4091 was part of an Amiga 4000 upgrade (1993). Very obscure -- the 4091 was part of an Amiga 4000 upgrade
...@@ -1511,7 +1511,7 @@ config A4091_SCSI ...@@ -1511,7 +1511,7 @@ config A4091_SCSI
config WARPENGINE_SCSI config WARPENGINE_SCSI
bool "WarpEngine SCSI support (EXPERIMENTAL)" bool "WarpEngine SCSI support (EXPERIMENTAL)"
depends on ZORRO && SCSI && EXPERIMENTAL depends on ZORRO && SCSI && EXPERIMENTAL && BROKEN
help help
Support for MacroSystem Development's WarpEngine Amiga SCSI-2 Support for MacroSystem Development's WarpEngine Amiga SCSI-2
controller. Info at controller. Info at
...@@ -1519,7 +1519,7 @@ config WARPENGINE_SCSI ...@@ -1519,7 +1519,7 @@ config WARPENGINE_SCSI
config BLZ603EPLUS_SCSI config BLZ603EPLUS_SCSI
bool "Blizzard PowerUP 603e+ SCSI (EXPERIMENTAL)" bool "Blizzard PowerUP 603e+ SCSI (EXPERIMENTAL)"
depends on ZORRO && SCSI && EXPERIMENTAL depends on ZORRO && SCSI && EXPERIMENTAL && BROKEN
help help
If you have an Amiga 1200 with a Phase5 Blizzard PowerUP 603e+ If you have an Amiga 1200 with a Phase5 Blizzard PowerUP 603e+
accelerator, say Y. Otherwise, say N. accelerator, say Y. Otherwise, say N.
...@@ -1604,7 +1604,7 @@ config MVME147_SCSI ...@@ -1604,7 +1604,7 @@ config MVME147_SCSI
config MVME16x_SCSI config MVME16x_SCSI
bool "NCR53C710 SCSI driver for MVME16x" bool "NCR53C710 SCSI driver for MVME16x"
depends on MVME16x && SCSI depends on MVME16x && SCSI && BROKEN
help help
The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710 The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710
SCSI controller chip. Almost everyone using one of these boards SCSI controller chip. Almost everyone using one of these boards
...@@ -1612,7 +1612,7 @@ config MVME16x_SCSI ...@@ -1612,7 +1612,7 @@ config MVME16x_SCSI
config BVME6000_SCSI config BVME6000_SCSI
bool "NCR53C710 SCSI driver for BVME6000" bool "NCR53C710 SCSI driver for BVME6000"
depends on BVME6000 && SCSI depends on BVME6000 && SCSI && BROKEN
help help
The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710 The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710
SCSI controller chip. Almost everyone using one of these boards SCSI controller chip. Almost everyone using one of these boards
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment