Subject: CVS commit: src/sys/arch/x86
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 02/03/2006 19:58:21
Module Name:	src
Committed By:	bouyer
Date:		Fri Feb  3 19:58:21 UTC 2006

Modified Files:
	src/sys/arch/x86/conf: files.x86
	src/sys/arch/x86/pci: pci_machdep.c
Added Files:
	src/sys/arch/x86/pci: pci_intr_machdep.c

Log Message:
Split move interrupt-related PCI functions from pci_machdep.c to
pci_intr_machdep.c. In Xen-3 registers access is done the normal way but
interrupts need custom setup. Proposed on port-amd64, port-i386 and
port-xen a week ago.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/x86/conf/files.x86
cvs rdiff -r0 -r1.1 src/sys/arch/x86/pci/pci_intr_machdep.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/x86/pci/pci_machdep.c

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