Subject: Re: NetBSD 1.4.1 & keyboard freakage.
To: None <port-alpha@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: port-alpha
Date: 10/28/1999 11:02:48
> the releveant sections to my keyboard are:

> pckbc0 at isa0 port 0x60-0x64
> pckbdprobe: reset response 0xfd

I had some trouble on an i386 box with similar errors.  This patch -
which may well be overkill - fixed it for me:

--- OLD/sys/dev/isa/pckbc.c	Thu Jan  1 00:00:00 1970
+++ NEW/sys/dev/isa/pckbc.c	Thu Jan  1 00:00:00 1970
@@ -146,7 +146,7 @@
 #define KBC_DEVCMD_ACK 0xfa
 #define KBC_DEVCMD_RESEND 0xfe
 
-#define	KBD_DELAY	DELAY(8)
+#define	KBD_DELAY	DELAY(32)
 
 static inline int
 pckbc_wait_output(iot, ioh_c)

It might be worth trying something similar in your case....

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B