[1518] in NetBSD-Development

home help back first fref pref prev next nref lref last post

Dell keyboard issue

daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Jan 8 12:12:56 1998

Date: Thu, 8 Jan 1998 12:12:29 -0500
From: Greg Hudson <ghudson@MIT.EDU>
To: netbsd-dev@MIT.EDU

When we're building install and athena kernels for the release, we
should include this patch for the Dell keyboard problem:

*** src/sys/arch/i386/isa/pccons.c.orig	Thu Jan  8 00:26:55 1998
--- src/sys/arch/i386/isa/pccons.c	Thu Jan  8 00:23:01 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
*** src/sys/arch/i386/isa/pms.c.orig	Thu Jan  8 00:26:59 1998
--- src/sys/arch/i386/isa/pms.c	Thu Jan  8 00:22:47 1998
***************
*** 126,131 ****
--- 126,133 ----
  	{ 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

home help back first fref pref prev next nref lref last post