Kazutaka YOKOTA wrote in message ID <199903170241.laa28...@zodiac.mech.utsunomiya-u.ac.jp>: > It was in machine/console.h and renamed to keyent_t. > > I don't remember when this `#ifdef __i386__' bit came in...
revision 1.23 date: 1999/03/10 10:36:51; author: yokota; state: Exp; lines: +12 -33 Keyboard driver update in preparation for the USB keyboard driver. Seems to be when it was introduced. > Index: kbdcontrol.c > =================================================================== > RCS file: /src/CVS/src/usr.sbin/kbdcontrol/kbdcontrol.c,v > retrieving revision 1.23 > diff -u -r1.23 kbdcontrol.c > --- kbdcontrol.c 1999/03/10 10:36:51 1.23 > +++ kbdcontrol.c 1999/03/17 02:39:15 > @@ -410,13 +410,8 @@ > } > > > -#ifdef __i386__ > void > print_key_definition_line(FILE *fp, int scancode, struct keyent_t *key) > -#else > -void > -print_key_definition_line(FILE *fp, int scancode, struct key_t *key) -#endif > { > int i; Will you commit this? Thanks, Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message