From owner-cvs-all Sun Mar 14 16:20:10 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 00FD2150AC; Sun, 14 Mar 1999 16:20:02 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07654; Sun, 14 Mar 1999 16:19:44 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <199903150019.QAA07654@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 14 Mar 1999 16:19:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vga_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/03/14 16:19:44 PST Modified files: sys/i386/isa vga_isa.c Log: This is a temporary workaround for kernel panic occurring when switching video modes. People typically see the panic when the screen saver has been running and is being stopped. WARNING: this is not a real fix. Something really funny must be happening in the page table entries for the physical memory 0x0-0xa0000, which is mapped to the beginning of the kernel region. Revision Changes Path 1.5 +3 -1 src/sys/i386/isa/vga_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message