Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2010 22:59:15 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/libi386 biosdisk.c src/sys/boot/i386/zfsboot zfsboot.c
Message-ID:  <201009172259.o8HMxU0m078253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-09-17 22:59:15 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 biosdisk.c 
    sys/boot/i386/zfsboot zfsboot.c 
  Log:
  SVN rev 212805 on 2010-09-17 22:59:15Z by pjd
  
  Before VirtualBox is fixed, mark with #ifdef what has to be done to make
  it possible to boot from ZFS RAIDZ for example from within VirtualBox.
  The problem with VirtualBox is that its BIOS reports only one disk present.
  If we choose to ignore this report, we can find all the disks available.
  We can't have this work-around to be turned on by default, because some broken
  BIOSes report true when it comes to number of disks, but present the same disk
  multiple times.
  
  Revision  Changes    Path
  1.64      +3 -1      src/sys/boot/i386/libi386/biosdisk.c
  1.12      +7 -2      src/sys/boot/i386/zfsboot/zfsboot.c



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