diff options
| -rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index 05946293364c..c548daad3476 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
| @@ -583,6 +583,10 @@ static int enable_arbiter_disable(void) | |||
| 583 | if (dev == NULL) { | 583 | if (dev == NULL) { |
| 584 | reg = 0x76; | 584 | reg = 0x76; |
| 585 | dev = pci_find_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_862X_0, NULL); | 585 | dev = pci_find_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_862X_0, NULL); |
| 586 | /* Find CN400 V-Link host bridge */ | ||
| 587 | if (dev == NULL) | ||
| 588 | dev = pci_find_device(PCI_VENDOR_ID_VIA, 0x7259, NULL); | ||
| 589 | |||
| 586 | } | 590 | } |
| 587 | if (dev != NULL) { | 591 | if (dev != NULL) { |
| 588 | /* Enable access to port 0x22 */ | 592 | /* Enable access to port 0x22 */ |
| @@ -734,7 +738,7 @@ print_support_type: | |||
| 734 | return 0; | 738 | return 0; |
| 735 | 739 | ||
| 736 | err_acpi: | 740 | err_acpi: |
| 737 | printk(KERN_ERR PFX "No ACPI support. No VT8601 or VT8623 northbridge. Aborting.\n"); | 741 | printk(KERN_ERR PFX "No ACPI support. Unsupported northbridge. Aborting.\n"); |
| 738 | return -ENODEV; | 742 | return -ENODEV; |
| 739 | } | 743 | } |
| 740 | 744 | ||
