lkml.org 
[lkml]   [2003]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: HighPoint 374
With my EPoX 8K9A3+, I had to hack the kernel to get the HPT374 running 
at all, as it reported slightly higher PCI clock than 33MHz, although
the machine wasn't overclocked, but it seems to run fine. The current
driver supports only 33MHz clock, which is probably the reason HPT374
isn't even initialized in some cases.

--
Jindrich Makovicka
--- hpt366.c.orig 2003-08-26 15:08:59.000000000 +0200
+++ hpt366.c 2003-08-26 15:09:46.000000000 +0200
@@ -808,6 +808,8 @@
printk("HPT37X: using 33MHz PCI clock\n");
} else if (freq < 0xb0) {
pll = F_LOW_PCI_40;
+ if (hpt_minimum_revision(dev,8))
+ pci_set_drvdata(dev, (void *) thirty_three_base_hpt374);
} else if (freq < 0xc8) {
pll = F_LOW_PCI_50;
if (hpt_minimum_revision(dev,8))
\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.045 / U:3.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site