IPFW and timing

Hi. I was reviewing my security emails that are sent on a daily basis and I am seeing this:

Code:
+Timecounter "TSC-low" frequency 12949042 Hz quality 800

Is this related to Dummynet in any way? Is this something that can be easily rectified?

Thank you.
 
This is error showed up after I compiled the GENERIC kernel and stated loading Dummynet from /etc/rc.conf. Normally I had the Hz set in my custom kernel. Is there a way to change the Hz without using a customized kernel? I know the man page for Dummynet says to set the Hz in the kernel.
 
It's not an error but an informational message about a timecounter detected by the kernel. There are usually other timecounters detected and the dmesg(8) output includes information about them as well.
 
Back
Top