From e2825504fde2023ee3fa322b408b80b4ccbaf97f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 23 May 2009 22:00:58 +0000 Subject: fix comment in keyboard driver (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4297 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pc80') diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c index e255132a7e..424920e71d 100644 --- a/src/pc80/keyboard.c +++ b/src/pc80/keyboard.c @@ -111,7 +111,7 @@ static void pc_keyboard_init(struct pc_keyboard *keyboard) if (!kbc_input_buffer_empty()) return; outb(0x60, 0x64); if (!kbc_input_buffer_empty()) return; - outb(0x20, 0x60); /* send cmd: enable keyboard and IRQ 1 */ + outb(0x20, 0x60); /* send cmd: enable keyboard */ if ((inb(0x64) & 0x01)) { regval = inb(0x60); } -- cgit v1.2.3