public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch
@ 2006-03-10  3:25 Philip Langdale
  2006-03-10  6:38 ` pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Langdale @ 2006-03-10  3:25 UTC (permalink / raw)
  To: bjdouma, linux-kernel; +Cc: gregkh

Saw this patch mentioned in passing and I wanted to point out
that this is a more general problem than just for asus motherboards.
I have a soyo kt880 based dragon 2 motherboard and it exhibits the
same behaviour and the same fix works (modulo looking for a different
subsystem vendor - soyo apparently don't have their own id - it's
set to VIA for all devices). And I've read about it affecting other
motherboards - I think it must be something that's present in the
reference BIOS that all the manufacturers use.

I'm not sure what the most efficient way to generalise it - especially
with cases like the Soyo one where there's no proper subvendor id.

--phil

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch
  2006-03-10  3:25 pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Philip Langdale
@ 2006-03-10  6:38 ` Greg KH
  2006-03-10  7:20   ` pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Philip Langdale
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2006-03-10  6:38 UTC (permalink / raw)
  To: Philip Langdale; +Cc: bjdouma, linux-kernel

On Thu, Mar 09, 2006 at 07:25:43PM -0800, Philip Langdale wrote:
> Saw this patch mentioned in passing and I wanted to point out
> that this is a more general problem than just for asus motherboards.
> I have a soyo kt880 based dragon 2 motherboard and it exhibits the
> same behaviour and the same fix works (modulo looking for a different
> subsystem vendor - soyo apparently don't have their own id - it's
> set to VIA for all devices). And I've read about it affecting other
> motherboards - I think it must be something that's present in the
> reference BIOS that all the manufacturers use.
> 
> I'm not sure what the most efficient way to generalise it - especially
> with cases like the Soyo one where there's no proper subvendor id.

Great, thanks for the information.  How about just adding new device ids
for the new machines that also need this function called.  It's quite
easy to do that...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch
  2006-03-10  6:38 ` pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Greg KH
@ 2006-03-10  7:20   ` Philip Langdale
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Langdale @ 2006-03-10  7:20 UTC (permalink / raw)
  To: Greg KH; +Cc: bjdouma, linux-kernel

Greg KH wrote:
>>
>> I'm not sure what the most efficient way to generalise it - especially
>> with cases like the Soyo one where there's no proper subvendor id.
> 
> Great, thanks for the information.  How about just adding new device ids
> for the new machines that also need this function called.  It's quite
> easy to do that...

Actually, I would go as far as to say just drop the check for the
subsystem vendor completely and unconditionally read the pci config
byte.

--phil

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-10  7:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10  3:25 pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Philip Langdale
2006-03-10  6:38 ` pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Greg KH
2006-03-10  7:20   ` pci-pci-quirk-for-asus-a8v-and-a8v-deluxe-motherboards.patch Philip Langdale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox