mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Allen Mcintosh <mcintosh@research.telcordia.com>
To: linux-kernel@vger.kernel.org, andre@linux-ide.org
Cc: whitney@math.berkeley.edu, magamo@ranka.2y.net
Subject: [PATCH] Re: Promise PDC20262 in kernel 2.4.x
Date: Wed, 14 Nov 2001 22:39:19 -0500 (EST)	[thread overview]
Message-ID: <200111150339.WAA04775@science.research.telcordia.com> (raw)
In-Reply-To: <200111140323.WAA18909@mc-pc.research.telcordia.com> from "Allen McIntosh" at Nov 13, 2001 10:23:01 PM

I wrote:

> [Can't get Linux to boot with PDC20262 controller.  One of disks is a
> Quantum Fireball Plus.]

Malcom Mallardi posted a note around the same time describing the same
problem.  Wayne Whitney suggested that Malcom add his disk to the "problem
disk" list in pdc202xx.c, and Malcom reports that it worked.  I did the
same thing for my disk, with the same results.

I enclose two patches against the 2.4.14 kernel.  The first patch just adds
both problem disks to the list.  The second assumes that all disks in the
appropriate Quantum families are a problem.  My vote is for the second one.

Patch 1:
--- drivers/ide/pdc202xx.c.ori	Wed Nov 14 18:22:27 2001
+++ drivers/ide/pdc202xx.c	Wed Nov 14 20:57:13 2001
@@ -230,7 +230,9 @@
 	"QUANTUM FIREBALLP KA6.4",
 	"QUANTUM FIREBALLP LM20.4",
 	"QUANTUM FIREBALLP KX20.5",
+	"QUANTUM FIREBALLP KX27.3",
 	"QUANTUM FIREBALLP LM20.5",
+	"QUANTUM FIREBALLP LM30.0",
 	NULL
 };
 
Patch 2:
--- drivers/ide/pdc202xx.c.ori	Wed Nov 14 18:22:27 2001
+++ drivers/ide/pdc202xx.c	Wed Nov 14 21:20:09 2001
@@ -225,12 +225,18 @@
 
 byte pdc202xx_proc = 0;
 
+/*
+ * Problems have been reported with the following Quantum Fireball Plus drives:
+ * KA 6.4GB, KX 20.5GB, 27.3GB, LM 20.4GB, 20.5GB and 30.0GB.  Quantum's
+ * datasheets suggest that all drives in a series (KA, KX and LM) have the
+ * same design.  It seems prudent to identify them all here.
+ */
+ 
 const char *pdc_quirk_drives[] = {
 	"QUANTUM FIREBALLlct08 08",
-	"QUANTUM FIREBALLP KA6.4",
-	"QUANTUM FIREBALLP LM20.4",
-	"QUANTUM FIREBALLP KX20.5",
-	"QUANTUM FIREBALLP LM20.5",
+	"QUANTUM FIREBALLP KA",
+	"QUANTUM FIREBALLP KX",
+	"QUANTUM FIREBALLP LM",
 	NULL
 };
 

      parent reply	other threads:[~2001-11-15  3:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-14  3:23 Allen McIntosh
2001-11-14  7:35 ` nakai
2001-11-15  3:39 ` Allen Mcintosh [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=200111150339.WAA04775@science.research.telcordia.com \
    --to=mcintosh@research.telcordia.com \
    --cc=andre@linux-ide.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=magamo@ranka.2y.net \
    --cc=whitney@math.berkeley.edu \
    /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

all inboxes | Powered by JetHome®