public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Matt Domsch <Matt_Domsch@dell.com>,
	"Justin T. Gibbs" <gibbs@scsiguy.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH 2.4.30-pre1] aic7xxx: don't reset chip on pause]
Date: Fri, 25 Feb 2005 17:48:03 -0300	[thread overview]
Message-ID: <20050225204803.GA14373@logos.cnet> (raw)
In-Reply-To: <20050225180105.GA13880@lists.us.dell.com>


Applied, thanks. 

On Fri, Feb 25, 2005 at 12:01:05PM -0600, Matt Domsch wrote:
> (resend)
> Patch below taken from RHEL3 Update 4 kernel 2.4.21-27.EL, fixes a bug
> in the aic79xx and aic7xxx drivers, where upon trying to pause the
> controller chip, it is accidentally hard-reset.  This causes PCI
> Parity errors to appear on Dell PowerEdge 4600 servers as the inb()
> immediately after accidental reset receives corrupted data.
> 
> Patch was submitted by Justin Gibbs many moons ago, but never applied
> to mainline 2.4.  It's in mainlin 2.6.  Marcelo, please apply.
> 
> Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
> 
> -- 
> Matt Domsch
> Software Architect
> Dell Linux Solutions linux.dell.com & www.dell.com/linux
> Linux on Dell mailing lists @ http://lists.us.dell.com
> 
> diff -urNp --exclude-from=/home/mdomsch/excludes --minimal ./aic79xx_pci.c /home/mdomsch/kernels/linux-2.4.21-27.EL/drivers/scsi/aic7xxx/aic79xx_pci.c
> --- ./aic79xx_pci.c	Fri Feb 18 14:38:22 2005
> +++ linux/drivers/scsi/aic7xxx/aic79xx_pci.c	Wed Dec  1 20:49:28 2004
> @@ -451,8 +457,10 @@ ahd_pci_test_register_access(struct ahd_
>  	 * or read prefetching could be initiated by the
>  	 * CPU or host bridge.  Our device does not support
>  	 * either, so look for data corruption and/or flaged
> -	 * PCI errors.
> +	 * PCI errors.  First pause without causing another
> +	 * chip reset.
>  	 */
> +	hcntrl &= ~CHIPRST;
>  	ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
>  	while (ahd_is_paused(ahd) == 0)
>  		;
> diff -urNp --exclude-from=/home/mdomsch/excludes --minimal ./aic7xxx_pci.c /home/mdomsch/kernels/linux-2.4.21-27.EL/drivers/scsi/aic7xxx/aic7xxx_pci.c
> --- ./aic7xxx_pci.c	Fri Feb 18 14:38:22 2005
> +++ /home/mdomsch/kernels/linux-2.4.21-27.EL/drivers/scsi/aic7xxx/aic7xxx_pci.c	Wed Dec  1 20:49:28 2004
> @@ -1284,8 +1284,10 @@ ahc_pci_test_register_access(struct ahc_
>  	 * or read prefetching could be initiated by the
>  	 * CPU or host bridge.  Our device does not support
>  	 * either, so look for data corruption and/or flagged
> -	 * PCI errors.
> +	 * PCI errors.  First pause without causing another
> +	 * chip reset.
>  	 */
> +	hcntrl &= ~CHIPRST;
>  	ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
>  	while (ahc_is_paused(ahc) == 0)
>  		;

      reply	other threads:[~2005-02-26  1:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-25 18:01 [PATCH 2.4.30-pre1] aic7xxx: don't reset chip on pause] Matt Domsch
2005-02-25 20:48 ` Marcelo Tosatti [this message]

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=20050225204803.GA14373@logos.cnet \
    --to=marcelo.tosatti@cyclades.com \
    --cc=Matt_Domsch@dell.com \
    --cc=gibbs@scsiguy.com \
    --cc=linux-scsi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox