From owner-cvs-sys Wed Dec 18 07:03:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA10083 for cvs-sys-outgoing; Wed, 18 Dec 1996 07:03:16 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA10074; Wed, 18 Dec 1996 07:03:13 -0800 (PST) Date: Wed, 18 Dec 1996 07:03:13 -0800 (PST) From: Bruce Evans Message-Id: <199612181503.HAA10074@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 autoconf.c machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/18 07:03:12 Modified: sys/i386/i386 autoconf.c machdep.c Log: Moved the printing of the BIOS geometries from cpu_startup() into configure() where it always belonged. It was originally slightly misplaced after configure(). Rev.138 left it completely misplaced before the DEVFS, DRIVERS and CONFIGURE sysinits by not moving it together with configure(). Restored the printing of bootinfo.bi_n_bios_used now that it can be nonzero. Revision Changes Path 1.57 +35 -2 src/sys/i386/i386/autoconf.c 1.222 +1 -32 src/sys/i386/i386/machdep.c