dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] qla2xxx: Collapse and simplify ISP2XXX firmware dump routines.

Add IO-base-window accessor functions.  Merge duplicate
RISC-pause and soft-reset code segments.  Drop 'eye-watering'
__iomem casting.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Andrew Vasquez 2007-07-26 11:41:13 -07:00 committed by James Bottomley
parent 7f9a6bc4e9
commit c81d04c9e2
2 changed files with 560 additions and 1273 deletions

File diff suppressed because it is too large Load Diff

View File

@ -316,7 +316,9 @@ struct device_reg_2xxx {
} u;
uint16_t fpm_diag_config;
uint16_t unused_5[0x6]; /* Gap */
uint16_t unused_5[0x4]; /* Gap */
uint16_t risc_hw;
uint16_t unused_5_1; /* Gap */
uint16_t pcr; /* Processor Control Register. */
uint16_t unused_6[0x5]; /* Gap */
uint16_t mctr; /* Memory Configuration and Timing. */