Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: Ok, this is one last test patch. Please remove ALL my previous patches and apply this one in /sys/isa. Nothing at all, i had to boot with -c option to get any message about psm0. Sendig you dmesg, but i think it wouldn't help much. PS. I just

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Julian Elischer
"Ilmar S. Habibulin" wrote: On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: Ok, this is one last test patch. Please remove ALL my previous patches and apply this one in /sys/isa. Nothing at all, i had to boot with -c option to get any message about psm0. Sendig you dmesg, but i think it

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Harti Brandt
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: KY Would try the following patch for /sys/isa/psm.c IN ADDITION TO KY my previous patch? KY KY (This is a test patch. It's not a final fix.) KY KYpanic: nexus_setup_intr: NULL irq resource! KY KYOk, this is one last test patch. Please remove ALL my

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Julian Elischer wrote: PS. I just removed and checkout sys/isa. hope you did a make clean too... I tried this too - nothing changed. :( Where is my netscroll genius... I want it back ;-) To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Kazutaka YOKOTA
PS. I just removed and checkout sys/isa. hope you did a make clean too... I tried this too - nothing changed. :( Where is my netscroll genius... I want it back ;-) What was the message? Is that the following? panic: nexus_setup_intr: NULL irq resource! Or, something else? Can you

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: What was the message? Is that the following? panic: nexus_setup_intr: NULL irq resource! Or, something else? You missunderstand or maybe i wrote something wrong. Now i've got a bootable kernel with no panic and NO psm0 messages at all. So i

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
process. When the system comes completely up, please send me entire dmesg output and /boot/device.hints. into.tar.bz2

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Kazutaka YOKOTA
Thank you. I got the files. Then, would you remove my previous small patch from psm.c, and put the following line in /boot/device.hints instead and reboot? debug.acpi.disable=sysresource Or, you may type set debug.acpi.disable=sysresource at the loader prompt before boot -v. Kazu You

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: Then, would you remove my previous small patch from psm.c, and put the following line in /boot/device.hints instead and reboot? debug.acpi.disable=sysresource Or, you may type set debug.acpi.disable=sysresource at the loader prompt before boot

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Kazutaka YOKOTA
As I wrote in another mail to Harti Brandt and cc'ed to you, it now appears that ACPI on your motherboard declares IRQ 12 BOTH in the PS/2 mouse resource descriptors and in the system reserved resource descriptors. The system reserved resources are sucked by the sysresource driver in the acpi

Re: my psm0 doesn't work with new acpi :(

2001-09-05 Thread Ilmar S. Habibulin
On Wed, 5 Sep 2001, Kazutaka YOKOTA wrote: As some other people are not having this problem, this may be called a quirk or anomaly, to say the least. I think that it is ASUS A7V-133 feature, cause Harti has this board to, if i'm not wrong. Check our dmesgs. To Unsubscribe: send mail to

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Kazutaka YOKOTA
So i can't use X server. The problem appeared right after i've compiled and installed freshly cvsuped kernel after new acpi first commit (31.08). I'm sending dmesg and kernel config files in attach, and waiting for help/comments. Thank you. Please apply the attached patch in /sys/isa and see

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Kazutaka YOKOTA
So i can't use X server. The problem appeared right after i've compiled and installed freshly cvsuped kernel after new acpi first commit (31.08). I'm sending dmesg and kernel config files in attach, and waiting for help/comments. Thank you. Please apply the attached patch in /sys/isa and see

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: Please apply the attached patch in /sys/isa and see what it does. It does panic with a smiling face ;-))) panic message was bad ivar read request To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Harti Brandt
On Tue, 4 Sep 2001, Ilmar S. Habibulin wrote: ISH ISH ISHOn Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: ISH ISH Please apply the attached patch in /sys/isa and see what it does. ISHIt does panic with a smiling face ;-))) ISH ISHpanic message was bad ivar read request it fails in acpi_read_ivar with

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Harti Brandt wrote: ISHpanic message was bad ivar read request it fails in acpi_read_ivar with an index (3rd argument) of 12. And that looks like the IRQ, so probably there is something really wrong. Sorry, wrong with my hands or code is broken? While browsing through

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Harti Brandt
On Tue, 4 Sep 2001, Ilmar S. Habibulin wrote: ISH ISH ISHOn Tue, 4 Sep 2001, Harti Brandt wrote: ISH ISH ISHpanic message was bad ivar read request ISH it fails in acpi_read_ivar with an index (3rd argument) of 12. And that ISH looks like the IRQ, so probably there is something really wrong.

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Kazutaka YOKOTA
Please apply the attached patch in /sys/isa and see what it does. It does panic with a smiling face ;-))) panic message was bad ivar read request Would try the following patch for /sys/isa/psm.c IN ADDITION TO my previous patch? (This is a test patch. It's not a final fix.) Kazu ---

Re: my psm0 doesn't work with new acpi :( (fwd)

2001-09-04 Thread Harti Brandt
ISHOn Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: ISH ISH Please apply the attached patch in /sys/isa and see what it does. ISHIt does panic with a smiling face ;-))) ISH ISHpanic message was bad ivar read request it fails in acpi_read_ivar with an index (3rd argument) of 12. And that looks

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: Would try the following patch for /sys/isa/psm.c IN ADDITION TO my previous patch? (This is a test patch. It's not a final fix.) panic: nexus_setup_intr: NULL irq resource! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: my psm0 doesn't work with new acpi :(

2001-09-04 Thread Kazutaka YOKOTA
Would try the following patch for /sys/isa/psm.c IN ADDITION TO my previous patch? (This is a test patch. It's not a final fix.) panic: nexus_setup_intr: NULL irq resource! Ok, this is one last test patch. Please remove ALL my previous patches and apply this one in /sys/isa. Thanks. Kazu