Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2000 23:44:11 -0800 (PST)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/kbd atkbd.c
Message-ID:  <200003110744.XAA57695@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      2000/03/10 23:44:11 PST

  Modified files:
    sys/dev/kbd          atkbd.c 
  Log:
  One more patch for the atkbd driver.  It will make sure that the
  keyboard port and interrupt is enabled and the driver is attached even
  when the keyboard itself is not present when the system is booting.
  (This has been the behavior through out 2.X and 3.X, but is somehow
  broken in 4.0.)
  
  # I certainly don't recommend people to `hot-plug' the AT keyboard,
  # because the interface isn't designed for hot-plugging and such act
  # will often break the keyboard controller.  But, so many people want to
  # do that anyway...
  
  Approved by: jkh
  
  Revision  Changes    Path
  1.25      +13 -1     src/sys/dev/kbd/atkbd.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?200003110744.XAA57695>