more ACSI removal
This patch removes some code that became dead code after the ATARI_ACSI
removal.
It also indirectly fixes the following bug introduced by
commit c2bcf3b897
:
config ATARI_SLM
tristate "Atari SLM laser printer support"
- depends on ATARI && ATARI_ACSI!=n
+ depends on ATARI
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user