From owner-cvs-all Thu Feb 12 14:05:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11468 for cvs-all-outgoing; Thu, 12 Feb 1998 14:05:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11448; Thu, 12 Feb 1998 14:05:23 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA25264; Thu, 12 Feb 1998 14:05:11 -0800 (PST) Date: Thu, 12 Feb 1998 14:05:11 -0800 (PST) Message-Id: <199802122205.OAA25264@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/02/12 14:05:11 PST Modified files: sys/i386/isa syscons.c syscons.h Log: Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate this using option "-b" to the boot blocks. It is smartest to compile a font into your kernel (See LINT), but not mandatory, but apart from the cursor you will see nothing on the screen until you load a font. This mode allows XF86_VGA16 to run in 800x600 mode on otherwise unsupported graphics hardware. A number of buglets in the cursor handling in syscons may become visible this way. Revision Changes Path 1.254 +104 -60 src/sys/i386/isa/syscons.c 1.37 +2 -2 src/sys/i386/isa/syscons.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message