Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 10:36:22 -0700 (PDT)
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:  <199906291736.KAA13423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906291736.KAA13423>