cvs commit: src/sbin/geom/class/part geom_part.c src/sys/geom/part g_part.c g_part.h g_part_gpt.c g_part_if.m g_part_mbr.c g_part_pc98.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Apr 13 19:54:55 UTC 2008


marcel      2008-04-13 19:54:54 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/part geom_part.c 
    sys/geom/part        g_part.c g_part.h g_part_gpt.c 
                         g_part_if.m g_part_mbr.c g_part_pc98.c 
  Log:
  Add the bootcode verb for installing boot code. Boot code
  is supported for the MBR, GPT and PC98 schemes, where GPT
  installs boot code into the PMBR.
  
  Revision  Changes    Path
  1.5       +47 -3     src/sbin/geom/class/part/geom_part.c
  1.17      +66 -2     src/sys/geom/part/g_part.c
  1.9       +4 -0      src/sys/geom/part/g_part.h
  1.7       +45 -21    src/sys/geom/part/g_part_gpt.c
  1.3       +6 -0      src/sys/geom/part/g_part_if.m
  1.6       +13 -0     src/sys/geom/part/g_part_mbr.c
  1.2       +13 -0     src/sys/geom/part/g_part_pc98.c


More information about the cvs-src mailing list