Re: Unable to get APM working -- help!

2004-12-26 Thread security
On Sun, 26 Dec 2004 13:28, [EMAIL PROTECTED] wrote: Try acpiconf -i 1 Same result :/ Hmm.. what's your dmesg output when you boot verbose with ACPI enabled? Check the end of mail I prefer acpi_pcc http://www.spa.is.uec.ac.jp/~nfukuda/software/ which I believe does the same thing but

Re: Unable to get APM working -- help!

2004-12-26 Thread security
On Sun, 26 Dec 2004 13:28, [EMAIL PROTECTED] wrote: Try acpiconf -i 1 Same result :/ Hmm.. what's your dmesg output when you boot verbose with ACPI enabled? I'll be mailing it right next from other mail account (it's timeouting on this web mail - subject is 'dmesg from acer laptop') I

Re: Unable to get APM working -- help!

2004-12-26 Thread Daniel O'Connor
On Sun, 26 Dec 2004 15:26, [EMAIL PROTECTED] wrote: I'll try it out; meanwhile, I've discovered the sysctl to change this manually. I've checked it works by trying to compile something at the lowest CPU clock speed. It was slow to hell :-) That's probably clock throttling which is different..

Re: Unable to get APM working -- help!

2004-12-26 Thread security
On Sun, 26 Dec 2004 15:26, [EMAIL PROTECTED] wrote: I'll try it out; meanwhile, I've discovered the sysctl to change this manually. I've checked it works by trying to compile something at the lowest CPU clock speed. It was slow to hell :-) That's probably clock throttling which is

Re: Unable to get APM working -- help! [no acpi_cmbat entries]

2004-12-26 Thread security
Just a quick add, my dmesg doesn't show acpi_cmbat entries. You probably confused my dmesg with yours (from the dmesg mail I sent you) On Sun, 26 Dec 2004 15:26, [EMAIL PROTECTED] wrote: I'll try it out; meanwhile, I've discovered the sysctl to change this manually. I've checked it works by

Re: parameters for tsleep(9)

2004-12-26 Thread Roman Kurakin
Hi, 1) man tsleep 2) tsleep is just msleep with NULL mutex. if you check sys/kern/kern_synch.c you will see KASSERT (ident != NULL ... ident is exactly the first parameter. rik Norbert Koch: Hello. I am just writing a device driver for the i82527 (can-bus) chip. For testing I need the driver to

Re: Unable to get APM working -- help! [no acpi_cmbat entries]

2004-12-26 Thread Daniel O'Connor
On Mon, 27 Dec 2004 02:47, [EMAIL PROTECTED] wrote: Just a quick add, my dmesg doesn't show acpi_cmbat entries. You probably confused my dmesg with yours (from the dmesg mail I sent you) Err, I said you didn't have any cmbat entries.. My point was that the lack of those entries is probably a

i386_set_ioperm on FreeBSD 5.3

2004-12-26 Thread Tom Alsberg
Hi there. I'm trying to use some code I wrote quite a while ago using Doug White's FreeBSD IPMI code (kcs.c, send-kcs-command.c, etc.). It still works as it did back then on FreeBSD 4.10. On FreeBSD 5.3 it does not. Problem seems to be, that i386_set_ioperm isn't doing what it should. The