A cautionary XXX comment about seemingly bogus errata checks.

This commit is contained in:
phk 2008-03-17 09:05:15 +00:00
parent 234bd357a6
commit 341d5f653b

View File

@ -164,6 +164,14 @@ p4tcc_attach(device_t dev)
*/
sc->auto_mode = TRUE;
/*
* XXX: After a cursory glance at various Intel specification
* XXX: updates it seems like these tests for errata is bogus.
* XXX: As far as I can tell, the failure mode is benign, in
* XXX: that cpus with no errata will have their bottom two
* XXX: STPCLK# rates disabled, so rather than waste more time
* XXX: hunting down intel docs, just document it and punt. /phk
*/
switch (cpu_id & 0xff) {
case 0x22:
case 0x24: