cvs commit: src/sys/dev/acpica acpi.c acpi_cpu.c acpi_lid.c acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c acpiio.h acpivar.h

Nate Lawson njl at FreeBSD.org
Thu Aug 28 09:06:32 PDT 2003


njl         2003/08/28 09:06:31 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_cpu.c acpi_lid.c 
                         acpi_powerres.c acpi_resource.c 
                         acpi_thermal.c acpi_timer.c acpiio.h 
                         acpivar.h 
  Log:
  Style and whitespace changes.  Also, make the ivar functions non-inline
  since inlining failed due to the size of BUS_*
  
  Revision  Changes    Path
  1.96      +417 -360  src/sys/dev/acpica/acpi.c
  1.18      +111 -99   src/sys/dev/acpica/acpi_cpu.c
  1.14      +22 -23    src/sys/dev/acpica/acpi_lid.c
  1.16      +203 -173  src/sys/dev/acpica/acpi_powerres.c
  1.18      +126 -121  src/sys/dev/acpica/acpi_resource.c
  1.31      +146 -137  src/sys/dev/acpica/acpi_thermal.c
  1.25      +70 -71    src/sys/dev/acpica/acpi_timer.c
  1.8       +35 -34    src/sys/dev/acpica/acpiio.h
  1.44      +62 -137   src/sys/dev/acpica/acpivar.h


More information about the cvs-src mailing list