Your message dated Sat, 19 Feb 2005 19:02:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295343: fixed in athcool 0.3.10-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Feb 2005 09:35:26 +0000
>From [EMAIL PROTECTED] Tue Feb 15 01:35:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mout0.freenet.de [194.97.50.131] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0z78-00040j-00; Tue, 15 Feb 2005 01:35:26 -0800
Received: from [194.97.55.147] (helo=mx4.freenet.de)
        by mout0.freenet.de with esmtpa (Exim 4.47)
        id 1D0z6d-00007W-FJ
        for [EMAIL PROTECTED]; Tue, 15 Feb 2005 10:34:55 +0100
Received: from p54bfb6b5.dip.t-dialin.net ([84.191.182.181] 
helo=lorenz.dyndns.org)
        by mx4.freenet.de with esmtpa (ID [EMAIL PROTECTED]) (Exim 4.43 #13)
        id 1D0z6d-0001bu-5G
        for [EMAIL PROTECTED]; Tue, 15 Feb 2005 10:34:55 +0100
Received: from localhost (localhost [127.0.0.1])
        by lorenz.dyndns.org (Postfix) with ESMTP id 59AA097C15C;
        Tue, 15 Feb 2005 10:33:39 +0100 (CET)
Received: from lorenz.dyndns.org ([127.0.0.1])
        by localhost (server.lorenz.priv [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 10789-07; Tue, 15 Feb 2005 10:33:29 +0100 (CET)
Received: by lorenz.dyndns.org (Postfix, from userid 1000)
        id A815597C15B; Tue, 15 Feb 2005 10:33:29 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Tobias Lorenz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: athcool: Support for AMD-762
X-Mailer: reportbug 3.2
Date: Tue, 15 Feb 2005 10:33:29 +0100
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new at lorenz.priv
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: athcool
Version: 0.3.8-2
Severity: minor
Tags: patch

Hi,

the following patch adds support for AMD-762. I've tested it on an
uniprocessor system on the Asus Dual Board a7m-266d.

My tests shows that LONG addressing of registers will fail.
Athcool shows the following errors then:

AMD-762 (1022 700c) found
enabling 'Stop Grant Disconnect #0' bit ... failed!
        Address 0x60 - 0x67 : (expected) 0x85A30CBD -> (actual) 0xFFFFCEBD
enabling 'Stop Grant Disconnect #1' bit ... failed!
        Address 0x68 - 0x6B : (expected) 0x00B38CBD -> (actual) 0xFFFFCEBD

After that disabling or changing the registers is impossible.

When running the same with WORD access, everything works fine. I've also
found the bits to be set for Halt Disconnect in the specification pdfs
from amd (24416.pdf, 24462.pdf, 25818.pdf).

Bye,
  Toby

*** chips.h.patch
--- athcool-0.3.9/orig/chips.h  2005-02-15 10:19:11.000000000 +0100
+++ athcool-0.3.9/new/chips.h   2005-02-15 10:14:15.000000000 +0100
@@ -16,7 +16,7 @@
 typedef struct {
   int        regid;
   int        tp;
-  EachReg_s  regs[3];
+  EachReg_s  regs[5];
 } ChipReg_s;
 
 #define VENDORID_AMD         0x1022
@@ -92,10 +92,21 @@
       {NULL, 0, 0 } } },
   /* AMD AMD-762 (Chipset has not support HALT disconnect,
      so Powersaving only enables when S1 or S3 state entered */
-  { REGID_AMD_762, TP_LONG,
+#if 0
+  { REGID_AMD_762, TP_LONG,    // TP_LONG doesn't work
     { {"Stop Grant Disconnect #0", 0x60, 0x00020000},
       {"Stop Grant Disconnect #1", 0x68, 0x00020000},
+      {"Halt Disconnect #0", 0x60, 0x00040000},
+      {"Halt Disconnect #1", 0x68, 0x00040000},
       {NULL, 0, 0 } } },
+#else
+  { REGID_AMD_762, TP_WORD,    // TP_LONG doesn't work
+    { {"Stop Grant Disconnect #0", 0x62, 0x0002},
+      {"Stop Grant Disconnect #1", 0x6a, 0x0002},
+      {"Halt Disconnect #0", 0x62, 0x0004},
+      {"Halt Disconnect #1", 0x6a, 0x0004},
+      {NULL, 0, 0 } } },
+#endif
   /* VIA Chipset ---------------------------------------------------------*/
   /* VIA KX/KLE/KT/KM/KL/KN133[A] */
   { REGID_VIA_KT133, TP_BYTE, 


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: [EMAIL PROTECTED], LC_CTYPE=iso_8859_15 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to de_DE)

Versions of packages athcool depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  pciutils                    1:2.1.11-15  Linux PCI Utilities

-- no debconf information

---------------------------------------
Received: (at 295343-close) by bugs.debian.org; 20 Feb 2005 00:08:03 +0000
>From [EMAIL PROTECTED] Sat Feb 19 16:08:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D2edn-0001BQ-00; Sat, 19 Feb 2005 16:08:03 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D2eYC-0003j6-00; Sat, 19 Feb 2005 19:02:16 -0500
From: Nicolas Boullis <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295343: fixed in athcool 0.3.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 19 Feb 2005 19:02:16 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: athcool
Source-Version: 0.3.10-1

We believe that the bug you reported is fixed in the latest version of
athcool, which is due to be installed in the Debian FTP archive:

athcool_0.3.10-1.diff.gz
  to pool/main/a/athcool/athcool_0.3.10-1.diff.gz
athcool_0.3.10-1.dsc
  to pool/main/a/athcool/athcool_0.3.10-1.dsc
athcool_0.3.10-1_i386.deb
  to pool/main/a/athcool/athcool_0.3.10-1_i386.deb
athcool_0.3.10.orig.tar.gz
  to pool/main/a/athcool/athcool_0.3.10.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Boullis <[EMAIL PROTECTED]> (supplier of updated athcool package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 20 Feb 2005 00:41:08 +0100
Source: athcool
Binary: athcool
Architecture: source i386
Version: 0.3.10-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Boullis <[EMAIL PROTECTED]>
Changed-By: Nicolas Boullis <[EMAIL PROTECTED]>
Description: 
 athcool    - tool to enable powersaving mode for Athlon/Duron processors
Closes: 295343
Changes: 
 athcool (0.3.10-1) unstable; urgency=low
 .
   * New upstream release.
     - Fixes support for AMD-762 chipsets, thanks to Tobias Lorenz for his
       patch (sent upstream). (Closes: #295343)
Files: 
 655d9b1f3fe46e0abae35503e498d46a 583 misc extra athcool_0.3.10-1.dsc
 cc860594ea740acb5efc380e411ca05e 20158 misc extra athcool_0.3.10.orig.tar.gz
 61e57962e8fd4dc8b2be2e248be67850 5052 misc extra athcool_0.3.10-1.diff.gz
 9132b0b9182d88272e4611a5a6ebc635 15508 misc extra athcool_0.3.10-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCF9AzwmyXkG1Pxm8RAnRfAJ99VYAgeYRAZTO9Yieu9XRJbg0gpwCfUD39
57brfRnj/Qljh7AFB9JQA+I=
=N6v/
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to