Re: ACPI programming under FreeBSD?

2002-10-02 Thread Mark Santcroos
Hi, I have a very simple program that does exactly this using sysctl's. Find it attached. ACPI developers, there is alot more information available in the kernel about ACPI that we don't export to userland yet. Do you think we should do that using more sysctl's or should we implement some

Re: ACPI programming under FreeBSD?

2002-10-02 Thread Oliver Fromme
Mark Santcroos [EMAIL PROTECTED] wrote: ACPI developers, there is alot more information available in the kernel about ACPI that we don't export to userland yet. Do you think we should do that using more sysctl's or should we implement some ioctl's on /dev/acpi to retrieve the

Re: ACPI programming under FreeBSD?

2002-10-02 Thread Socketd
Original Message On 10/2/02, 12:34:49 PM, Oliver Fromme [EMAIL PROTECTED] wrote regarding Re: ACPI programming under FreeBSD?: Mark Santcroos [EMAIL PROTECTED] wrote: ACPI developers, there is alot more information available in the kernel about ACPI that we don't export to userland

ACPI programming under FreeBSD?

2002-10-01 Thread Craig Rodrigues
Hi, I am interested in retrieving power statistics type of information from a system running FreeBSD. I am interested in information such as: power consumed, temperature, percentage of battery available, etc. Is it possible to do this with ACPI, and if so, are there any examples of how to

Re: ACPI programming under FreeBSD?

2002-10-01 Thread Mitsuru IWASAKI
Hi, I am interested in retrieving power statistics type of information from a system running FreeBSD. I am interested in information such as: power consumed, temperature, percentage of battery available, etc. Is it possible to do this with ACPI, and if so, are there any examples of how