lkml.org 
[lkml]   [2003]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: AIC7(censored) card gone wild?
> Hi Justin, list ...
>
> I have a 2xPIII 797 Mhz with an AIC-7899P U160/m; I have
> been running it under 2.5.66 since it was released, always
> using the AIC7XXXX driver (new one).
>
> However, suddenly something weird happened; since one week
> ago, I get panics (in the serial console) like
> the one attached (milikk.panic.txt) always caused or having
> an rsync process as current (rsync is used for backup).
>
> I also noticed that at about the same time I started to
> get got those panics, I get the following when booting
> the kernel:

I'm not sure what may have changed in your configuration to
make these problems start, but there is one recent fix that
may apply to your problem. I do not know if this will apply
to the 6.2.28 driver version you are using since it is based
on the latest driver release from here:

http://people.FreeBSD.org/~gibbs/linux/SRC/

Here's the patch:

--
Justin

==== //depot/aic7xxx/aic7xxx/aic7xxx.c#134 (ktext) ====

@@ -37,7 +37,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#133 $
+ * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.c#134 $
*
* $FreeBSD$
*/
@@ -1469,7 +1469,7 @@
* current connection, so we must
* leave it on while single stepping.
*/
- ahc_outb(ahc, SIMODE1, ENBUSFREE);
+ ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
else
ahc_outb(ahc, SIMODE1, 0);
ahc_outb(ahc, CLRINT, CLRSCSIINT);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.038 / U:2.640 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site