Re: ISA LM78 driver help

1999-05-22 Thread David E. Cross
I have done simple drivers before. I would be interested in working with you on this (it would benefit me as well). If you couild provide a web site with more information that would help too. -- David Cross | email: cro...@cs.rpi.edu Systems Administrator/Research

Re: ISA LM78 driver help

1999-05-22 Thread Takanori Watanabe
In message , Marc Nicholas wrote: >Hello there... > >I have an application where I require access to an LM78 "health monitor" >chip on a certain type of industrial PC motherboard we use. Unfortunately, >the LM78 is tied to ISA and not I2C/SMBus. > >Can anyone recommend a good framework to start wr

ISA LM78 driver help

1999-05-22 Thread Marc Nicholas
Hello there... I have an application where I require access to an LM78 "health monitor" chip on a certain type of industrial PC motherboard we use. Unfortunately, the LM78 is tied to ISA and not I2C/SMBus. Can anyone recommend a good framework to start writing a driver for this beastie? I've neve