Re: adm1026 support

2006-06-28 Thread Gary Jennejohn

YTR writes:
> Can you tell me on which Release of BSD (5.5 or pre 5.5) have the support
> for ADM1026 Driver?
> 

It isn't supported, but see this:
http://lists.freebsd.org/pipermail/freebsd-hackers/2006-June/016886.html

---
Gary Jennejohn / garyjATjennejohnDOTorg gjATfreebsdDOTorg garyjATdenxDOTde

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: adm1026 support

2006-06-28 Thread YTR

Hi,

Can you tell me on which Release of BSD (5.5 or pre 5.5) have the support
for ADM1026 Driver?

Thanks,
YTR
-- 
View this message in context: 
http://www.nabble.com/adm1026-support-tf1800838.html#a5078824
Sent from the freebsd-hackers forum at Nabble.com.

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: adm1026 support

2006-06-16 Thread Dmitry Pryanishnikov


Hello!

On Tue, 13 Jun 2006, Franklin Donan wrote:

I want to use healthd to monitor values exported by an adm1026 chip,
using the smbus interface.
Here's the data sheet for this chip:
http://www.analog.com/UploadedFiles/Data_Sheets/779263102ADM1026_a.pdf

This chip is smbus & iic compatible.  I am thinking I will have to write an
adm1026 specific kernel module to interface with the iicbus module, but am
not sure.  Can someone please let me know what exactly needs to be done?


 There's no need in kernel module, all you want is a small piece of
chip-specific userland code for healthd itself. Take a look at my patch:

ftp://external.atlantis.dp.ua/FreeBSD/healthd/0.7.9/patch-IntelDeskBoards.v04

It adds support for several chips including ADM1025. Unfortunately I have
neither ADM1026-based motherboard nor spare time to help you, but I hope
you'll get an idea - code is very simple indeed.


Sincerely, Dmitry
--
Atlantis ISP, System Administrator
e-mail:  [EMAIL PROTECTED]
nic-hdl: LYNX-RIPE
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


adm1026 support

2006-06-16 Thread Franklin Donan

Hi,

I want to use healthd to monitor values exported by an adm1026 chip,
using the smbus interface.
Here's the data sheet for this chip:
http://www.analog.com/UploadedFiles/Data_Sheets/779263102ADM1026_a.pdf

This chip is smbus & iic compatible.  I am thinking I will have to write an
adm1026 specific kernel module to interface with the iicbus module, but am
not sure.  Can someone please let me know what exactly needs to be done?


Thanks!
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"