Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/11/2003 00:08:16
Module Name:	src
Committed By:	fvdl
Date:		Sun May 11 00:08:16 UTC 2003

Modified Files:
	src/sys/arch/i386/i386: acpi_machdep.c mpacpi.c

Log Message:
* defer actual ACPI interrupt establishment until after the mp_intr tables
  have been set up
* store global_int for the MPACPI intr table build case
* use it to find the desired int number passed down to the ACPI intr
  establish call


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/i386/i386/acpi_machdep.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/i386/i386/mpacpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.