Subject: CVS commit: src/sys/arch/arm/footbridge
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 02/25/2007 18:42:00
Module Name:	src
Committed By:	chris
Date:		Sun Feb 25 18:42:00 UTC 2007

Modified Files:
	src/sys/arch/arm/footbridge: footbridge_pci.c

Log Message:
Make this file compile with PCI_DEBUG defined. Needed to figure out why
the latest ABLE firmware was causing an interrupt mapping issue on cats.
It seems that the latest ABLE firmware is using native-PCI mode, rather
than compatibility mode, but doesn't setup an irq for us to use, so we fail
to map the interrupt handler.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/arm/footbridge/footbridge_pci.c

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