Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2011 17:44:24 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/common drv.c src/sys/boot/i386/zfsboot Makefile zfsldr.S
Message-ID:  <201104281744.p3SHiZjf093593@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2011-04-28 17:44:24 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot2  Makefile 
    sys/boot/i386/common drv.c 
    sys/boot/i386/zfsboot Makefile zfsldr.S 
  Log:
  SVN rev 221177 on 2011-04-28 17:44:24Z by jhb
  
  Due to space constraints, the UFS boot2 and boot1 use an evil hack where
  boot2 calls back into boot1 to perform disk reads.  The ZFS MBR boot blocks
  do not have the same space constraints, so remove this hack for ZFS.
  While here, remove commented out code to support C/H/S addressing from
  zfsldr.  The ZFS and GPT bootstraps always just use EDD LBA addressing.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.68      +1 -0      src/sys/boot/i386/boot2/Makefile
  1.2       +6 -6      src/sys/boot/i386/common/drv.c
  1.11      +3 -15     src/sys/boot/i386/zfsboot/Makefile
  1.4       +23 -108   src/sys/boot/i386/zfsboot/zfsldr.S



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