From owner-cvs-all Tue Jun 29 10:36:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14083153AD; Tue, 29 Jun 1999 10:36:22 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13423; Tue, 29 Jun 1999 10:36:22 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199906291736.KAA13423@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Tue, 29 Jun 1999 10:36:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_drv.c pcvt_kbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/06/29 10:36:22 PDT Modified files: sys/i386/isa/pcvt pcvt_drv.c pcvt_kbd.c Log: Keyboard allocation/deallocation fix. - Do not try to allocate a keyboard in pccnprobe() when probing the vt driver for the kernel console. Rather, allocate a keyboard when initializing the vt driver in pccninit(). - Release the keyboard in pccnterm(). - Don't try to read from the keyboard, if it is not present. Revision Changes Path 1.56 +68 -32 src/sys/i386/isa/pcvt/pcvt_drv.c 1.31 +1 -1 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