Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67781
b: refs/heads/master
c: a09d60a
h: refs/heads/master
i:
  67779: 44552c4
v: v3
  • Loading branch information
Rafał Bilski authored and Dave Jones committed Oct 4, 2007
1 parent a4a6f77 commit d591555
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c925401b6dc2229adbb15b2f3c9f0f2d9253a5d5
refs/heads/master: a09d60a622ea4a3592dc6836e709d4a7a4ed4025
4 changes: 4 additions & 0 deletions trunk/arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,10 @@ static int enable_arbiter_disable(void)
reg = 0x78;
dev = pci_get_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8601_0,
NULL);
/* Find PM133/VT8605 host bridge */
if (dev == NULL)
dev = pci_get_device(PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_8605_0, NULL);
/* Find CLE266 host bridge */
if (dev == NULL) {
reg = 0x76;
Expand Down

0 comments on commit d591555

Please sign in to comment.