Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2010 08:36:44 +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:  <201012280837.oBS8b4F5056262@repoman.freebsd.org>

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

ae          2010-12-28 08:36:44 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/part        g_part_ebr.c 
  Log:
  SVN rev 216754 on 2010-12-28 08:36:44Z by ae
  
  Make EBR probe method less strictly to be able detect EBRs with
  small non fatal inconsistency. EBR may contain boot loader and sometimes
  it just has some garbage data. Now this does not prevent FreeBSD to use
  extended partitions. But since we do not support bootcode for EBR we mark
  tables which have non empty boot area as corrupt. This does make them
  readonly and we can not damage this data.
  
  PR:             kern/141235
  MFC after:      1 month
  
  Revision  Changes    Path
  1.15      +25 -21    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?201012280837.oBS8b4F5056262>