Skip to content

Commit

Permalink
[SCSI] 53c7xx: fix removal fallout
Browse files Browse the repository at this point in the history
This patch does some additional cleanups after the 53c7xx removal.

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
  • Loading branch information
AdrianBunk authored and James Bottomley committed Jan 12, 2008
1 parent f10ab66 commit f37a723
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 106 deletions.
2 changes: 0 additions & 2 deletions Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
.mailmap
.mm
53c700_d.h
53c7xx_d.h
53c7xx_u.h
53c8xx_d.h*
BitKeeper
COPYING
Expand Down
60 changes: 0 additions & 60 deletions Documentation/m68k/kernel-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -867,66 +867,6 @@ controller and should be autodetected by the driver. An example is the
24 bit region which is specified by a mask of 0x00fffffe.


5.5) 53c7xx=
------------

Syntax: 53c7xx=<sub-options...>

These options affect the A4000T, A4091, WarpEngine, Blizzard 603e+,
and GForce 040/060 SCSI controllers on the Amiga, as well as the
builtin MVME 16x SCSI controller.

The <sub-options> is a comma-separated list of the sub-options listed
below.

5.5.1) nosync
-------------

Syntax: nosync:0

Disables sync negotiation for all devices. Any value after the
colon is acceptable (and has the same effect).

5.5.2) noasync
--------------

[OBSOLETE, REMOVED]

5.5.3) nodisconnect
-------------------

Syntax: nodisconnect:0

Disables SCSI disconnects. Any value after the colon is acceptable
(and has the same effect).

5.5.4) validids
---------------

Syntax: validids:0xNN

Specify which SCSI ids the driver should pay attention to. This is
a bitmask (i.e. to only pay attention to ID#4, you'd use 0x10).
Default is 0x7f (devices 0-6).

5.5.5) opthi
5.5.6) optlo
------------

Syntax: opthi:M,optlo:N

Specify options for "hostdata->options". The acceptable definitions
are listed in drivers/scsi/53c7xx.h; the 32 high bits should be in
opthi and the 32 low bits in optlo. They must be specified in the
order opthi=M,optlo=N.

5.5.7) next
-----------

No argument. Used to separate blocks of keywords when there's more
than one 53c7xx host adapter in the system.


/* Local Variables: */
/* mode: text */
/* End: */
2 changes: 0 additions & 2 deletions Documentation/scsi/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ lpfc.txt
- LPFC driver release notes
megaraid.txt
- Common Management Module, shared code handling ioctls for LSI drivers
ncr53c7xx.txt
- info on driver for NCR53c7xx based adapters
ncr53c8xx.txt
- info on driver for NCR53c8xx based adapters
osst.txt
Expand Down
40 changes: 0 additions & 40 deletions Documentation/scsi/ncr53c7xx.txt

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/scsi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
53c700_d.h
53c7xx_d.h
53c7xx_u.h

0 comments on commit f37a723

Please sign in to comment.