All of lore.kernel.org
 help / color / mirror / Atom feed
From: mbm@livewiredev.com (MBM Support)
To: lm-sensors@vger.kernel.org
Subject: ASB100 PWM
Date: Thu, 19 May 2005 06:24:24 +0000	[thread overview]
Message-ID: <FJEPJHGHDGKMMPFFGCLOCEMCEKAA.mbm@livewiredev.com> (raw)
In-Reply-To: <20031111062929.GA30118@earth.solarsys.private>

this is my detection routine for it:

for Z:=$29 to $2F do
begin
  SMBChipAddress:=Z;
  UsedBus:=btSMBus;
  IOByte($4E,$00,IOWrite);
  X:=IOByte($58,$0,IORead);

  if X=$31 then
  begin
    if (IOByte($4F,$0,IORead)=$94) or (IOByte($4F,$0,IORead)=$06) then
    begin
      ChipType:=ASB100;
      // etc etc
    end
    else
    begin
      ChipType:=AS99127F;
      // etc etc
    end;
  end;
  if (X=$56) or (X=$10) then
  begin
    if ((IOByte($4E,$0,IORead)=$94) and (IOByte($4F,$0,IORead)=$06))
    or ((IOByte($4E,$0,IORead)=$94) and (IOByte($4F,$0,IORead)=$36))
    or ((IOByte($4E,$0,IORead)=$5C) and (IOByte($4F,$0,IORead)=$A3))then

    //Asus ASM58 Mozart-2            $58=$56 $4E=$94 $4F=$36
    //Asus AS2K129R Mozart-2         $58=$56 $4E=$94 $4F=$06
    //Asus XXXXXXXX Mozart-2         $58=$10 $4E=$5C $4F=$A3
    begin
      ChipType:=MOZART2;
      // etc etc
    end;
  end;

question for you, heard/know of the VIA VT6307 ?

Regards, Alex

- Please always attach all previous mails !
----------------------------------------------------------------------
The Motherboard Monitor:
http://mbm.livewiredev.com/
----------------------------------------------------------------------
For long you live and high you fly,
And smiles you'll give and tears you'll cry,
And all you touch and all you see,
Is all your life will ever be.
----------------------------------------------------------------------   

 

-----Original Message-----
From: Jean Delvare [mailto:khali@linux-fr.org]
Sent: woensdag 12 november 2003 22:58
To: MBM Support
Cc: sensors@Stimpy.netroedge.com; vitalyb@mail333.com
Subject: Re: ASB100 PWM




> as far as I know there are 2 bach's but I have never worked much with
> the fans, only how to read them, so not only late answer but also a
> crappy one... sorry

Maybe you can at least tell us how one can tell the difference between
the two revisions? Some register we can read the information in?

Thanks.

-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

  reply	other threads:[~2005-05-19  6:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19  6:24 ASB100 PWM Mark M. Hoffman
2005-05-19  6:24 ` MBM Support [this message]
2005-05-19  6:24 ` MBM Support
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Vitaly V. Bursov
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Mark M. Hoffman
2005-05-19  6:24 ` Mark M. Hoffman
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Mark M. Hoffman
2005-05-19  6:24 ` Jean Delvare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FJEPJHGHDGKMMPFFGCLOCEMCEKAA.mbm@livewiredev.com \
    --to=mbm@livewiredev.com \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.