Re: What breaks aic7xxx in post 2.6.12-rc2 ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2005-05-30 at 21:07 +0200, Grégoire Favre wrote:
> Unfortunately it don't work :

Well, OK, three things spring to mind.

1. Try the attached patch, just in case it's a perpetual timer reset
issue.
2. You should be able to boot if you set the device speed to 10MHz in
the adaptec bios (since we should read the bios values for setting the
speed)
3. when the hang occurs, can you get an alt-sysrq-p to show the current
process on CPU?

Thanks,

James

--- a/drivers/scsi/aic7xxx/aic7xxx_osm.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h
@@ -277,7 +277,9 @@ ahc_timer_reset(ahc_timer_t *timer, int 
 static __inline void
 ahc_scb_timer_reset(struct scb *scb, u_int usec)
 {
+#if 0
 	mod_timer(&scb->io_ctx->eh_timeout, jiffies + (usec * HZ)/1000000);
+#endif
 }
 
 /***************************** SMP support ************************************/


-
: 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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux