cvs commit: src/sys/conf files options src/sys/geom/part g_part_vtoc8.c src/sys/sys vtoc.h

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 2 00:52:50 UTC 2008


marcel      2008-03-02 00:52:49 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files options 
  Added files:
    sys/geom/part        g_part_vtoc8.c 
    sys/sys              vtoc.h 
  Log:
  Add support for VTOC8 labels (aka sun disk labels). When a label does
  not have VTOC information about the partitions, it will be created.
  This is because the VTOC information is used for the partition type
  and FreeBSD's sunlabel(8) does not create nor use VTOC information.
  For this purpose, new tags have been added to support FreeBSD's
  partition types.
  
  Revision  Changes    Path
  1.1274    +1 -0      src/sys/conf/files
  1.619     +1 -0      src/sys/conf/options
  1.1       +480 -0    src/sys/geom/part/g_part_vtoc8.c (new)
  1.1       +106 -0    src/sys/sys/vtoc.h (new)


More information about the cvs-src mailing list