Index: sys/dev/ic/pckbc.c =================================================================== RCS file: /e/cvsync/cvsync/src/sys/dev/ic/pckbc.c,v retrieving revision 1.38 diff -u -r1.38 pckbc.c --- sys/dev/ic/pckbc.c 19 Oct 2007 11:59:59 -0000 1.38 +++ sys/dev/ic/pckbc.c 26 Nov 2007 06:47:28 -0000 @@ -143,7 +143,7 @@ struct pckbc_slotdata *q = t->t_slotdata[slot]; int s; u_char stat, c; - int i = 100000; /* if 1 port read takes 1us (?), this polls for 100ms */ + int i = 1000; /* if 1 port read takes 1us (?), this polls for 100ms */ int checkaux = t->t_haveaux; s = splhigh();