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-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 mo

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 befo

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
> 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 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

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? C

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-curr

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

2001-09-04 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>> KY>>panic: nexus_setup_intr: NULL irq resource! KY> KY>Ok, this is one last test patch. Please r

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

2001-09-04 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 t

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

2001-09-04 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

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. Than

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 f

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

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

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 --- p

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> ISH>On Tue, 4 Sep 2001, Harti Brandt wrote: ISH> ISH>> ISH>panic 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 reall

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

2001-09-04 Thread Ilmar S. Habibulin
On Tue, 4 Sep 2001, Harti Brandt wrote: > ISH>panic 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 throu

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> ISH>On Tue, 4 Sep 2001, Kazutaka YOKOTA wrote: ISH> ISH>> Please apply the attached patch in /sys/isa and see what it does. ISH>It does panic with a smiling face ;-))) ISH> ISH>panic message was "bad ivar read request" it fails in acpi_read

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 t

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

my psm0 doesn't work with new acpi :(

2001-09-03 Thread Ilmar S. Habibulin
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. info.tar.bz2