marcel      2007-12-06 02:32:42 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES files options 
    sys/geom/part        g_part.c g_part.h 
    sys/ia64/conf        DEFAULTS 
  Added files:
    sys/geom/part        g_part_bsd.c 
  Log:
  Add a BSD disklabel backend to g_part:
  o  Disklabels can have between 8 and 20 partitions (inclusive).
  o  No device special file is created for the raw partition.
  o  Switch ia64 to use this backend.
  o  No support for boot code yet.
  
  Revision  Changes    Path
  1.1459    +1 -0      src/sys/conf/NOTES
  1.1255    +1 -0      src/sys/conf/files
  1.611     +1 -0      src/sys/conf/options
  1.12      +46 -14    src/sys/geom/part/g_part.c
  1.6       +8 -0      src/sys/geom/part/g_part.h
  1.1       +440 -0    src/sys/geom/part/g_part_bsd.c (new)
  1.12      +1 -1      src/sys/ia64/conf/DEFAULTS
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to