A large number of people run ZFS on laptops and suffer a 9 second delay
in the boot process for USB probing, even though they are not in fact
booting from a USB device. (This is not an issue with UFS, since USB
probing is skipped if the root filesystem is UFS and on a device which
is present.)
Set the default behaviour to skip this wait; but set the loader tunable
to retain the wait on install media, since that's the one circumstance
where many users will boot from USB.
MFC after: never
Relnotes: By default, FreeBSD will not wait for USB device probing
to complete before booting; if you have filesystems on USB devices, set hw.usb.no_boot_wait=0 to wait for them to be available before the system boots.