Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 06:02:21 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_gpt.c
Message-ID:  <200412050602.iB562LsD059905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2004-12-05 06:02:21 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_gpt.c 
  Log:
  o  Don't limit GPT as a rank 2 provider. Allow it to be connected
     anywhere in the DAG. This includes configurations that are not
     allowed by the EFI specification.
  o  Reject a GPT partition table if it's not preceeded by a PMBR.
     There's no need to preserve the MBR partitioning anymore as GPT
     is mature and with the first bullet extending the applicability
     of GPT, it's better to be a bit more strict.
  
  Revision  Changes    Path
  1.31      +25 -17    src/sys/geom/geom_gpt.c



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