]> mj.ucw.cz Git - pciutils.git/commit
Decode HT 1.02 in the same way as HT 1.03.
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Sun, 9 Nov 2008 19:49:09 +0000 (20:49 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 9 Nov 2008 19:49:09 +0000 (20:49 +0100)
commitfe6b822ed40da89ce015a73974cdfbe3f45aa4d7
tree50566d5c8b72dc141557da9b526bdf852b537a9a
parent48e887f50475e3d3d970a9ca42dbb971ba55b008
Decode HT 1.02 in the same way as HT 1.03.

AMD K8 processors claim that they're using HyperTransport 1.02, but the
publicly available documentation (specifically the BKDG) states that the
HT version is 1.03 in reality.

lspci will issue a warning "!!! Possibly incomplete decoding" and only
decode some basic HT properties for HT versions before 1.03.
Move that boundary down to HT version 1.02.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
lspci.c