Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/16/2003 22:56:30
Module Name:	src
Committed By:	fvdl
Date:		Thu Oct 16 22:56:30 UTC 2003

Modified Files:
	src/sys/arch/i386/eisa: eisa_machdep.c
	src/sys/arch/x86/include: intr.h mpconfig.h pci_machdep.h
	src/sys/arch/x86/isa: isa_machdep.c
	src/sys/arch/x86/pci: pci_machdep.c pciide_machdep.c
	src/sys/arch/x86/x86: intr.c mpacpi.c mpbios.c

Log Message:
Add hooks and structures to allow the MP table intr mapping code a
better shot at finding a mapping. For PCI interrupts, if a bus
has no mappings, try its parent, with the swizzled pin, and the
bridge's device number.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/i386/eisa/eisa_machdep.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/include/intr.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/include/mpconfig.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/include/pci_machdep.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/x86/isa/isa_machdep.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/pci/pci_machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/pci/pciide_machdep.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/x86/intr.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.14 -r1.15 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.