USB controllers unconditionally call root_mount_hold() during attach,
delaying boot by several seconds while USB buses enumerate even when
the root filesystem is on SATA, NVMe, or ZFS (which are never USB).
The existing hw.usb.no_boot_wait tunable still works as an override.