Hi, I've created a patch to address "legacy megaraid driver compilation error on 2.6.12-mm1 kernel. Please take this patch and let me know for any further concern. Thank you, Seokmann Sign-off by: Seokmann JU <seokmann.ju@xxxxxxxx> --- diff -Naur old/drivers/scsi/megaraid.c new/drivers/scsi/megaraid.c --- old/drivers/scsi/megaraid.c 2005-09-08 16:24:12.017451400 -0400 +++ new/drivers/scsi/megaraid.c 2005-09-08 16:23:36.509849376 -0400 @@ -1975,9 +1975,11 @@ static int megaraid_reset(Scsi_Cmnd *cmd) { - adapter = (adapter_t *)cmd->device->host->hostdata; + adapter_t *adapter; int rc; + adapter = (adapter_t *)cmd->device->host->hostdata; + spin_lock_irq(&adapter->lock); rc = __megaraid_reset(cmd); spin_unlock_irq(&adapter->lock); --- - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html