[coreboot] [v2] r4297 - trunk/coreboot-v2/src/pc80

svn at coreboot.org svn at coreboot.org
Sun May 24 00:00:58 CEST 2009


Author: stepan
Date: 2009-05-24 00:00:58 +0200 (Sun, 24 May 2009)
New Revision: 4297

Modified:
   trunk/coreboot-v2/src/pc80/keyboard.c
Log:
fix comment in keyboard driver (trivial)

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



Modified: trunk/coreboot-v2/src/pc80/keyboard.c
===================================================================
--- trunk/coreboot-v2/src/pc80/keyboard.c	2009-05-22 18:17:06 UTC (rev 4296)
+++ trunk/coreboot-v2/src/pc80/keyboard.c	2009-05-23 22:00:58 UTC (rev 4297)
@@ -111,7 +111,7 @@
 		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);
 		}





More information about the coreboot mailing list