Source-Changes archive

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

CVS commit: src/sys/arch/x86



Module Name:    src
Committed By:   fvdl
Date:           Sat Sep  6 14:38:43 UTC 2003

Modified Files:
        src/sys/arch/x86/include: mpconfig.h
        src/sys/arch/x86/x86: acpi_machdep.c mpacpi.c mpbios.c

Log Message:
When establishing the ACPI SCI, make sure it's always active low (as well
as level-triggered). Do this by changing the MP config entry that was
set up for the interrupt. Do not change anything if there was an ACPI
interrupt source override, assume that this contains the correct
information already.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/include/mpconfig.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/x86/acpi_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86/x86/mpbios.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