From owner-freebsd-hackers Sat May 31 18:34:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA27919 for hackers-outgoing; Sat, 31 May 1997 18:34:51 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA27914 for ; Sat, 31 May 1997 18:34:49 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id SAA07882; Sat, 31 May 1997 18:33:52 -0700 (PDT) To: Tom Samplonius cc: Terry Lambert , hackers@FreeBSD.ORG Subject: Re: LINT and GENERIC - between a rock and a generic place. In-reply-to: Your message of "Sat, 31 May 1997 17:41:18 PDT." Date: Sat, 31 May 1997 18:33:52 -0700 Message-ID: <7878.865128832@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Why can't these be handled like setting device setttings (IRQs, > baseports, etc)? Boot with a "-c" to change them, before the kernel is > really running, and then write the changes into kernel after boot with > dset. Because it's a totally different mechanism than editing isa_device structures in userconfig? Are you volunteering to make the changes that many have discussed but no one has undertaken in order to support generalized variable setting in userconfig? ;-) Jordan