j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2009-12-30 10:49:40 +0100 (Wed, 30 Dec 2009) New Revision: 653
Modified: trunk/openbios-devel/drivers/pc_kbd.c Log: Sparc64: fix Linux error about inconsistent console
Signed-off-by: Blue Swirl blauwirbel@gmail.com
Modified: trunk/openbios-devel/drivers/pc_kbd.c =================================================================== --- trunk/openbios-devel/drivers/pc_kbd.c 2009-12-30 09:49:38 UTC (rev 652) +++ trunk/openbios-devel/drivers/pc_kbd.c 2009-12-30 09:49:40 UTC (rev 653) @@ -204,6 +204,11 @@ push_str("keyboard"); fword("device-type");
+ PUSH(-1); + fword("encode-int"); + push_str("keyboard"); + fword("property"); + chosen = find_dev("/chosen"); push_str(nodebuff); fword("open-dev");