In order for HP iLo 2 management interface to continue working on a shared ethernet port after FreeBSD kernel loads the bge drivers, you must add following line to /boot/loader.conf
hw.bge.allow_asf="1"
And reboot.
Hope it will save you some minutes figuring it out…
S.
Comments
christian — 2011-08-11 10:52:05
works. thx.