Source-Changes archive

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

CVS commit: src/sys/arch/i386/i386



Module Name:    src
Committed By:   fvdl
Date:           Tue Jan  7 18:54:09 UTC 2003

Modified Files:
        src/sys/arch/i386/i386: cpu.c ioapic.c mainbus.c mpbios.c
Added Files:
        src/sys/arch/i386/i386: mpacpi.c

Log Message:
Add code to configure cpus, ioapics and interrupt wiring using ACPI.
Shuffle some code around so that this an exist as a method next
to mpbios, both creating the same data structures. If both are
defined, try ACPI first.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/i386/cpu.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/i386/ioapic.c
cvs rdiff -r1.47 -r1.48 src/sys/arch/i386/i386/mainbus.c
cvs rdiff -r0 -r1.1 src/sys/arch/i386/i386/mpacpi.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/i386/i386/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