Source-Changes archive

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

CVS commit: src/sys/dev/acpi



Module Name:    src
Committed By:   jruoho
Date:           Mon Jan  4 09:34:47 UTC 2010

Modified Files:
        src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h

Log Message:
Cleanup:

        - Provide the module declaration and use ACPI_FREE
          as well as ACPI_ALLOCATE_LOCAL_BUFFER for ACPI_DEBUG.

        - Maintain the calling conventions of existing ACPI utility
          functions by initializing the output buffer for the caller
          in all applicable functions.

        - Remove superfluous const correctness. Additional semantics:
          u_char -> char, u_int16_t -> uint16_t, and u_int64_t -> uint64_t.

        - Collect the validation of input parameters to a single function.

ok pgoyette@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/wmi_acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index