Re: SMBus support...

2003-02-26 Thread Sergey A. Osokin
On Wed, Feb 26, 2003 at 07:33:40AM -0500, Paul A. Howes wrote: > Sergey, > > Thanks! Where is this documented? Looks like its not yet documented. If it works for you - i can make a patch for NOTES and ichsmb(4). Please notify me. > Try to use device ichsmb, maybe its helps you. This is your m

RE: SMBus support...

2003-02-26 Thread Paul A. Howes
Sergey, Thanks! Where is this documented? -- Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sergey A. Osokin Sent: Wednesday, February 26, 2003 7:10 AM To: Paul A. Howes Cc: [EMAIL PROTECTED] Subject: Re: SMBus support... Try to use device

Re: SMBus support...

2003-02-26 Thread Sergey A. Osokin
On Wed, Feb 26, 2003 at 07:08:22AM -0500, Paul A. Howes wrote: > My motherboard has SMBus support: > > [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 > rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = 

SMBus support...

2003-02-26 Thread Paul A. Howes
All, My motherboard has SMBus support: [EMAIL PROTECTED]:31:3:class=0x0c0500 card=0x24c28086 chip=0x24c38086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB (ICH4) SMBus Controller' class= serial bus subclass = SMBus ...but th

Re: Aladdin chipset SMBus support available!

1999-02-17 Thread Doug Rabson
On Tue, 16 Feb 1999, Warner Losh wrote: > : Not to stop you in your tracks, but I would really love to see > : somebody (more capable than the PAO people) work out a power > : management architecture for us before we have too many more > : hacks in this area... > > I'd have to agree that a unifie

Re: Aladdin chipset SMBus support available!

1999-02-16 Thread Warner Losh
: Not to stop you in your tracks, but I would really love to see : somebody (more capable than the PAO people) work out a power : management architecture for us before we have too many more : hacks in this area... I'd have to agree that a unified power management architecture would be a good thing

Re: Aladdin chipset SMBus support available!

1999-02-16 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 07:41:25PM -0500, Brian Feldman wrote: > >On Sun, 14 Feb 1999, Nicolas Souchu wrote: > >> On Sun, Feb 14, 1999 at 04:30:27PM -0500, Brian Feldman wrote: >> >> >> > >> >On spd I would get an error message, and if I ever did spd 1 it got as far >> >as printing 128 bytes used,

Re: Aladdin chipset SMBus support available!

1999-02-16 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 11:09:45PM +0100, Nicolas Souchu wrote: > >On Sun, Feb 14, 1999 at 04:30:27PM -0500, Brian Feldman wrote: >>> >> >>On spd I would get an error message, and if I ever did spd 1 it got as far >>as printing 128 bytes used, then erred out... >> >>> rm alpm.o ; make CC="cc -DDEB

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Brian Feldman
On Sun, 14 Feb 1999, Nicolas Souchu wrote: > On Sun, Feb 14, 1999 at 04:30:27PM -0500, Brian Feldman wrote: > >> > > > >On spd I would get an error message, and if I ever did spd 1 it got as far > >as printing 128 bytes used, then erred out... > > > >> rm alpm.o ; make CC="cc -DDEBUG" > > > >I'll

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Alex Zepeda
On Sun, 14 Feb 1999, Brian Feldman wrote: > Sorta. It did work. Then it stopped working. Running detect seems to kill my > SM (or at least reset it to some weird state) Ahh yes, I'm not alone. Running detect here came up with four ports (5a, 60, 9a, a0 I think). It also caused anything else try

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 04:30:27PM -0500, Brian Feldman wrote: >> > >On spd I would get an error message, and if I ever did spd 1 it got as far >as printing 128 bytes used, then erred out... > >> rm alpm.o ; make CC="cc -DDEBUG" > >I'll rm alpm.o; CC='cc -DDEBUG' make alpm.o; make, if that's what

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Brian Feldman
On Sun, 14 Feb 1999, Nicolas Souchu wrote: > On Sun, Feb 14, 1999 at 01:01:27PM -0500, Brian Feldman wrote: > [...] > > > >Sorta. It did work. Then it stopped working. Running detect seems to kill my > >SM (or at least reset it to some weird state) > > > >{"/home/green/examples"}$ ./detect > >{"/h

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Nicolas Souchu
come, >>> since I just have enough time to do the hardware SMBus support. >> >>Sounds like fun > >I think so too. >/dev/smb? should not be used in casual use,because it is dangerous,as >banging I/O port.I want to discuss about the interface. Where did he >wrote

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 01:01:27PM -0500, Brian Feldman wrote: [...] > >Sorta. It did work. Then it stopped working. Running detect seems to kill my >SM (or at least reset it to some weird state) > >{"/home/green/examples"}$ ./detect >{"/home/green/examples"}$ You mean you got some output from sp

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread takawata
dress. SMBus in my motherboard will hang up when I issue RECV_BYTE method for this port. >> BTW, as outlined by -pkh all this is just a first step in a huge monitoring >> adventure where all still need to be _defined_ (architecture and interfaces) >> and implemented. Any propositi

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Brian Feldman
On Sun, 14 Feb 1999, Nicolas Souchu wrote: > On Sun, Feb 14, 1999 at 12:11:09PM -0500, Brian Feldman wrote: > > > >On Sun, 14 Feb 1999, Nicolas Souchu wrote: > > > >> On Sun, Feb 14, 1999 at 08:40:11AM -0500, Brian Feldman wrote: > >> > > >> >On Sun, 14 Feb 1999, Nicolas Souchu wrote: > >> > > >>

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 12:11:09PM -0500, Brian Feldman wrote: > >On Sun, 14 Feb 1999, Nicolas Souchu wrote: > >> On Sun, Feb 14, 1999 at 08:40:11AM -0500, Brian Feldman wrote: >> > >> >On Sun, 14 Feb 1999, Nicolas Souchu wrote: >> > >> >> On Sat, Feb 13, 1999 at 05:22:00PM -0500, Brian Feldman wro

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Brian Feldman
nslate SMBus errors to the appropriate > >> unix ones. > > > >Hmm... wouldn't the appropriate error for something not responding be an > >ENXIO or ETIMEDOUT? EINTR seems more than a little wrong for this purpouse. > > Fix committed. > > BTW, as out

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Nicolas Souchu
s. > >Hmm... wouldn't the appropriate error for something not responding be an >ENXIO or ETIMEDOUT? EINTR seems more than a little wrong for this purpouse. Fix committed. BTW, as outlined by -pkh all this is just a first step in a huge monitoring adventure where all still need to

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Brian Feldman
On Sun, 14 Feb 1999, Nicolas Souchu wrote: > On Sat, Feb 13, 1999 at 05:22:00PM -0500, Brian Feldman wrote: > > > >On Sat, 13 Feb 1999, Nicolas Souchu wrote: > > > >> Example program to fetch temperature or voltages is available at > >> http://www.planet.sci.kobe-u.ac.jp/~takawata/smbus/examples/

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Matthew Thyer
I had the same problem with a non Aladin system. I believe the problem is that Takanori's examples no longer work since changes were made to pcisupport.c. Why do I say this ? Because Takanori said so in email to me. I dont understand how it all works but if I show you Takanori's comments maybe

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Nicolas Souchu
On Sat, Feb 13, 1999 at 05:22:00PM -0500, Brian Feldman wrote: > >On Sat, 13 Feb 1999, Nicolas Souchu wrote: > >> Hi folks, >> >> I've just committed the alpm(4) driver to -current: the Aladdin SMBus >> driver. > >Great, my newest mobo is an AcerLabs. > >> >> With an onboard system management chi

Re: Aladdin chipset SMBus support available!

1999-02-13 Thread Brian Feldman
On Sat, 13 Feb 1999, Nicolas Souchu wrote: > Hi folks, > > I've just committed the alpm(4) driver to -current: the Aladdin SMBus > driver. Great, my newest mobo is an AcerLabs. > > With an onboard system management chip (lm7x or w87381), > it offers monitoring capabilities to recent Acer based

Aladdin chipset SMBus support available!

1999-02-13 Thread Nicolas Souchu
Hi folks, I've just committed the alpm(4) driver to -current: the Aladdin SMBus driver. With an onboard system management chip (lm7x or w87381), it offers monitoring capabilities to recent Acer based motherboards like the ASUS P5AB. Example program to fetch temperature or voltages is available a