Index: pckbd.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pckbc/pckbd.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -c -r1.28 -r1.29
*** pckbd.c	2001/11/13 17:45:07	1.28
--- pckbd.c	2001/12/09 13:42:01	1.29
***************
*** 1,4 ****
! /* $NetBSD: pckbd.c,v 1.28 2001/11/13 17:45:07 augustss Exp $ */
  
  /*-
   * Copyright (c) 1998 The NetBSD Foundation, Inc.
--- 1,4 ----
! /* $NetBSD: pckbd.c,v 1.29 2001/12/09 13:42:01 fvdl Exp $ */
  
  /*-
   * Copyright (c) 1998 The NetBSD Foundation, Inc.
***************
*** 79,85 ****
   */
  
  #include <sys/cdefs.h>
! __KERNEL_RCSID(0, "$NetBSD: pckbd.c,v 1.28 2001/11/13 17:45:07 augustss Exp $");
  
  #include <sys/param.h>
  #include <sys/systm.h>
--- 79,85 ----
   */
  
  #include <sys/cdefs.h>
! __KERNEL_RCSID(0, "$NetBSD: pckbd.c,v 1.29 2001/12/09 13:42:01 fvdl Exp $");
  
  #include <sys/param.h>
  #include <sys/systm.h>
***************
*** 383,390 ****
  		pckbc_slot_enable(sc->id->t_kbctag, sc->id->t_kbcslot, 1);
  
  		cmd[0] = KBC_ENABLE;
! 		res = pckbc_enqueue_cmd(sc->id->t_kbctag, sc->id->t_kbcslot,
! 					cmd, 1, 0, 1, 0);
  		if (res) {
  			printf("pckbd_enable: command error\n");
  			return (res);
--- 383,390 ----
  		pckbc_slot_enable(sc->id->t_kbctag, sc->id->t_kbcslot, 1);
  
  		cmd[0] = KBC_ENABLE;
! 		res = pckbc_poll_cmd(sc->id->t_kbctag, sc->id->t_kbcslot,
! 					cmd, 1, 0, NULL, 0);
  		if (res) {
  			printf("pckbd_enable: command error\n");
  			return (res);
