Hi.
The following patch fixes an interrupt flag bug in eata_dma
as per the stanford team's report from a way back. It
applies against 244-ac18.
--- linux-244-ac18-clean/drivers/scsi/eata_dma.c Sat May 19 20:58:36 2001
+++ linux-244-ac18/drivers/scsi/eata_dma.c Sun May 27 00:19:57 2001
@@ -482,6 +482,7 @@
DBG(DBG_REQSENSE, printk(KERN_DEBUG "Tried to REQUEST SENSE\n"));
cmd->result = DID_OK << 16;
done(cmd);
+ restore_flags(flags);
return(0);
}
--
Regards,
Rasmus([EMAIL PROTECTED])
"One Code to rule them all, one Code to bind them
In the land of Redmond where the Shadows lie."
- Joe Thompson in ASR, with apologies to Tolkien
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]