From owner-freebsd-current Wed Sep 16 12:21:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15597 for freebsd-current-outgoing; Wed, 16 Sep 1998 12:21:42 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from grape.carrier.kiev.ua (grape.carrier.kiev.ua [193.193.193.219]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15552; Wed, 16 Sep 1998 12:21:23 -0700 (PDT) (envelope-from archer@grape.carrier.kiev.ua) Received: (from archer@localhost) by grape.carrier.kiev.ua (8.9.1/8.8.8) id WAA00763; Wed, 16 Sep 1998 22:20:47 +0300 (EEST) (envelope-from archer) Message-ID: <19980916222047.59531@carrier.kiev.ua> Date: Wed, 16 Sep 1998 22:20:47 +0300 From: Alexander Litvin To: =?koi8-r?Q?S=F8ren_Schmidt?= Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 options.i386 src/sys/i386/include console.h src/sys/i386/include/pc vesa.h src/sys/i386/isa scvesactl.c scvidctl.c vesa.c videoio.c videoio.h kbdtables.h pcaudio.c syscons.c syscons.h wst.c src/lkm/syscons ... References: <199809151816.LAA20541@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.88e In-Reply-To: =?koi8-r?Q?=3C199809151816=2ELAA20541=40freefall=2Efreebsd=2Eorg=3E=3B_f?= =?koi8-r?Q?rom_S=F8ren_Schmidt_on_Tue=2C_Sep_15=2C_1998_at_11=3A16=3A40A?= =?koi8-r?Q?M_-0700?= Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Seems that after that commit SC_BAD_FLICKER doesn't work any more :( On Tue, Sep 15, 1998 at 11:16:40AM -0700, Søren Schmidt wrote: > sos 1998/09/15 11:16:39 PDT > > Modified files: > sys/i386/conf LINT files.i386 options.i386 > sys/i386/include console.h > sys/i386/isa kbdtables.h pcaudio.c syscons.c syscons.h > wst.c > lkm/syscons saver.h > lkm/syscons/blank blank_saver.c > lkm/syscons/daemon daemon_saver.c > lkm/syscons/fade fade_saver.c > lkm/syscons/green green_saver.c > lkm/syscons/snake snake_saver.c > lkm/syscons/star star_saver.c > usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c > Added files: > sys/i386/include/pc vesa.h > sys/i386/isa scvesactl.c scvidctl.c vesa.c videoio.c > videoio.h > Log: > Add VESA support to syscons. > > Kazu writes: > > The VESA support code requires vm86 support. Make sure your kernel > configuration file has the following line. > options "VM86" > If you want to statically link the VESA support code to the kernel, > add the following option to the kernel configuration file. > options "VESA" > > The vidcontrol command now accepts the following video mode names: > VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600 > > The VESA_800x600 mode is a raster display mode. The 80x25 text will > be displayed on the 800x600 screen. Useful for some laptop computers. > > vidcontrol accepts the new `-i ' option, where must be > either `adapter' or `mode'. When the `-i adapter' option is given, > vidcontrol will print basic information (not much) on the video > adapter. When the `-i mode' option is specified, vidcontrol will > list video modes which are actually supported by the video adapter. > > Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG > > Revision Changes Path > 1.466 +4 -1 src/sys/i386/conf/LINT > 1.204 +5 -1 src/sys/i386/conf/files.i386 > 1.87 +3 -1 src/sys/i386/conf/options.i386 > 1.39 +124 -3 src/sys/i386/include/console.h > 1.41 +5 -5 src/sys/i386/isa/kbdtables.h > 1.43 +5 -5 src/sys/i386/isa/pcaudio.c > 1.278 +493 -1330 src/sys/i386/isa/syscons.c > 1.40 +62 -30 src/sys/i386/isa/syscons.h > 1.12 +4 -4 src/sys/i386/isa/wst.c > 1.11 +6 -6 src/lkm/syscons/saver.h > 1.12 +5 -5 src/lkm/syscons/blank/blank_saver.c > 1.10 +3 -3 src/lkm/syscons/daemon/daemon_saver.c > 1.13 +6 -6 src/lkm/syscons/fade/fade_saver.c > 1.12 +5 -5 src/lkm/syscons/green/green_saver.c > 1.18 +7 -7 src/lkm/syscons/snake/snake_saver.c > 1.15 +7 -7 src/lkm/syscons/star/star_saver.c > 1.13 +6 -1 src/usr.sbin/vidcontrol/vidcontrol.1 > 1.20 +120 -2 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message