Heh, thanks!

-JMS

|-----Original Message-----
|From: Hoyt Duff [mailto:[EMAIL PROTECTED]] 
|Sent: Tuesday, November 27, 2001 9:36 AM
|To: [EMAIL PROTECTED]
|Subject: Re: [expert] A7A or A7M? Both work with MDK 8.0 and 8.1
|
|
|On Tuesday 27 November 2001 03:55, you wrote:
|> I have several systems using both sets of motherboards.
|>
|> Yes there is a problem, how it impacts you is for you to decide.
|>
|
|>
|> It would be nice to disable the log entries in the timer.c code so 
|> that the kernel does not keep interrupting to generate the log 
|> message. It's simple to do but no one has so far.
|>
|
|
|Here is one from a friend of mine, Bob Vincent <[EMAIL PROTECTED] >:
|
|Here ya go, unified diff against a 2.4.14-pre7 kernel:
|
|--- linux/arch/x86_64/kernel/time.c~    Mon Nov  5 06:01:08 2001
|+++ linux/arch/x86_64/kernel/time.c     Mon Nov 26 01:29:16 2001
|@@ -482,8 +482,10 @@
|                         count = LATCH - 1;
|                         if(time_after(jiffies, last_whine))
|                         {
|+                         /*
|                                 printk(KERN_WARNING "probable 
|hardware bug: 
|clock timer configuration lost - probably a VIA686a motherboard.\n");
|                                 printk(KERN_WARNING "probable 
|hardware bug: 
|restoring chip configuration.\n");
|+                         */
|                                 last_whine = jiffies + HZ;
|                         }                       
|                 }                            
|
|Hoyt
|


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to