From owner-freebsd-commit Mon Oct 2 02:25:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27387 for freebsd-commit-outgoing; Mon, 2 Oct 1995 02:25:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27359 for cvs-all-outgoing; Mon, 2 Oct 1995 02:25:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27330 for cvs-sys-outgoing; Mon, 2 Oct 1995 02:25:02 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27308 ; Mon, 2 Oct 1995 02:24:49 -0700 Date: Mon, 2 Oct 1995 02:24:49 -0700 From: Julian Elischer Message-Id: <199510020924.CAA27308@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/02 02:24:47 Added: sys/kern kern_conf.c Log: Obtained from: well it has a relationship with the LKM code.. This is a place for all things to do with conf.c and conf.h that are not machine specific. Other things that are at present in i386/isa/conf.c might migrate into here.. It's the first small step in cleaning up the device interface to make it more dynamic and to assist in more modular drivers (i.e. both loadable via LKMs and linked in.. e.g able to add a device without having to edit conf.c) this code is not yet used and the whole thing will be conditionally compiled in for a while till proven useful :)