Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 1999 16:12:17 -0800 (PST)
From:      Michael Smith <msmith@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
Message-ID:  <199901240012.QAA07944@freefall.freebsd.org>

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



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