Re: [patch 2.6.13] x86: check host bridge when applying vendor quirks

2005-09-08 Thread Andi Kleen
On Friday 09 September 2005 07:19, Piter PUNK wrote: > Hmmm... no. Yes. e.g. the Machines with AMD 8111 or Nvidia chipsets don't have another Hostbridge. >> [EMAIL PROTECTED]:/etc# lspci > 00:00.0 Host bridge: ATI Technologies Inc: Unknown device 5950 > <...many things...> > 00:18.0 Host bridge

Re: [patch 2.6.13] x86: check host bridge when applying vendor quirks

2005-09-08 Thread Piter PUNK
Andi Kleen wrote: On Friday 09 September 2005 04:33, Chuck Ebbert wrote: I was looking at the i386 ACPI early quirk code and x86_64 equivalent and it seems to me it should be checking the host bridge vendor, not the one for various PCI bridges. Nvidia might release some kind of PCI card with a

Re: [patch 2.6.13] x86: check host bridge when applying vendor quirks

2005-09-08 Thread Chuck Ebbert
In-Reply-To: <[EMAIL PROTECTED]> On Fri, 9 Sep 2005 at 04:47:09 +0200, Andi Kleen wrote: > On Friday 09 September 2005 04:33, Chuck Ebbert wrote: > > I was looking at the i386 ACPI early quirk code and x86_64 equivalent > > and it seems to me it should be checking the host bridge vendor, not > >

Re: [patch 2.6.13] x86: check host bridge when applying vendor quirks

2005-09-08 Thread Andi Kleen
On Friday 09 September 2005 04:33, Chuck Ebbert wrote: > I was looking at the i386 ACPI early quirk code and x86_64 equivalent > and it seems to me it should be checking the host bridge vendor, not > the one for various PCI bridges. Nvidia might release some kind of > PCI card with an embedded bri

[patch 2.6.13] x86: check host bridge when applying vendor quirks

2005-09-08 Thread Chuck Ebbert
I was looking at the i386 ACPI early quirk code and x86_64 equivalent and it seems to me it should be checking the host bridge vendor, not the one for various PCI bridges. Nvidia might release some kind of PCI card with an embedded bridge that would break this code, for example. I made this patch