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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



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);
                }


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to