From owner-cvs-user Sat Oct 12 13:50:24 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA29906 for cvs-user-outgoing; Sat, 12 Oct 1996 13:50:24 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA29901; Sat, 12 Oct 1996 13:50:20 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id NAA29177; Sat, 12 Oct 1996 13:50:19 -0700 (PDT) To: "Eric L. Hernes" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release/sysinstall Makefile uc_eisa.c uc_isa.c uc_main.c uc_main.h uc_pci.c uc_scsi.c In-reply-to: Your message of "Sat, 12 Oct 1996 13:23:33 PDT." <199610122023.NAA28132@freefall.freebsd.org> Date: Sat, 12 Oct 1996 13:50:19 -0700 Message-ID: <29170.845153419@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > erich 96/10/12 13:23:31 > > Modified: release/sysinstall Makefile uc_eisa.c uc_isa.c uc_main.c > uc_main.h uc_pci.c uc_scsi.c > Log: > Get the pysical address for id_maddr when opening an -incore kernel. > This fixes the kernel panic when propagating userconfig changes to > arbitrary kernels. > > Remove obsoleted `#include ' added a few where > necessary. > > Fix getting scsi bus information from an -incore kernel. > > Turned on SAVE_USERCONFIG by default. 3 cheers for Eric!! Now we can have a truly novice-user-friendly kernel configuration stage that doesn't have to be gone through twice (which rather negates the whole concept :-), and I'm working on that right now for the "replacement" SNAP. Thanks, Eric! Jordan