Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 13:58:24 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/zfsboot Makefile zfsldr.S
Message-ID:  <201106271358.p5RDwgCG031447@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jhb         2011-06-27 13:58:24 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/zfsboot Makefile zfsldr.S 
  Log:
  SVN rev 223597 on 2011-06-27 13:58:24Z by jhb
  
  - Remove the fake BPB from zfsldr.  zfsldr doesn't support booting from
    floppies, so it will not be used as the start of an emulated floppy
    image on a bootable CD which is what the fake BPB was used for.
  - Only check that EDD packet mode is available once at the start of
    zfsldr rather than for each disk sector now that we read data in one
    sector at a time.  As a result, collapse the remaining bits of read
    up into nread and rename nread to read.
  - Restore a return at the end of putstr that I removed in the previous
    revision.
  
  Tested by:      Henri Hennebert (earlier version)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.13      +1 -1      src/sys/boot/i386/zfsboot/Makefile
  1.6       +30 -81    src/sys/boot/i386/zfsboot/zfsldr.S



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