freebsd-dev/sys/dev/isp
Matt Jacob 1e6fdb7e32 Fix 2KLOGIN code to specify *ibits* (not *obits*) so that the
options field in register 10 will be deterministic, not random.

Correct the number of input bits for EXECUTE_FIRMWARE 0..1 to
0..2- the 2322 and 24XX cards use mailbox register 2 to specify
whether the f/w being executed is freshly loaded or not.

Correct the number of input bits for {READ,WRITE}_RAM_WORD_EXTENDED
so that register 8 gets picked up.

Fix the indexing and offset for the 2322 f/w download so that it
correctly puts the different code segments where they belong.

Move VERIFY_CHECKSUM to be the 'else' clause to 2322 f/w downloads-
the EXECUTE_FIRMWARE command for 2322 and 24XX cards will tell you
if the f/w checksum is incorrect and VERIFY_CHECKSUM only works for
RISC SRAM address < 64K so you can only do a VERIFY_CHECKSUM on the
first of the 3 f/w segments for the 2322.

Shorten the delay for the continuation mailbox commands- 1ms is
ridiculous (100us is more likely).

All of the more or less is really only for the 2322/6322 cards.
2006-08-14 05:42:46 +00:00
..
DriverManual.txt
Hardware.txt Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
isp_freebsd.c Rename ioctl driven task management functions so they 2006-08-04 20:14:03 +00:00
isp_freebsd.h Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware 2006-07-09 17:50:20 +00:00
isp_ioctl.h Rename ioctl driven task management functions so they 2006-08-04 20:14:03 +00:00
isp_library.c Fix na_fcentry_t to not have a lun field. Fix indentation in handly 2006-08-04 20:20:00 +00:00
isp_library.h a) clean up some declaration stuff (i.e., make more modern with respect 2006-02-15 00:31:48 +00:00
isp_pci.c The register offset is within 4K, not 256 bytes, for some QLogic cards. 2006-08-14 05:36:26 +00:00
isp_sbus.c Some rearrangement of headers to minimize diffs with outside of 2006-07-16 20:11:50 +00:00
isp_target.c Fix na_fcentry_t to not have a lun field. Fix indentation in handly 2006-08-04 20:20:00 +00:00
isp_target.h Fix na_fcentry_t to not have a lun field. Fix indentation in handly 2006-08-04 20:20:00 +00:00
isp_tpublic.h Increase local reserved (high && low) storage in each command 2006-08-04 20:20:55 +00:00
isp.c Fix 2KLOGIN code to specify *ibits* (not *obits*) so that the 2006-08-14 05:42:46 +00:00
ispmbox.h Do various fixes to support firmware loading for the 2322 2006-07-03 08:24:09 +00:00
ispreg.h Do various fixes to support firmware loading for the 2322 2006-07-03 08:24:09 +00:00
ispvar.h The macro IS_23XX should not mistakenly include 24XX cards. 2006-08-14 05:35:41 +00:00