From owner-cvs-all Sun May 23 17:30:56 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 170DF14CDF; Sun, 23 May 1999 17:30:54 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15678; Sun, 23 May 1999 17:30:53 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905240030.RAA15678@freefall.freebsd.org> From: John Birrell Date: Sun, 23 May 1999 17:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/23 17:30:53 PDT Modified files: sys/i386/i386 autoconf.c Log: - Make setroot() conditional on FFS etc, to avoid a compiler warning on systems with no FFS. - Remove all references to mfs from cpu_rootconf(). mfs_init is called prior to cpu_rootconf(), so it can set mountrootfsname to mfs and (more imporantly) set rootdev using the (bogus in Bruce's opinion) special major number of 255. Revision Changes Path 1.123 +5 -17 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message