Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 12:42:48 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom/part g_part_ebr.c
Message-ID:  <201106271243.p5RChAFr013250@repoman.freebsd.org>

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

ae          2011-06-27 12:42:48 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/part        g_part_ebr.c 
  Log:
  SVN rev 223594 on 2011-06-27 12:42:48Z by ae
  
  EBR could contain an early stage of boot code. But we do not support it.
  Remove message about non empty bootcode, we can not break something
  while GEOM_PART_EBR_COMPAT is defined.
  
  But without GEOM_PART_EBR_COMPAT any changes in EBR are allowed and we
  can accidentally wipe the boot code. To do not break anything save
  the first EBR chunk and keep it untouched each time when we are
  changing EBR. Note that we are still not support boot code for EBR.
  
  PR:             kern/141235
  MFC after:      1 month
  
  Revision  Changes    Path
  1.22      +20 -16    src/sys/geom/part/g_part_ebr.c



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