marcel      2005-11-12 20:02:02 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_dump.c 
  Log:
  Make the kern.geom.conftxt sysctl more usable by also dumping the
  MD class. Previously only the DISK class was dumped. The only
  consumer of this sysctl is libdisk (i.e. sysinstall) and it tests
  explicitly for instances of the DISK class. Dumping other classes
  is therefore harmless.
  By also dumping the MD class regression tests can be written that
  use the MD class for operations that would normally be done on the
  DISK class. The sysctl can now be used to test if those operations
  took an effect. An example is partitioning.
  
  Revision  Changes    Path
  1.32      +4 -5      src/sys/geom/geom_dump.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to