Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2009 17:15:22 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/acpica acpi_machdep.c madt.c src/sys/amd64/include acpica_machdep.h src/sys/dev/acpica acpi.c acpivar.h src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/include acpica_machdep.h
Message-ID:  <200910291717.n9THHDQJ015684@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-10-29 17:15:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/acpica     acpi_machdep.c madt.c 
    sys/amd64/include    acpica_machdep.h 
    sys/dev/acpica       acpi.c acpivar.h 
    sys/i386/acpica      acpi_machdep.c madt.c 
    sys/i386/include     acpica_machdep.h 
  Log:
  SVN rev 198618 on 2009-10-29 17:15:22Z by jhb
  
  MFC 197439:
  Extract the code to find and map the MADT ACPI table during early kernel
  startup and genericize it so it can be reused to map other tables as well:
  - Add a routine to walk a list of ACPI subtables such as those used in the
    APIC and SRAT tables in the MI acpi(4) driver.
  - Move the routines for mapping and unmapping an ACPI table as well as
    mapping the RSDT or XSDT and searching for a table with a given signature
    out into acpica_machdep.c for both amd64 and i386.
  
  Revision   Changes    Path
  1.17.2.1   +244 -0    src/sys/amd64/acpica/acpi_machdep.c
  1.24.2.4   +10 -221   src/sys/amd64/acpica/madt.c
  1.7.2.1    +3 -0      src/sys/amd64/include/acpica_machdep.h
  1.243.2.6  +22 -0     src/sys/dev/acpica/acpi.c
  1.108.2.1  +5 -0      src/sys/dev/acpica/acpivar.h
  1.37.2.1   +240 -0    src/sys/i386/acpica/acpi_machdep.c
  1.28.2.4   +10 -220   src/sys/i386/acpica/madt.c
  1.8.2.1    +3 -0      src/sys/i386/include/acpica_machdep.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910291717.n9THHDQJ015684>