public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HPT374 kernel panic - regression in 2.6.8
@ 2004-08-14 11:14 Jindrich Makovicka
  2004-08-14 15:16 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Jindrich Makovicka @ 2004-08-14 11:14 UTC (permalink / raw)
  To: linux-kernel

Hello,

HighPoint 374 driver in 2.6.8 can cause kernel panic on boot with 
non-33MHz timings because some lines from an older version have been 
included in the source again. After removing the check, HPT374 works 
just fine using internal PLL.

--- old/hpt366.c	2004-08-14 13:06:12.000000000 +0200
+++ new/hpt366.c	2004-08-14 12:59:25.000000000 +0200
@@ -991,11 +991,6 @@
  	if (pci_get_drvdata(dev))
  		goto init_hpt37X_done;
  	
-	if (hpt_minimum_revision(dev,8))
-	{
-		printk(KERN_ERR "HPT374: Only 33MHz PCI timings are supported.\n");
-		return -EOPNOTSUPP;
-	}
  	/*
  	 * adjust PLL based upon PCI clock, enable it, and wait for
  	 * stabilization.

Regards,
-- 
Jindrich Makovicka

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-17 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-14 11:14 [PATCH] HPT374 kernel panic - regression in 2.6.8 Jindrich Makovicka
2004-08-14 15:16 ` Alan Cox
2004-08-16 22:30   ` Bartlomiej Zolnierkiewicz
2004-08-16 22:00     ` Alan Cox
2004-08-17 12:25       ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox