linux/drivers/scsi/bnx2i
Anil Veerabhadrappa 53203244a4 [SCSI] bnx2i: Fix context mapping issue for architectures with PAGE_SIZE != 4096
5706/5708/5709 devices allow driver/user to set page size. By default it is
set to 4096.  Current drivers do not program this register based on
architecture type (e.g. x86 = 4K, IA64 = 16K) and by choice lets device use
the defaults. So while mapping connection context memory (doorebll registers),
driver has to match page size used by the device. Included change fixes the
issue we uncovered during IA64 testing

Signed-off-by: Anil Veerabhadrappa <anilgv@broadcom.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2009-10-02 09:45:34 -05:00
..
57xx_iscsi_constants.h
57xx_iscsi_hsi.h
Kconfig cnic: add NETDEV_1000 and NETDEVICES to Kconfig select 2009-06-21 11:02:59 -05:00
Makefile
bnx2i.h [SCSI] bnx2i: Fix context mapping issue for architectures with PAGE_SIZE != 4096 2009-10-02 09:45:34 -05:00
bnx2i_hwi.c [SCSI] bnx2i: Fix context mapping issue for architectures with PAGE_SIZE != 4096 2009-10-02 09:45:34 -05:00
bnx2i_init.c [SCSI] bnx2i: register given device with cnic if shost != NULL in ep_connect() 2009-08-22 17:51:54 -05:00
bnx2i_iscsi.c [SCSI] bnx2i : Fix "cid #n not valid" issue 2009-08-22 17:52:12 -05:00
bnx2i_sysfs.c