diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 08:11:55 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 11:11:06 +0300 |
commit | 3f9e986e2f1df8fa69ffe213098c1ee98f1c9584 (patch) | |
tree | 56371541bd19ebaefaa05426a1d9f0b8a21af197 /drivers/scsi/sun3_scsi.c | |
parent | 997acab7d593913eaa0606ff257079efcfcb146d (diff) | |
download | linux-3f9e986e2f1df8fa69ffe213098c1ee98f1c9584.tar.xz |
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/sun3_scsi.c')
-rw-r--r-- | drivers/scsi/sun3_scsi.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/scsi/sun3_scsi.c b/drivers/scsi/sun3_scsi.c index a5e58a7373be..26b95dcb5e48 100644 --- a/drivers/scsi/sun3_scsi.c +++ b/drivers/scsi/sun3_scsi.c @@ -22,27 +22,6 @@ * Copyright 1995, Russell King * * ALPHA RELEASE 1. - * - * For more information, please consult - * - * NCR 5380 Family - * SCSI Protocol Controller - * Databook - * - * NCR Microelectronics - * 1635 Aeroplaza Drive - * Colorado Springs, CO 80916 - * 1+ (719) 578-3400 - * 1+ (800) 334-5454 - */ - - -/* - * This is from mac_scsi.h, but hey, maybe this is useful for Sun3 too! :) - * - * Options : - * - * PARITY - enable parity checking. Not supported. */ #include <linux/types.h> |