Hi

I'm porting a Linux module that reads system health information (such as
voltages and temperatures) from a WinBond W83781D chip.

What's the best way of extracting such info from the chip? In the Linux
module it uses the regular inb(), outb(), set() etc. to read
the raw data, and then making it look nice and dandy using
a readable file in the proc filesystem.
I'm not sure how to do this in FreeBSD..

And what's the best way for a userland program to retrieve the info?
I had in mind to just create a kernel module w/direct access to the chip,
and make a userland program make the raw data pretty.


Thanks for any advice (Even if it's "RTFS!"),
 Torbjorn Kristoffersen
 [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to