Source-Changes archive

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

CVS commit: [netbsd-6] src/sys



Module Name:    src
Committed By:   riz
Date:           Thu Nov 22 00:39:01 UTC 2012

Modified Files:
        src/sys/arch/ia64/acpi [netbsd-6]: acpi_machdep.c
        src/sys/arch/ia64/include [netbsd-6]: acpi_machdep.h
        src/sys/arch/x86/acpi [netbsd-6]: acpi_machdep.c
        src/sys/arch/x86/include [netbsd-6]: acpi_machdep.h
        src/sys/arch/x86/x86 [netbsd-6]: mpacpi.c
        src/sys/dev/acpi [netbsd-6]: acpi.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #683):
        sys/arch/ia64/include/acpi_machdep.h: revision 1.6
        sys/arch/x86/include/acpi_machdep.h: revision 1.11
        sys/dev/acpi/acpi.c: revision 1.255
        sys/arch/x86/acpi/acpi_machdep.c: revision 1.4
        sys/arch/x86/x86/mpacpi.c: revision 1.95
        sys/arch/x86/x86/mpacpi.c: revision 1.96
        sys/arch/ia64/acpi/acpi_machdep.c: revision 1.6
locate PCI buses and determine their bus numbers using the info
previously extracted from ACPICA rather than trying to figure it out again.
allow PCI buses that don't have a _PRT method.
as a workaround for PR 47016, call ioapic_reenable() at the end of
ACPI interrupt routing to fix the settings for the SCI interrupt.
the problem is that after my recent changes, the SCI handler is
installed before the MADT info is parsed, so we don't know what
polarity it should have.  the real fix for this will be to rearrange
the ACPI initialization so that everything is done in a more sensible
order, but that will take some more time.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.8.1 src/sys/arch/ia64/acpi/acpi_machdep.c
cvs rdiff -u -r1.5 -r1.5.8.1 src/sys/arch/ia64/include/acpi_machdep.h
cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/arch/x86/acpi/acpi_machdep.c
cvs rdiff -u -r1.10 -r1.10.8.1 src/sys/arch/x86/include/acpi_machdep.h
cvs rdiff -u -r1.92 -r1.92.8.1 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -u -r1.252 -r1.252.6.1 src/sys/dev/acpi/acpi.c

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