* [PATCH] Longhaul - Add support for PM133 northbridge
@ 2007-09-26 15:08 Rafał Bilski
0 siblings, 0 replies; only message in thread
From: Rafał Bilski @ 2007-09-26 15:08 UTC (permalink / raw)
To: Dave Jones; +Cc: cpufreq
Add support for PM133 northbridge. Tested by Sylvain Ferrand.
Signed-off-by: Rafal Bilski <rafalbilski@interia.pl>
---
arch/i386/kernel/cpu/cpufreq/longhaul.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c
--- a/arch/i386/kernel/cpu/cpufreq/longhaul.c
+++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c
@@ -708,6 +708,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;
--
----------------------------------------------------------------------
Zaplanuj i zrob to. Na pewno potrafisz!
Sprawdz >>> http://link.interia.pl/f1bba
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-26 15:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 15:08 [PATCH] Longhaul - Add support for PM133 northbridge Rafał Bilski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox