I am trying to load the if_em, if_fxp, if_bge drivers
via /boot/loader.conf.
I've added
if_fxp_load="YES"
if_bge_load="YES"
if_em_load="YES"
The problem is that the bge driver doesn't load. It will
if I manually load it after startup with kldload. The issue
seems to be a dependency on miibus,
I am trying to load the if_em, if_fxp, if_bge drivers
via /boot/loader.conf.
I've added
if_fxp_load="YES"
if_bge_load="YES"
if_em_load="YES"
The problem is that the bge driver doesn't load. It will
if I manually load it after startup with kldload. The issue
seems to be a dependency on miibus,