All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Justin T. Gibbs" <gibbs@scsiguy.com>
To: "Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@intel.com>,
	"'lkml (linux-kernel@vger.kernel.org)'" 
	<linux-kernel@vger.kernel.org>
Subject: Re: AIC7(censored) card gone wild?
Date: Sat, 21 Jun 2003 19:28:12 -0600	[thread overview]
Message-ID: <962370000.1056245292@aslan.scsiguy.com> (raw)
In-Reply-To: <A46BBDB345A7D5118EC90002A5072C780E040C95@orsmsx116.jf.intel.com>

> 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);


  parent reply	other threads:[~2003-06-22  1:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-21  4:10 AIC7(censored) card gone wild? Perez-Gonzalez, Inaky
2003-06-21  9:47 ` Matthias Andree
2003-06-21 21:05   ` Zack Gilburd
2003-06-21 22:17     ` Justin T. Gibbs
2003-06-22  1:28 ` Justin T. Gibbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-06-22  4:01 Perez-Gonzalez, Inaky
2003-06-22  9:13 ` Matthias Andree
2003-06-22 23:42 ` jw schultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=962370000.1056245292@aslan.scsiguy.com \
    --to=gibbs@scsiguy.com \
    --cc=inaky.perez-gonzalez@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.