From e447df1b25e8657b6033bedd37778fb441dc2081 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 17 Oct 2007 22:34:40 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2869 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/keyboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pc80') diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c index c5e384800f..454de986ad 100644 --- a/src/pc80/keyboard.c +++ b/src/pc80/keyboard.c @@ -27,6 +27,7 @@ static void pc_keyboard_init(struct pc_keyboard *keyboard) { unsigned char regval; + printk_debug("Keyboard init...\n"); /* send cmd = 0xAA, self test 8042 */ outb(0xaa, 0x64); -- cgit v1.2.3