Detect Bus Speed?
M. Warner Losh
imp at bsdimp.com
Tue Sep 12 15:58:41 PDT 2006
In message: <2D3EAACB-BB70-45B1-A018-EBCF7126F7E9 at colorado.edu>
John Giacomoni <John.Giacomoni at colorado.edu> writes:
: Is there a way to determine the current bus speed a PCI-X slot is
: running at?
Not easily. The host's BIOS controls that, and some power management
strategies clock down the bus from time to time to save power...
If you have something that's bus speed dependent, it might be better
to use a strategy that instead responds to events that you can
control, like DMA completion and the like and adapt in real time.
Warner
More information about the freebsd-hackers
mailing list