Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: docs: convert qlogicfas.txt to ReST

Link: https://lore.kernel.org/r/b69f795c781811b9a908abe43485f1dca0ee8ac5.1583136624.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Mauro Carvalho Chehab and committed by
Martin K. Petersen
058595d5 304a8b62

+15 -5
+1
Documentation/scsi/index.rst
··· 30 30 ncr53c8xx 31 31 NinjaSCSI 32 32 ppa 33 + qlogicfas 33 34 34 35 scsi_transport_srp/figures
+13 -4
Documentation/scsi/qlogicfas.txt Documentation/scsi/qlogicfas.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ================================= 4 + Qlogic FASXXX Family Driver Notes 5 + ================================= 1 6 2 7 This driver supports the Qlogic FASXXX family of chips. This driver 3 8 only works with the ISA, VLB, and PCMCIA versions of the Qlogic ··· 21 16 Nor does it support the PCI-Basic, which is supported by the 22 17 'am53c974' driver. 23 18 24 - PCMCIA SUPPORT 19 + PCMCIA Support 20 + ============== 25 21 26 22 This currently only works if the card is enabled first from DOS. This 27 23 means you will have to load your socket and card services, and ··· 37 31 I am working with the PCMCIA group to make it more flexible, but that 38 32 may take a while. 39 33 40 - ALL CARDS 34 + All Cards 35 + ========= 41 36 42 37 The top of the qlogic.c file has a number of defines that controls 43 38 configuration. As shipped, it provides a balance between speed and ··· 53 46 if you have reliable hardware and connections it may be more useful to 54 47 not reset things. 55 48 56 - SOME TROUBLESHOOTING TIPS 49 + Some Troubleshooting Tips 50 + ========================= 57 51 58 52 Make sure it works properly under DOS. You should also do an initial FDISK 59 53 on a new drive if you want partitions. ··· 62 54 Don't enable all the speedups first. If anything is wrong, they will make 63 55 any problem worse. 64 56 65 - IMPORTANT 57 + Important 58 + ========= 66 59 67 60 The best way to test if your cables, termination, etc. are good is to 68 61 copy a very big file (e.g. a doublespace container file, or a very
+1 -1
drivers/scsi/Kconfig
··· 1117 1117 SCSI support"), below. 1118 1118 1119 1119 Information about this driver is contained in 1120 - <file:Documentation/scsi/qlogicfas.txt>. You should also read the 1120 + <file:Documentation/scsi/qlogicfas.rst>. You should also read the 1121 1121 SCSI-HOWTO, available from 1122 1122 <http://www.tldp.org/docs.html#howto>. 1123 1123