From owner-cvs-sys Mon Jan 6 17:12:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA17568 for cvs-sys-outgoing; Mon, 6 Jan 1997 17:12:27 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA17558; Mon, 6 Jan 1997 17:12:22 -0800 (PST) Date: Mon, 6 Jan 1997 17:12:22 -0800 (PST) From: Bruce Evans Message-Id: <199701070112.RAA17558@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/06 17:12:21 Modified: sys/i386/i386 swapgeneric.c Log: Made minimal changes to make this work again (it depended on devconf). swapgeneric.c hasn't had anything to do with swapping for some time. It just makes the -a boot option actually work, and breaks the static configuration of rootdev and dumpdev. It should be reorganized to only support -a. Revision Changes Path 1.18 +5 -9 src/sys/i386/i386/swapgeneric.c