NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/44366: poweroff doesn't work



On 01/10/11 19:25, Jukka Ruohonen wrote:
>  Might be a longshot, but can you try the following tiny patch?
>  
>  - Jukka.
>  
>  Index: acpi.c
>  ===================================================================
>  RCS file: /cvsroot/src/sys/dev/acpi/acpi.c,v
>  retrieving revision 1.229
>  diff -u -p -r1.229 acpi.c
>  --- acpi.c   6 Jan 2011 07:05:00 -0000       1.229
>  +++ acpi.c   10 Jan 2011 17:16:53 -0000
>  @@ -1376,6 +1376,8 @@ acpi_enter_sleep_state(int state)
>                       break;
>               }
>   
>  +            (void)AcpiDisableAllGpes();
>  +
>               DELAY(1000000);
>   
>               sc->sc_sleepstate = state;
>  

Tested on both reported machines, but there is no change, sorry.

-- 
Mihai



Home | Main Index | Thread Index | Old Index