From owner-cvs-all Wed Nov 4 02:31:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00401 for cvs-all-outgoing; Wed, 4 Nov 1998 02:31:38 -0800 (PST) (envelope-from owner-cvs-all@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 CAA00396; Wed, 4 Nov 1998 02:31:36 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:YVZNks79k1RI1Y3Ydv5f6ejG0rXIGP2s@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 TAA03254; Wed, 4 Nov 1998 19:29:34 +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 TAA28081; Wed, 4 Nov 1998 19:30:59 +0900 (JST) Message-Id: <199811041030.TAA28081@zodiac.mech.utsunomiya-u.ac.jp> To: Doug Rabson cc: Peter Wemm , sos@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/modules/syscons saver.h ... In-reply-to: Your message of "Wed, 04 Nov 1998 09:54:43 GMT." References: Date: Wed, 04 Nov 1998 19:30:58 +0900 From: Kazutaka YOKOTA Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> Peter Wemm wrote: >> > Modified files: >> > sys/modules/syscons saver.h >> > sys/modules/syscons/blank blank_saver.c >> > sys/modules/syscons/daemon daemon_saver.c >> > sys/modules/syscons/fade fade_saver.c >> > sys/modules/syscons/green green_saver.c >> > sys/modules/syscons/snake snake_saver.c >> > sys/modules/syscons/star star_saver.c >> > Log: >> > Simple update to make these work as kld and preload modules. >> >> I'd like to move these to a better place. I was thinking of >> sys/dev/syscons/* for the code parts and leave the Makefile glue where it >> is now. >> >> I'd like to be able to configure one of these statically, with the kld >> mechanism we can because the code is the same for both kld and statically >> configured. "options STAR_SAVER" or "pseudo-device star_saver" is what I >> have in mind. >> >> I'm not sure that sys/i386/isa/syscons/* is appropriate since we have a >> machine independent isa version of syscons in sys/isa/* as well. > >If we could move most or all of the i386 syscons to somewhere it can be >shared between i386 and alpha, I would be very grateful. The alpha >syscons is lagging behind the i386 one considerably. I'm happy with >sys/dev/syscons. syscons badly needs re-organization and modularization. And I am all for /sys/dev/syscons once this is done. However, LKM/KLD screen savers are highly i386-dependent, or i386 video card-dependent, as they are, and won't become much architecture-independent. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message