Date: Wed, 13 Jan 1999 19:17:33 -0800 (PST) From: Kazutaka YOKOTA <yokota@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_drv.c pcvt_kbd.c Message-ID: <199901140317.TAA25381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1999/01/13 19:17:33 PST Modified files: sys/i386/isa/pcvt pcvt_drv.c pcvt_kbd.c Log: Fix various breakage after the recent keyboard driver change. - Don't try to set typematic rate if there is not a keyboard. - Fix wrong test on error code. - Don't try to claim the keyboard twice. The second call will fail. Revision Changes Path 1.48 +12 -12 src/sys/i386/isa/pcvt/pcvt_drv.c 1.27 +3 -2 src/sys/i386/isa/pcvt/pcvt_kbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901140317.TAA25381>