Subject: 1.3 Keyboard problem solved
To: None <port-i386@NetBSD.ORG>
From: Geir Inge Jensen <Geir.I.Jensen@fm.sintef.no>
List: port-i386
Date: 01/08/1998 09:28:05
Hi,

Frank van der Linden helped me to find a solution on my keyboard problem
with the Dell keyboard. I don't know if it is a good solution, but it
helped me.

In case anyone else has the same problem, this is the diff against 1.3:

*** pccons.c    Sat Nov  1 16:02:19 1997
--- pccons.c.new        Wed Jan  7 17:31:13 1998
***************
*** 203,208 ****
--- 203,210 ----
        { u_char x = inb(0x84); (void) x; } \
        { u_char x = inb(0x84); (void) x; } \
        { u_char x = inb(0x84); (void) x; } \
+       { u_char x = inb(0x84); (void) x; } \
+       { u_char x = inb(0x84); (void) x; } \
        { u_char x = inb(0x84); (void) x; }
  
  static __inline int


Quite simple :)

Bye,
Geir Inge.