Files
scst/qla_isp
Vladislav Bolkhovitin 1213800b2f Patch from Bart Van Assche <bart.vanassche@gmail.com>, except few chuncks from qla2x00t/ obviously not related to the target mode addon:
One of the Linux kernel patch submission requirements is that source files do
not contain trailing whitespace. The patch below removes trailing whitespace
from .c and .h source files.

Note: it might be more convenient to run the script I used to generate this
patch than to review and apply the patch below. This is how I generated and
verified the patch below:

cat <<EOF >./strip-trailing-whitespace
#!/bin/bash
trap "rm -f $t" EXIT
t=/tmp/temporary-file.$$
for f in "$@"
do
  sed 's/[	 ]*$//' <"$f" >"$t" && mv "$t" "$f"
done
EOF
chmod a+x ./strip-trailing-whitespace
find -name '*.[ch]' | xargs ./strip-trailing-whitespace
svn diff -x -w

Signed-off-by: <bart.vanassche@gmail.com>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@377 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2008-05-19 10:21:41 +00:00
..
2008-03-28 12:23:27 +00:00

$Id: README,v 1.30 2007/03/05 19:10:52 mjacob Exp $
------------------------------------------------------------------------------

Supported Cards:

SBus		ISP1000 && ISP1000U
PCI SCSI	ISP1020
PCI Ultra SCSI	ISP1040, ISP1240 (dual bus)
PCI Ultra2 SCSI ISP1080, ISP1280 (dual bus)
PCI Ultra3 SCSI ISP12160 (dual bus)
PCI Fibre Channel
	1-Gbit:
		ISP2100, ISP2102
		ISP2200, ISP2202, ISP2204

	2-Gbit:
		ISP2300, ISP2312, ISP2324, 2340, 2342
		ISP2322, ISP6322
		ISP200
	4-Gbit:
		ISP2422, ISP2432

You should note that some old non-Qlogic (or very old Qlogic) 2100 cards may
have trouble loading firmware. The newer f/w for 2100s is > 0x8000 words,
which PROM code on some cards has trouble loading- define the token
USE_SMALLER_2100_FIRMWARE to select 1.15.37 f/w for the 2100.

For 23XX (but not 2322) 2K Login firmware is available and is recommended.

------------------------------------------------------------------------------