Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34377
b: refs/heads/master
c: 08da3f4
h: refs/heads/master
i:
  34375: 0b172a4
v: v3
  • Loading branch information
Dave Jones committed Sep 11, 2006
1 parent c09b47c commit 7e873eb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c14635eb4e591c61e419c065df1fdacf9ff90c00
refs/heads/master: 08da3f413f6aa3eb48cfc5331c68e57393167fe5
2 changes: 2 additions & 0 deletions trunk/drivers/char/agp/intel-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,8 @@ static int agp_intel_resume(struct pci_dev *pdev)
intel_i830_configure();
else if (bridge->driver == &intel_810_driver)
intel_i810_configure();
else if (bridge->driver == &intel_i965_driver)
intel_i915_configure();

return 0;
}
Expand Down

0 comments on commit 7e873eb

Please sign in to comment.