http://bugzilla.kernel.org/show_bug.cgi?id=1752

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|no ACPI events unless       |no ACPI GPE events unless
                   |"irqpoll" -  Dell Inspiron  |"irqpoll" -  Dell Inspiron
                   |5150                        |5150



------- Additional Comments From [EMAIL PROTECTED]  2006-10-10 22:41 -------
Was able to use the fixed event method above to  
provoke an SCI, which discarded the bogus fixed event,  
but picked up a pending battery insertion GPE event:  
  
i5150:~ # inl 0x1028  
0x00FF0000  
  
<insert battery here>  
  
i5150:~ # inl 0x102C  
0x11000100  
i5150:~ # inl 0x1028  
0x10FF0000  
  
i5150:~ # inw 0x1000  
0x0411  
i5150:~ # inw 0x1002  
  
enable fixed event 0:  
0x0020  
i5150:~ # outw 0x1002 0x1  
  
ACPI Error (evevent-0314): No installed handler for fixed event [00000000]  
[20060707]  
   evgpe-0443 [DA56B030] [01] ev_gpe_detect         : Read GPE Register at  
GPE0: Status=00, Enable=00  
   evgpe-0443 [DA56B030] [01] ev_gpe_detect         : Read GPE Register at  
GPE8: Status=00, Enable=01  
   evgpe-0443 [DA56B030] [01] ev_gpe_detect         : Read GPE Register at  
GPE10: Status=FF, Enable=00  
   evgpe-0443 [DA56B030] [01] ev_gpe_detect         : Read GPE Register at  
GPE18: Status=10, Enable=11  
   evgpe-0619 [DA56B030] [02] ev_gpe_dispatch       : ----Entry  
   evgpe-0247 [DA56B030] [03] ev_disable_gpe        : ----Entry  
   evgpe-0118 [DA56B030] [04] ev_update_gpe_enable_m: ----Entry  
   evgpe-0132 [DA56B030] [04] ev_update_gpe_enable_m: ----Exit- AE_OK  
   evgpe-0285 [DA56B030] [03] ev_disable_gpe        : ----Exit- AE_OK  
   evgpe-0727 [DA56B030] [02] ev_gpe_dispatch       : ----Exit-  
0000000000000001  
   evsci-0091 [DA56B030] [01] ev_sci_xrupt_handler  : ----Exit-  
0000000000000001  
  
**** Context Switch from TID DA56B030 to TID C148A030 ****  
  
   evgpe-0512 [C148A030] [01] ev_asynch_execute_gpe_: ----Entry  
   evgpe-0181 [C148A030] [02] ev_enable_gpe         : ----Entry  
   evgpe-0118 [C148A030] [03] ev_update_gpe_enable_m: ----Entry  
   evgpe-0158 [C148A030] [03] ev_update_gpe_enable_m: ----Exit- AE_OK  
   evgpe-0228 [C148A030] [02] ev_enable_gpe         : ----Exit- AE_OK  
  evmisc-0139 [C148A030] [08] ev_queue_notify_reques: Dispatching Notify(81) on 
 
node c1476ee4  
  evmisc-0147 [C148A030] [08] ev_queue_notify_reques: Notify value: 0x81  
**Device Specific**  
  evmisc-0139 [C148A030] [08] ev_queue_notify_reques: Dispatching Notify(80) on 
 
node c1476ee4  
  evmisc-0147 [C148A030] [08] ev_queue_notify_reques: Notify value: 0x80  
**Device Specific**  
   evgpe-0595 [C148A030] [01] ev_asynch_execute_gpe_: ----Exit-  
  
So this failure seems specific to GPEs. 
Fixed events and the SCI itself are actually working -- 
but that is somewhat academic, as the useful events on this 
machine are all GPEs. 
 
  
  

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to