android_kernel_samsung_msm8976/drivers/scsi/megaraid
Eric W. Biederman f5ebbeb57e [SCSI] megaraid: Use the proper type to hold the irq number.
When testing on a Unisys machine it was discovered that the megaraid driver
would not initialize as it was requesting irq 162 instead of irq 1442 it
was assigned.  The problem was the irq number had been truncated by being
stored in an unsigned char.

This patches fixes that problem and the driver now appears to work.

The ioctl interface appears fundamentally broken as it exports the irq
number to user space in an unsigned char.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-09-26 10:39:55 -07:00
..
Kconfig.megaraid [SCSI] megaraid_{mbox,mm} : remove PCI Id overlaping between megaraid_legacy and megaraid_{mbox,mm} 2005-12-13 18:10:56 -07:00
Makefile
mbox_defs.h
mega_common.h [SCSI] megaraid: Use the proper type to hold the irq number. 2006-09-26 10:39:55 -07:00
megaraid_ioctl.h [SCSI] megaraid_{mm,mbox}: a fix on "kernel unaligned access address" issue 2006-07-28 13:19:12 -05:00
megaraid_mbox.c Merge ../linux-2.6 2006-08-27 21:59:59 -05:00
megaraid_mbox.h [SCSI] megaraid_{mm,mbox}: 64-bit DMA capability checker 2006-07-28 13:10:23 -05:00
megaraid_mm.c [SCSI] megaraid_{mm,mbox}: a fix on "kernel unaligned access address" issue 2006-07-28 13:19:12 -05:00
megaraid_mm.h [SCSI] megaraid_{mm,mbox}: a fix on "kernel unaligned access address" issue 2006-07-28 13:19:12 -05:00
megaraid_sas.c [SCSI] megaraid_sas: pci_module_init to pci_register_driver conversion 2006-08-19 13:44:54 -07:00
megaraid_sas.h [SCSI] megaraid_sas: zcr with fix 2006-06-26 09:29:07 -05:00