From owner-freebsd-bugs Sun Jun 1 22:20:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27483 for bugs-outgoing; Sun, 1 Jun 1997 22:20:08 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA27473; Sun, 1 Jun 1997 22:20:05 -0700 (PDT) Date: Sun, 1 Jun 1997 22:20:05 -0700 (PDT) Message-Id: <199706020520.WAA27473@hub.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: kern/3739: pause key not disabled; weird stuff when pressed Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3739; it has been noted by GNATS. From: Kazutaka YOKOTA To: Donn Miller Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/3739: pause key not disabled; weird stuff when pressed Date: Mon, 02 Jun 1997 14:14:34 +0900 >I think I know what happens here: on (U.S.) PC's, the 'pause' key is tied >to a particular BIOS routine that pauses whatever output is being sent to >the screen. However, the syscons driver wants to do another routine when >this key is pressed. Maybe the interaction between the BIOS activities >and the syscons driver is causing weird things to happen. No. This isn't the case here. BIOS is not involved in any way. While FreeBSD is running, the keyboard BIOS won't get control; we are in the protected mode :-) Kazu