Author: hailfinger Date: 2007-10-18 00:34:40 +0200 (Thu, 18 Oct 2007) New Revision: 2869
Modified: trunk/LinuxBIOSv2/src/pc80/keyboard.c Log: 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@gmx.net Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/LinuxBIOSv2/src/pc80/keyboard.c =================================================================== --- trunk/LinuxBIOSv2/src/pc80/keyboard.c 2007-10-17 22:30:07 UTC (rev 2868) +++ trunk/LinuxBIOSv2/src/pc80/keyboard.c 2007-10-17 22:34:40 UTC (rev 2869) @@ -27,6 +27,7 @@ { unsigned char regval;
+ printk_debug("Keyboard init...\n"); /* send cmd = 0xAA, self test 8042 */ outb(0xaa, 0x64);