aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWayne Boyer <wayneb@linux.vnet.ibm.com>2010-06-24 17:00:59 -0700
committerJames Bottomley <James.Bottomley@suse.de>2010-07-27 12:03:55 -0500
commit4289a08680d646dcc18e291cb437a292738e504f (patch)
tree415eb6a678fae760e3c094efedaa44abc82e7323 /drivers
parent[SCSI] ipr: add support for new Obsidian-E embedded adapter (diff)
downloadlinux-dev-4289a08680d646dcc18e291cb437a292738e504f.tar.xz
linux-dev-4289a08680d646dcc18e291cb437a292738e504f.zip
[SCSI] ipr: change endian swap key to match hardware spec change
The value used to change the endian representation on the new adapters has changed. This patch updates that value. Signed-off-by: Wayne Boyer <wayneb@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/ipr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h
index d2ee20dcd888..4d31625ab9cf 100644
--- a/drivers/scsi/ipr.h
+++ b/drivers/scsi/ipr.h
@@ -1257,7 +1257,7 @@ struct ipr_interrupt_offsets {
unsigned long dump_addr_reg;
unsigned long dump_data_reg;
-#define IPR_ENDIAN_SWAP_KEY 0x000C0C00
+#define IPR_ENDIAN_SWAP_KEY 0x00080800
unsigned long endian_swap_reg;
};