Skip to content

Commit

Permalink
more ACSI removal
Browse files Browse the repository at this point in the history
This patch removes some code that became dead code after the ATARI_ACSI
removal.

It also indirectly fixes the following bug introduced by
commit c2bcf3b:

 config ATARI_SLM
        tristate "Atari SLM laser printer support"
-       depends on ATARI && ATARI_ACSI!=n
+       depends on ATARI

Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
AdrianBunk authored and Jens Axboe committed Jul 16, 2007
1 parent 5874c18 commit 56a68a5
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 2,701 deletions.
7 changes: 0 additions & 7 deletions Documentation/m68k/kernel-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ Valid names are:
/dev/fd : -> 0x0200 (floppy disk)
/dev/xda: -> 0x0c00 (first XT disk, unused in Linux/m68k)
/dev/xdb: -> 0x0c40 (second XT disk, unused in Linux/m68k)
/dev/ada: -> 0x1c00 (first ACSI device)
/dev/adb: -> 0x1c10 (second ACSI device)
/dev/adc: -> 0x1c20 (third ACSI device)
/dev/add: -> 0x1c30 (forth ACSI device)

The last four names are available only if the kernel has been compiled
with Atari and ACSI support.

The name must be followed by a decimal number, that stands for the
partition number. Internally, the value of the number is just
Expand Down
6 changes: 0 additions & 6 deletions Documentation/networking/net-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ at1700.c:
irq = 0
(Probes ports: 0x260, 0x280, 0x2A0, 0x240, 0x340, 0x320, 0x380, 0x300)

atari_bionet.c:
Supports full autoprobing. (m68k/Atari)

atari_pamsnet.c:
Supports full autoprobing. (m68k/Atari)

atarilance.c:
Supports full autoprobing. (m68k/Atari)

Expand Down
11 changes: 0 additions & 11 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,6 @@ config AMIGA_Z2RAM
To compile this driver as a module, choose M here: the
module will be called z2ram.

config ATARI_SLM
tristate "Atari SLM laser printer support"
depends on ATARI
help
If you have an Atari SLM laser printer, say Y to include support for
it in the kernel. Otherwise, say N. This driver is also available as
a module ( = code which can be inserted in and removed from the
running kernel whenever you want). The module will be called
acsi_slm. Be warned: the driver needs much ST-RAM and can cause
problems due to that fact!

config BLK_DEV_XD
tristate "XT hard disk support"
depends on ISA && ISA_DMA_API
Expand Down
1 change: 0 additions & 1 deletion drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ obj-$(CONFIG_MAC_FLOPPY) += swim3.o
obj-$(CONFIG_BLK_DEV_FD) += floppy.o
obj-$(CONFIG_AMIGA_FLOPPY) += amiflop.o
obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
obj-$(CONFIG_ATARI_SLM) += acsi_slm.o
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
obj-$(CONFIG_BLK_DEV_RAM) += rd.o
obj-$(CONFIG_BLK_DEV_LOOP) += loop.o
Expand Down
Loading

0 comments on commit 56a68a5

Please sign in to comment.