Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98115
b: refs/heads/master
c: 75b19b7
h: refs/heads/master
i:
  98113: def4dba
  98111: e3476f6
v: v3
  • Loading branch information
Bertram Felgenhauer authored and Ingo Molnar committed Jun 2, 2008
1 parent e6b9ada commit 8cd412f
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: 4efeb4dd3c0bf534e431a8e7c72d0afbd4cd24aa
refs/heads/master: 75b19b790bec3ebffbf513405b27500e22270cbc
7 changes: 7 additions & 0 deletions trunk/arch/x86/pci/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,13 @@ static __init int via_router_probe(struct irq_router *r,
*/
device = PCI_DEVICE_ID_VIA_8235;
break;
case PCI_DEVICE_ID_VIA_8237:
/**
* Asus a7v600 bios wrongly reports 8237
* as 586-compatible
*/
device = PCI_DEVICE_ID_VIA_8237;
break;
}
}

Expand Down

0 comments on commit 8cd412f

Please sign in to comment.