[LinuxBIOS] [PATCH] v2: keyboard init debug message

Stefan Reinauer stepan at coresystems.de
Wed Oct 17 19:17:42 CEST 2007


* Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net> [071012 23:10]:
> Add a debug message to keyboard init. This helped isolate at least one
> case of keyboard failure (the keyboard initialization was never hit).
> 
> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Acked-by: Stefan Reinauer <stepan at coresystems.de>


> ---
> 
> Index: LinuxBIOSv2/src/pc80/keyboard.c
> ===================================================================
> --- LinuxBIOSv2/src/pc80/keyboard.c	(Revision 2849)
> +++ LinuxBIOSv2/src/pc80/keyboard.c	(Arbeitskopie)
> @@ -27,6 +27,7 @@
>  {
>  	unsigned char regval;
>  
> +	printk_debug("Keyboard init...\n");
>  	/* send cmd = 0xAA, self test 8042 */
>  	outb(0xaa, 0x64);
>  
> 
> 
> 
> 
> -- 
> linuxbios mailing list
> linuxbios at linuxbios.org
> http://www.linuxbios.org/mailman/listinfo/linuxbios
> 

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866




More information about the coreboot mailing list