linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Dake <sdake@mvista.com>
To: linux-kernel@vger.kernel.org, andre@linux-ide.org, frankt@promise.com
Subject: IDE/Promise 20276 FastTrack RAID Doesn't work in 2.4.21, patch attached to fix
Date: Thu, 10 Jul 2003 12:49:11 -0700	[thread overview]
Message-ID: <3F0DC337.50903@mvista.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

Folks,

After I upgraded to 2.4.21, I noticed my Gigabyte motherboard with 
onboard IDE Promise 20276 FastTrack RAID no longer works.  The following 
patch fixes the problem, which appears to be an incomplete list of 
devices in the ide setup code.  There are probably other fasttrack RAID 
adaptors that should be added to the setup code, but I don't know what 
they are.

Thanks
-steve

[-- Attachment #2: pdc20276fix.patch --]
[-- Type: text/plain, Size: 503 bytes --]

--- linux-2.4.21/drivers/ide/setup-pci.c	Fri Jun 13 07:51:34 2003
+++ linux-2.4.21-work/drivers/ide/setup-pci.c	Thu Jul 10 12:02:45 2003
@@ -640,7 +640,8 @@
 		 */
 		if (((d->vendor == PCI_VENDOR_ID_PROMISE) &&
 		     ((d->device == PCI_DEVICE_ID_PROMISE_20262) ||
-		      (d->device == PCI_DEVICE_ID_PROMISE_20265))) &&
+		      (d->device == PCI_DEVICE_ID_PROMISE_20265) ||
+		      (d->device == PCI_DEVICE_ID_PROMISE_20276))) &&
 		    (secondpdc++==1) && (port==1))
 			goto controller_ok;
 			

             reply	other threads:[~2003-07-10 19:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-10 19:49 Steven Dake [this message]
2003-07-10 20:04 ` IDE/Promise 20276 FastTrack RAID Doesn't work in 2.4.21, patch attached to fix Bartlomiej Zolnierkiewicz
2003-07-10 20:45   ` Steven Dake
2003-07-10 21:11   ` Samuel Flory
2003-07-10 21:29     ` Steven Dake
2003-07-10 22:10     ` Bartlomiej Zolnierkiewicz

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=3F0DC337.50903@mvista.com \
    --to=sdake@mvista.com \
    --cc=andre@linux-ide.org \
    --cc=frankt@promise.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).