From owner-cvs-sys Tue Jul 30 13:31:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA04653 for cvs-sys-outgoing; Tue, 30 Jul 1996 13:31:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA04614; Tue, 30 Jul 1996 13:30:55 -0700 (PDT) Date: Tue, 30 Jul 1996 13:30:55 -0700 (PDT) From: Bruce Evans Message-Id: <199607302030.NAA04614@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/30 13:30:54 Modified: sys/i386/i386 autoconf.c Log: Fixed longstanding bug of not checking `dumpdev' or setting `dumplo' early enough when the dump device is specified in the config file. Removed stale comment about configuration root and swap devices. Don't bother clearing dumplo when dumpdev is set to NODEV. Everything is controlled by dumpdev. Fixed the kern.dumpdev sysctl. Writes were handle bogusly. Revision Changes Path 1.56 +7 -10 src/sys/i386/i386/autoconf.c