Skip to content

Commit

Permalink
scsi: docs: convert qlogicfas.txt to ReST
Browse files Browse the repository at this point in the history
  • Loading branch information
mchehab authored and martinkpetersen committed Mar 12, 2020
1 parent 304a8b6 commit 058595d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions Documentation/scsi/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ Linux SCSI Subsystem
ncr53c8xx
NinjaSCSI
ppa
qlogicfas

scsi_transport_srp/figures
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0
=================================
Qlogic FASXXX Family Driver Notes
=================================

This driver supports the Qlogic FASXXX family of chips. This driver
only works with the ISA, VLB, and PCMCIA versions of the Qlogic
Expand All @@ -16,7 +21,8 @@ is provided by the qla1280 driver.
Nor does it support the PCI-Basic, which is supported by the
'am53c974' driver.

PCMCIA SUPPORT
PCMCIA Support
==============

This currently only works if the card is enabled first from DOS. This
means you will have to load your socket and card services, and
Expand All @@ -31,7 +37,8 @@ it from configuring the card.
I am working with the PCMCIA group to make it more flexible, but that
may take a while.

ALL CARDS
All Cards
=========

The top of the qlogic.c file has a number of defines that controls
configuration. As shipped, it provides a balance between speed and
Expand All @@ -46,15 +53,17 @@ command or something. It comes up faster if this is set to zero, and
if you have reliable hardware and connections it may be more useful to
not reset things.

SOME TROUBLESHOOTING TIPS
Some Troubleshooting Tips
=========================

Make sure it works properly under DOS. You should also do an initial FDISK
on a new drive if you want partitions.

Don't enable all the speedups first. If anything is wrong, they will make
any problem worse.

IMPORTANT
Important
=========

The best way to test if your cables, termination, etc. are good is to
copy a very big file (e.g. a doublespace container file, or a very
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ config SCSI_QLOGIC_FAS
SCSI support"), below.

Information about this driver is contained in
<file:Documentation/scsi/qlogicfas.txt>. You should also read the
<file:Documentation/scsi/qlogicfas.rst>. You should also read the
SCSI-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.

Expand Down

0 comments on commit 058595d

Please sign in to comment.