Some ethernet drivers that use miibus aren't probe/attaching the
miibus early enough for the ifioctl path to correctly run without
panicing.
Although yes, the drivers do need fixing, this stops them from
immediately panicing the kernel when they're loaded.
PR: kern/286530