aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/t128.c
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2014-11-12 00:11:55 -0500
committerChristoph Hellwig <hch@lst.de>2014-11-20 03:11:06 -0500
commit3f9e986e2f1df8fa69ffe213098c1ee98f1c9584 (patch)
tree56371541bd19ebaefaa05426a1d9f0b8a21af197 /drivers/scsi/t128.c
parent997acab7d593913eaa0606ff257079efcfcb146d (diff)
ncr5380: Remove duplicate comments
The LIMIT_TRANSFERSIZE, PSEUDO_DMA, PARITY and UNSAFE options are all documented in the core drivers where they are used. The same goes for the chip databook reference. Remove the duplicate comments. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/t128.c')
-rw-r--r--drivers/scsi/t128.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c
index 4253fe97c210..6220dee8b697 100644
--- a/drivers/scsi/t128.c
+++ b/drivers/scsi/t128.c
@@ -23,32 +23,9 @@
23 * 5415 Randall Place 23 * 5415 Randall Place
24 * Fremont, CA 94538 24 * Fremont, CA 94538
25 * 1+ (415) 770-1400, FAX 1+ (415) 770-9910 25 * 1+ (415) 770-1400, FAX 1+ (415) 770-9910
26 *
27 * and
28 *
29 * NCR 5380 Family
30 * SCSI Protocol Controller
31 * Databook
32 *
33 * NCR Microelectronics
34 * 1635 Aeroplaza Drive
35 * Colorado Springs, CO 80916
36 * 1+ (719) 578-3400
37 * 1+ (800) 334-5454
38 */ 26 */
39 27
40/* 28/*
41 * Options :
42 * PSEUDO_DMA - enables PSEUDO-DMA hardware, should give a 3-4X performance
43 * increase compared to polled I/O.
44 *
45 * PARITY - enable parity checking. Not supported.
46 *
47 * UNSAFE - leave interrupts enabled during pseudo-DMA transfers. You
48 * only really want to use this if you're having a problem with
49 * dropped characters during high speed communications, and even
50 * then, you're going to be better off twiddling with transfersize.
51 *
52 * The card is detected and initialized in one of several ways : 29 * The card is detected and initialized in one of several ways :
53 * 1. Autoprobe (default) - since the board is memory mapped, 30 * 1. Autoprobe (default) - since the board is memory mapped,
54 * a BIOS signature is scanned for to locate the registers. 31 * a BIOS signature is scanned for to locate the registers.