Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39653
b: refs/heads/master
c: db2fb9d
h: refs/heads/master
i:
  39651: 3ed2c73
v: v3
  • Loading branch information
Rafa� Bilski authored and Dave Jones committed Dec 12, 2006
1 parent 9e8ab91 commit 22acbbe
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3f4a25f17e1073b5af36678b69755af6e56780c3
refs/heads/master: db2fb9db5735cc532fd4fc55e94b9a3c3750378e
6 changes: 5 additions & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ static int enable_arbiter_disable(void)
if (dev == NULL) {
reg = 0x76;
dev = pci_find_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_862X_0, NULL);
/* Find CN400 V-Link host bridge */
if (dev == NULL)
dev = pci_find_device(PCI_VENDOR_ID_VIA, 0x7259, NULL);

}
if (dev != NULL) {
/* Enable access to port 0x22 */
Expand Down Expand Up @@ -734,7 +738,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
return 0;

err_acpi:
printk(KERN_ERR PFX "No ACPI support. No VT8601 or VT8623 northbridge. Aborting.\n");
printk(KERN_ERR PFX "No ACPI support. Unsupported northbridge. Aborting.\n");
return -ENODEV;
}

Expand Down

0 comments on commit 22acbbe

Please sign in to comment.