1.1 --- a/Hardware/CPU/AMD10CPU.cs Thu May 06 19:20:38 2010 +0000
1.2 +++ b/Hardware/CPU/AMD10CPU.cs Sun May 09 16:22:13 2010 +0000
1.3 @@ -99,23 +99,19 @@
1.4 Update();
1.5 }
1.6
1.7 - public string Name {
1.8 + public override string Name {
1.9 get { return name; }
1.10 }
1.11
1.12 - public Identifier Identifier {
1.13 + public override Identifier Identifier {
1.14 get { return new Identifier("amdcpu", processorIndex.ToString()); }
1.15 }
1.16
1.17 - public Image Icon {
1.18 + public override Image Icon {
1.19 get { return icon; }
1.20 }
1.21
1.22 - public string GetReport() {
1.23 - return null;
1.24 - }
1.25 -
1.26 - public void Update() {
1.27 + public override void Update() {
1.28 if (pciAddress != 0xFFFFFFFF) {
1.29 uint value;
1.30 if (WinRing0.ReadPciConfigDwordEx(pciAddress,