Danny wrote: > > Top causes for wakeups: > 26.3% (129.3) <kernel> : genunix`cv_wakeup > 20.3% (100.0) <kernel> : genunix`clock > 11.3% ( 55.5) <interrupt> : rge#0 > I was having a lot of problems with my notebook and the rge driver chewing up CPU with MSI interrupts. When I switched to fixed interrupts the problem went away. See if this helps:
# echo "msi_enable=0;" > /kernel/drv/rge.conf # reboot