public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford@redhat.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Benedict Bridgwater <bennyb@ntplx.net>,
	Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.4-ac5 aic7xxx causes hang on my machine
Date: Wed, 09 May 2001 12:21:27 -0400	[thread overview]
Message-ID: <3AF96E87.98357637@redhat.com> (raw)
In-Reply-To: <E14xWXu-0002fq-00@the-village.bc.nu>

Alan Cox wrote:
> 
> > > IRQ11 appearing on IRQ10 sounds exactly like the INTA-D line setting for IRQ
> > > 11 is wrong and we connected it to IRQ 10
> >
> > Which brings me back to my question in my previous email.  Why are we
> > remapping working configs again?  I'm at a loss here.  This isn't a hot plug
> > capably motherboard, we don't have to worry about new PCI cards getting thrown
> > in, and yet we are remapping the IRQs.  Why?
> 
> Ok and how do you propose to implement
> 
>         int gee_whiz_this_configuration_works(void)

The obvious one would be

int gee_whiz_this_configuration_works(struct pdev *pdev) {
	return(device_is_bootable_device(pdev));
}

> Now how about checking the BIOS tables and seeing if they are wrong. If so then
> someone can do something about it. Right now this is speculation and needs
> verifying.

Which is what I said also in my last email.  I'm more than happy to write this
off as a BIOS bug, and it is highly likely that the fact that Windows doesn't
see a problem is because of the exact test I mentioned above.  The BIOS has to
setup all possible boot devices, only devices non-essential to the boot
process (sound cards, modems, crap like that) get left unconfigured.  Not
touching already configured devices would seem to be a reasonable thing to do
in my opinion.  Not that I think configuring things is wrong, but it does make
you vulnerable to BIOS table bugs like this likely exposes, where as if you
didn't touch boot devices, then buggy BIOSes wouldn't bring your kernel to a
halt as easily.

-- 

 Doug Ledford <dledford@redhat.com>  http://people.redhat.com/dledford
      Please check my web site for aic7xxx updates/answers before
                      e-mailing me about problems

  reply	other threads:[~2001-05-09 16:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-09 12:59 2.4.4-ac5 aic7xxx causes hang on my machine Benedict Bridgwater
2001-05-09 14:06 ` Alan Cox
2001-05-09 15:25   ` Doug Ledford
2001-05-09 15:49     ` Alan Cox
2001-05-09 15:52       ` Doug Ledford
2001-05-09 16:10         ` Alan Cox
2001-05-09 16:21           ` Doug Ledford [this message]
2001-05-09 16:59             ` Alan Cox
2001-05-09 17:08               ` Doug Ledford
2001-05-09 17:16                 ` Alan Cox
     [not found]     ` <3AF96271.81C27F57@mandrakesoft.com>
     [not found]       ` <3AF9661B.1707F5E3@redhat.com>
     [not found]         ` <3AF96811.3C6C196D@mandrakesoft.com>
     [not found]           ` <3AF96B39.7C7888F4@redhat.com>
     [not found]             ` <3AF96D99.AB18CB4F@mandrakesoft.com>
     [not found]               ` <3AF97DE0.3C6455A6@ntplx.net>
2001-05-10 14:39                 ` Ben Bridgwater
2001-05-09 16:21   ` Andy Carlson
  -- strict thread matches above, loose matches on Subject: below --
2001-05-07 12:43 [Patch] Do not account shmem pages to the page cache Christoph Rohland
2001-05-07 13:04 ` 2.4.4-ac5 aic7xxx causes hang on my machine Andy Carlson
2001-05-07 13:58   ` Oyvind Jagtnes
2001-05-07 14:14   ` Justin T. Gibbs

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=3AF96E87.98357637@redhat.com \
    --to=dledford@redhat.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=bennyb@ntplx.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