Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 1996 07:03:13 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 autoconf.c machdep.c
Message-ID:  <199612181503.HAA10074@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612181503.HAA10074>