linux/drivers/scsi/qla2xxx
Andrew Vasquez 3776541d8a [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.
The driver stores the contents of PCI resources into unsigned
long's before ioremapping. This breaks on 32-bit platforms which
support 64-bit MMIO resources.

Correct code by removing the temporary variables used during MMIO
PIO mapping and using resource_size_t where applicable.  Also
correct a small typo in a printk() where the wrong region number
was displayed.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-01-23 11:29:29 -06:00
..
Kconfig [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. 2006-05-20 09:49:13 -05:00
Makefile [SCSI] qla2xxx: add support for NPIV 2007-07-14 19:08:05 -05:00
qla_attr.c [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. 2008-01-23 11:29:29 -06:00
qla_dbg.c [SCSI] qla2xxx: Use shost_priv(). 2007-10-12 14:50:22 -04:00
qla_dbg.h [SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump. 2007-10-12 14:49:58 -04:00
qla_def.h [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources. 2008-01-23 11:29:29 -06:00
qla_devtbl.h [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2u. 2007-10-23 15:53:23 -04:00
qla_fw.h [SCSI] qla2xxx: Correct NPIV support for recent ISPs. 2008-01-11 18:22:45 -06:00
qla_gbl.h [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. 2008-01-23 11:29:29 -06:00
qla_gs.c [SCSI] qla2xxx: Set correct attribute count during FDMI RPA. 2007-10-12 14:50:06 -04:00
qla_init.c [SCSI] qla2xxx: Correct NPIV support for recent ISPs. 2008-01-11 18:22:45 -06:00
qla_inline.h [SCSI] qla2xxx: Re-factor isp_operations to static structures. 2007-07-20 09:24:22 -05:00
qla_iocb.c [SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scenarios. 2007-10-23 15:53:41 -04:00
qla_isr.c [SCSI] qla2xxx: Consolidate duplicate sense-data handling codes. 2008-01-23 11:29:29 -06:00
qla_mbx.c [SCSI] qla2xxx: Retrieve additional HBA port statistics from recent ISPs. 2008-01-23 11:29:29 -06:00
qla_mid.c [SCSI] qla2xxx: Correct NPIV support for recent ISPs. 2008-01-11 18:22:45 -06:00
qla_os.c [SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources. 2008-01-23 11:29:29 -06:00
qla_settings.h [SCSI] qla2xxx: Drop unused driver cruft. 2006-05-20 09:43:22 -05:00
qla_sup.c [SCSI] qla2xxx: Fix issue where final flash-segment updates were falling into the slow-path write handler. 2007-10-23 15:54:10 -04:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.02.00-k6. 2008-01-11 18:22:46 -06:00