On 22Jul11 08:16, John Baldwin wrote:
}The problem is that we calibrate the TSC using this algorithm:
}
} - grab the TSC
} - spin on the ISA timer waiting for it to run for a second
} - grab the TSC
}
}The issue is that the SMI# fires at the same time we want to be execuiting 
}step 3, and step 3 is deferred while the SMI# handler runs.  As a result, the 
}TSC delta ends up being "1 second + time of an SMI# to poll USB".  We have a 
}hack fix for this at work that originally came from Attilio Rao.  This is a 
}patch for it relative to 8.  It disables interrupt generation for the ISA 
}timer while we calibrate the TSC (which disables the SMI# temporarily):

Thanks, John. The hack works as intended, but I guess it's not a "real"
solution which is why you haven't committed it?

    C

-- 

Callum Gibson @ home
http://members.optusnet.com.au/callumgibson/
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to