summaryrefslogtreecommitdiffstats
path: root/Documentation/scsi
diff options
context:
space:
mode:
authorOndrej Zary <linux@rainbow-software.org>2016-09-27 15:00:23 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2016-09-29 21:50:36 -0400
commitc47946c2dda311216ac11e981809b2d70609258f (patch)
tree06df7790173fd13d457c59cab7e61971d8e53ab2 /Documentation/scsi
parent73811c942954a1d2470656d1bd9e990e327ac580 (diff)
scsi: g_NCR5380: Remove deprecated __setup
Remove deprecated __setup for parsing command line parameters. g_NCR5380.* parameters could be used instead. This might break existing setups with g_NCR5380 built-in (if there are any). But it has to go in order to remove the overrides[] array. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Acked-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r--Documentation/scsi/g_NCR5380.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/scsi/g_NCR5380.txt b/Documentation/scsi/g_NCR5380.txt
index fd880150aeea..843cbae88ebb 100644
--- a/Documentation/scsi/g_NCR5380.txt
+++ b/Documentation/scsi/g_NCR5380.txt
@@ -21,16 +21,6 @@ NCR53c400 card, the Trantor T130B in its default configuration:
21The NCR53c400 does not support DMA but it does have Pseudo-DMA which is 21The NCR53c400 does not support DMA but it does have Pseudo-DMA which is
22supported by the driver. 22supported by the driver.
23 23
24If the default configuration does not work for you, you can use the kernel
25command lines (eg using the lilo append command):
26 ncr5380=addr,irq
27 ncr53c400=addr,irq
28 ncr53c400a=addr,irq
29 dtc3181e=addr,irq
30
31The driver does not probe for any addresses or ports other than those in
32the OVERRIDE or given to the kernel as above.
33
34This driver provides some information on what it has detected in 24This driver provides some information on what it has detected in
35/proc/scsi/g_NCR5380/x where x is the scsi card number as detected at boot 25/proc/scsi/g_NCR5380/x where x is the scsi card number as detected at boot
36time. More info to come in the future. 26time. More info to come in the future.