From owner-freebsd-commit Sat Apr 8 14:32:20 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25856 for commit-outgoing; Sat, 8 Apr 1995 14:32:20 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA25843 for cvs-sys-outgoing; Sat, 8 Apr 1995 14:32:17 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA25832 ; Sat, 8 Apr 1995 23:32:12 +0200 Date: Sat, 8 Apr 1995 23:32:12 +0200 From: Joerg Wunsch Message-Id: <199504082132.XAA25832@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/08 23:32:12 Modified: sys/i386/i386 cons.c cons.h db_interface.c sys/i386/isa/pcvt pcvt_ext.c sys/kern subr_prf.c Log: Implement a simple hook (or hack?) to allow graphics device console drivers to protect DDB from being invoked while the console is in process-controlled (i.e., graphics) mode. Implement the logic to use this hook from within pcvt. (I'm sure Søren will do the syscons part RSN). I've still got one occasion where the system stalled, but my attempts to trigger the situation artificially resulted int the expected behaviour. It's hard to track bugs without the console and DDB available. :-/