Source-Changes-D archive

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

Re: CVS commit: src/sys/dev/acpi



On Fri, Aug 05, 2011 at 06:27:48PM +0000, Jonathan A. Kollasch wrote:
> Module Name:  src
> Committed By: jakllsch
> Date:         Fri Aug  5 18:27:48 UTC 2011
> 
> Modified Files:
>       src/sys/dev/acpi: acpi.c
> 
> Log Message:
> As we add a handler for the ACPI fixed feature button events,
> ensure they aren't going to trigger as soon as we enable interrupts,
> furthermore ensure that the event is unmasked.

What is the purpose of this? All fixed events should be disabled by default;

        AcpiEnableSubsystem() ->
                AcpiEvInitializeEvents() ->
                        AcpiEvFixedEventInitialize().

- Jukka.


Home | Main Index | Thread Index | Old Index