Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-20 | [SCSI] mptfusion: fix panic loading driver statically compiled | Moore, Eric Dean | |
Adjust link ordering in the Makefile. Also, the ioc->DoneCtx handles for mptspi/mptfc in the message frame. And I'm now not seeing the panic. Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> | |||
2005-05-20 | [SCSI] mptfusion: mptspi Adding Stub Driver - SCSI Parallel | Moore, Eric Dean | |
(1) mptspi.c: This driver is having module_init, module_exit, and probe. (2) mptspi.c: Registering for SCSI pci ids are done from this module. (3) mptspi.c: Convert MODULE_PARM to module_param Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> |