From owner-cvs-all Tue Nov 3 20:31:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14036 for cvs-all-outgoing; Tue, 3 Nov 1998 20:31:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13998; Tue, 3 Nov 1998 20:31:26 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id MAA27665; Wed, 4 Nov 1998 12:31:03 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199811040431.MAA27665@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: sos@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/syscons saver.h ... In-reply-to: Your message of "Tue, 03 Nov 1998 19:49:39 PST." <199811040349.TAA28744@freefall.freebsd.org> Date: Wed, 04 Nov 1998 12:31:03 +0800 From: Peter Wemm 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. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message