From owner-cvs-all  Sat Jan 23 16:12:19 1999
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id QAA07337
          for cvs-all-outgoing; Sat, 23 Jan 1999 16:12:19 -0800 (PST)
          (envelope-from owner-cvs-all@FreeBSD.ORG)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07320;
          Sat, 23 Jan 1999 16:12:16 -0800 (PST)
          (envelope-from msmith@FreeBSD.org)
From: Michael Smith <msmith@FreeBSD.ORG>
Received: (from msmith@localhost)
	by freefall.freebsd.org (8.8.8/8.8.5) id QAA07944;
	Sat, 23 Jan 1999 16:12:17 -0800 (PST)
Date: Sat, 23 Jan 1999 16:12:17 -0800 (PST)
Message-Id: <199901240012.QAA07944@freefall.freebsd.org>
To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386
         biosdisk.c bootinfo.c src/sys/boot/i386/loader help.i386
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk

msmith      1999/01/23 16:12:17 PST

  Modified files:
    sys/boot/i386/boot2  boot2.c 
  Log:
  Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn't
  guess this value well in anything other than the simplest of situations.
  
  Revision  Changes    Path
  1.19      +2 -1      src/sys/boot/i386/boot2/boot2.c

  Modified files:
    sys/boot/i386/libi386 biosdisk.c bootinfo.c 
  Log:
  biosdisk.c
  	Implement a new variable 'root_disk_unit' which supersedes
  	'num_ide_disks' and makes it possible to explicitly set the
  	root device unit number regardless of type considerations.
  
  bootinfo.c
  	If we can't calculate a dev_t for the root disk, complain and
  	don't proceed to boot with an invalid boot device.
  
  Revision  Changes    Path
  1.21      +17 -7     src/sys/boot/i386/libi386/biosdisk.c
  1.16      +5 -2      src/sys/boot/i386/libi386/bootinfo.c

  Modified files:
    sys/boot/i386/loader help.i386 
  Log:
  Document root_disk_unit
  
  Revision  Changes    Path
  1.4       +12 -0     src/sys/boot/i386/loader/help.i386

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message