Re: 2.6.24-git15 Keyboard Issue?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Chris Holvenstot <cholvenstot@...>
Cc: Jiri Kosina <jkosina@...>, Kernel <linux-kernel@...>, Ingo Molnar <mingo@...>
Date: Thursday, February 7, 2008 - 1:46 pm

Chris,

On Thu, 7 Feb 2008, Chris Holvenstot wrote:

Yeah. The non rhetorical one was directed to Jiri. :)


No problem. At the moment I'm equally clueless :)
 

Can you please apply the following patch, boot w/o nohpet and provide
the dmesg output ?

Thanks,
	tglx

diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
index 429d084..4e98241 100644
--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -375,8 +375,10 @@ int __init hpet_enable(void)
 {
 	unsigned long id;
 
-	if (!is_hpet_capable())
+	if (!is_hpet_capable()) {
+		printk(KERN_INFO "HPET not available\n");
 		return 0;
+	}
 
 	hpet_set_mapping();
 
@@ -392,6 +394,7 @@ int __init hpet_enable(void)
 	 * information and the number of channels
 	 */
 	id = hpet_readl(HPET_ID);
+	printk(KERN_INFO "HPET available. ID = %lx\n", id);
 
 #ifdef CONFIG_HPET_EMULATE_RTC
 	/*
@@ -412,6 +415,7 @@ int __init hpet_enable(void)
 	return 0;
 
 out_nohpet:
+	printk(KERN_INFO "HPET disabled\n");
 	hpet_clear_mapping();
 	boot_hpet_disable = 1;
 	return 0;
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Wed Feb 6, 9:02 am)
Re: 2.6.24-git15 Keyboard Issue?, Mark Hounschell, (Wed Feb 6, 9:23 am)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Wed Feb 6, 9:28 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Wed Feb 6, 9:49 am)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Wed Feb 6, 9:54 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Wed Feb 6, 1:24 pm)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Thu Feb 7, 5:18 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Thu Feb 7, 6:44 am)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Thu Feb 7, 6:51 am)
Re: 2.6.24-git15 Keyboard Issue?, Thomas Gleixner, (Thu Feb 7, 8:29 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Thu Feb 7, 11:07 am)
Re: 2.6.24-git15 Keyboard Issue?, Thomas Gleixner, (Thu Feb 7, 12:13 pm)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Thu Feb 7, 12:45 pm)
Re: 2.6.24-git15 Keyboard Issue?, Thomas Gleixner, (Thu Feb 7, 1:46 pm)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Fri Feb 8, 11:08 am)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Fri Feb 8, 7:25 pm)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Fri Feb 8, 1:36 am)
Re: 2.6.24-git15 Keyboard Issue?, Thomas Gleixner, (Sat Feb 9, 5:56 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Sat Feb 9, 6:37 am)
Re: 2.6.24-git15 Keyboard Issue?, Thomas Gleixner, (Sat Feb 9, 9:59 am)
Re: 2.6.24-git15 Keyboard Issue?, Thomas Gleixner, (Fri Mar 28, 6:15 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Fri Mar 28, 7:20 am)
Re: 2.6.24-git15 Keyboard Issue?, Jiri Kosina, (Fri Mar 28, 7:24 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Fri Mar 28, 7:34 am)
Re: 2.6.24-git15 Keyboard Issue?, Chris Holvenstot, (Thu Feb 7, 5:51 am)
Re: 2.6.24-git15 Keyboard Issue?, Kristoffer Ericson, (Wed Feb 6, 12:36 pm)