Note: To preserve the prior functionality it is recommended that
early_late_divider be set to something VERY early in the boot process
such as sysctl.
I suspect no one by myself actually used this port in practice so
mark it DEPRECATED and set an expiration date of September 1. Of some
is using it, let me know and I'll remove the DEPRECATION.
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
labels plus a startup script that allows disks to be configured at boot
based on the existance of a geom label.
This release de-supports FreeBSD < 5.3 due to the geom label support
requirment.
variety of purposes including initalizing flash disks to use as boot
media or automaticly configured the disks of nodes in a cluster.
http://people.freebsd.org/~brooks/diskprep/
Approved by: krion (mentor)