This allows the user to select their preferred order between ACPI and
FDT. This will be needed on machines with both, e.g. the SoftIron
Overdrive 3000. The kernel will accept one or more comma separated
values of either 'acpi' or 'fdt'. Any other values are skipped.
To set it the user can either set it on the loader command line, or
in loader.confm e.g. in loader.conf:
boot_order=acpi,fdt
I'm not complety happy with the name, and am happy to change it if
someone comes up with something better.