Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235168
b: refs/heads/master
c: 1d3e09a
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Herrmann authored and Ingo Molnar committed Mar 16, 2011
1 parent 657735c commit 8753c29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e00f7aed6af21fc09b2a94d28bc34e449bd3a53
refs/heads/master: 1d3e09a304e6c4e004ca06356578b171e8735d3c
7 changes: 6 additions & 1 deletion trunk/arch/x86/kernel/early-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,12 @@ static void __init ati_bugs_contd(int num, int slot, int func)
if (rev >= 0x40)
acpi_fix_pin2_polarity = 1;

if (rev > 0x13)
/*
* SB600: revisions 0x11, 0x12, 0x13, 0x14, ...
* SB700: revisions 0x39, 0x3a, ...
* SB800: revisions 0x40, 0x41, ...
*/
if (rev >= 0x39)
return;

if (acpi_use_timer_override)
Expand Down

0 comments on commit 8753c29

Please sign in to comment.