From owner-cvs-all Wed Apr 14 8:22:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8FB6150E8; Wed, 14 Apr 1999 08:22:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA19584; Wed, 14 Apr 1999 08:20:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199904141520.IAA19584@freefall.freebsd.org> From: Bruce Evans Date: Wed, 14 Apr 1999 08:20:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swapgeneric.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/04/14 08:20:03 PDT Modified files: sys/i386/i386 swapgeneric.c Log: Search bdevsw[] instead of the half-baked builtin table of devices in the RB_ASKNAME case. I had thought that I made this change in rev.1.18, but rev.1.18 only affects obscure subcases of the RB_DFLTROOT case (subcases where the compiled in default root is not found in bdevsw[] -- then the root device is set to the first device in the half-baked table that is also in bdevsw[]). Removed yet more vestiges of config-time swap configuration. Revision Changes Path 1.26 +26 -14 src/sys/i386/i386/swapgeneric.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message