mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@osdl.org>
To: Jeffrey Layton <jtlayton@poochiereds.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PCI/ACPI related boot hang with 2.6.0-test5-bk3 on KT266A mobo
Date: Fri, 19 Sep 2003 16:29:37 -0700	[thread overview]
Message-ID: <20030919162937.B16516@osdlab.pdx.osdl.net> (raw)
In-Reply-To: <1063982354.17540.173.camel@tesla.mmt.bellhowell.com>; from jtlayton@poochiereds.net on Fri, Sep 19, 2003 at 10:39:14AM -0400

* Jeffrey Layton (jtlayton@poochiereds.net) wrote:
> 
> I'll happily provide more info or test patches for this if you can tell

Does this patch fix it for you?
thanks,
-chris
-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net


===== drivers/acpi/pci_link.c 1.17 vs edited =====
--- 1.17/drivers/acpi/pci_link.c	Sun Aug 31 16:14:25 2003
+++ edited/drivers/acpi/pci_link.c	Tue Sep 16 16:59:46 2003
@@ -456,7 +456,6 @@
 		irq = link->irq.active;
 	} else {
 		irq = link->irq.possible[0];
-	}
 
 		/* 
 		 * Select the best IRQ.  This is done in reverse to promote 
@@ -466,6 +465,7 @@
 			if (acpi_irq_penalty[irq] > acpi_irq_penalty[link->irq.possible[i]])
 				irq = link->irq.possible[i];
 		}
+	}
 
 	/* Attempt to enable the link device at this IRQ. */
 	if (acpi_pci_link_set(link, irq)) {

  reply	other threads:[~2003-09-19 23:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-19 14:39 Jeffrey Layton
2003-09-19 23:29 ` Chris Wright [this message]
2003-09-20 15:48   ` Jeff Layton

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=20030919162937.B16516@osdlab.pdx.osdl.net \
    --to=chrisw@osdl.org \
    --cc=jtlayton@poochiereds.net \
    --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

all inboxes | Powered by JetHome®