public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "J.A. Magallon" <jamagallon@able.es>
To: Andre Hedrick <andre@linux-ide.org>
Cc: Ed Sweetman <ed.sweetman@wmich.edu>,
	Lista Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCHSET] Linux 2.4.19-pre7-jam5
Date: Tue, 23 Apr 2002 16:05:31 +0200	[thread overview]
Message-ID: <20020423140531.GC2048@werewolf.able.es> (raw)
In-Reply-To: <Pine.LNX.4.10.10204222302220.32212-100000@master.linux-ide.org>


On 2002.04.23 Andre Hedrick wrote:
>
>bottom of ide-pci.c
>
>there is a failed test to isolate multi-function chips which carry a real
>host inside.
>
>ide_scan_pcidev()
>
>else if (d->order_fix)
>	d->order_fix(dev, d);
>--
>--
>--
>
>delete the three lines after d->order_fix(dev, d);
>

Planning to include a 41-ide-6-promise-fix.gz in -pre7-jam6 with:

--- linux/drivers/ide/ide-pci.c.org	2002-04-23 15:57:13.000000000 +0200
+++ linux/drivers/ide/ide-pci.c	2002-04-23 15:57:57.000000000 +0200
@@ -918,9 +918,11 @@
 			"(uses own driver)\n", d->name);
 	else if (d->order_fix)
 		d->order_fix(dev, d);
+#if 0
 	else if (((dev->class >> 8) != PCI_CLASS_STORAGE_IDE) &&
 		 (!(PCI_FUNC(dev->devfn) & 1)))
 		return;
+#endif
 	else if (IDE_PCI_DEVID_EQ(d->devid, DEVID_UM8886A) &&
 		 (!(PCI_FUNC(dev->devfn) & 1)))
 		return;	/* UM8886A/BF pair */

so text stays there for reference....

-- 
J.A. Magallon                           #  Let the source be with you...        
mailto:jamagallon@able.es
Mandrake Linux release 8.3 (Cooker) for i586
Linux werewolf 2.4.19-pre7-jam5 #1 SMP mar abr 23 01:29:38 CEST 2002 i686

  reply	other threads:[~2002-04-23 14:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-23  0:25 [PATCHSET] Linux 2.4.19-pre7-jam5 J.A. Magallon
2002-04-23  5:25 ` Ed Sweetman
2002-04-23  6:06   ` Andre Hedrick
2002-04-23 14:05     ` J.A. Magallon [this message]
2002-04-23 21:20       ` Andre Hedrick
2002-04-23  5:42 ` Ed Sweetman

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=20020423140531.GC2048@werewolf.able.es \
    --to=jamagallon@able.es \
    --cc=andre@linux-ide.org \
    --cc=ed.sweetman@wmich.edu \
    --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