From owner-freebsd-current Fri Jan 8 09:57:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27482 for freebsd-current-outgoing; Fri, 8 Jan 1999 09:57:41 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27470 for ; Fri, 8 Jan 1999 09:57:31 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:PjCA2ZxR/mfxMlU0MVFfRcVTBysp4FIZ@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id CAA27609; Sat, 9 Jan 1999 02:56:21 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id CAA18279; Sat, 9 Jan 1999 02:58:44 +0900 (JST) Message-Id: <199901081758.CAA18279@zodiac.mech.utsunomiya-u.ac.jp> To: Mike Smith cc: current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: syscons update - when? In-reply-to: Your message of "Fri, 08 Jan 1999 08:34:31 PST." <199901081634.IAA03132@dingo.cdrom.com> References: <199901081634.IAA03132@dingo.cdrom.com> Date: Sat, 09 Jan 1999 02:58:44 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> dev/fb/fb.c >> dev/fb/fbreg.c >> dev/fb/splash.c >> dev/fb/splashreg.c >> dev/fb/vgareg.c > >Do we want to go ahead with the splash separate from the screensaver >architecture? I guess it costs us nothing to back it out. The above splash.c file contains glue funcions only. The actual decoder function is implemented in another file, such as modules/splash/bmp/splash_bmp.c. The decoder and the glue functions together will act like a screen saver. The decoder is expected to be preloaded by the boot loader so that the splash screen is put up at very early stage. But, if the decoder module is loaded after the boot procedure is completed, it will act just as another screen saver. >> The new drivers are not yet activated. The users will be still using >> existing syscons at this point. >> >> Stage 1. ------------------------------------------------------ >> >> On Sunday evening, the new keyboard driver will be activated. >... >> The users are REQUIRED to update their kernel configuration files >> to include the new keyboard driver. I will send out "HEADS UP" on >> this. >... >> Stage 2. ------------------------------------------------------ >> >> On 14, the new video card driver (and splash screen) will be >> activated. >... >> The users are REQUIRED to update their kernel configuration files to >> include the new driver, again. I will send out "HEADS UP" on this >> too. > >Is there a good reason not to group these two change sets together? I >realise that they separate neatly, but it would seem from here that you >could probably just group them together and be done with it. What I worried about is that if we do things in one go and a serious bug/flow is found in the new code, we may have to back out everything. So, I wanted a bit of breathing space... Well, what the heck. One "HEADS UP" is simpler and better than two! Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message