Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5301
b: refs/heads/master
c: ac12259
h: refs/heads/master
i:
  5299: e101666
v: v3
  • Loading branch information
Giancarlo Formicuccia authored and Linus Torvalds committed Jul 28, 2005
1 parent 10398dd commit b74ede8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad2b93123d2b3cb4ba9a98dd5f62acb6d6b50391
refs/heads/master: ac12259f2984d96454affc147f9d63f2ac2ac1f8
7 changes: 7 additions & 0 deletions trunk/arch/i386/pci/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,13 @@ static __init int intel_router_probe(struct irq_router *r, struct pci_dev *route
static __init int via_router_probe(struct irq_router *r, struct pci_dev *router, u16 device)
{
/* FIXME: We should move some of the quirk fixup stuff here */

if (router->device == PCI_DEVICE_ID_VIA_82C686 &&
device == PCI_DEVICE_ID_VIA_82C586_0) {
/* Asus k7m bios wrongly reports 82C686A as 586-compatible */
device = PCI_DEVICE_ID_VIA_82C686;
}

switch(device)
{
case PCI_DEVICE_ID_VIA_82C586_0:
Expand Down

0 comments on commit b74ede8

Please sign in to comment.