Subject: CVS commit: src/sys/dev/cardbus
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/02/2008 22:29:00
Module Name:	src
Committed By:	dyoung
Date:		Wed Jan  2 22:29:00 UTC 2008

Modified Files:
	src/sys/dev/cardbus: cardbus.c

Log Message:
Do not read past the CIS region.  Stops an MCHK exception on macppc
(reported by macallan@).

I originally detected this bug by activating 'PCI master target
abort' interrupts on the AMD Elan SC520 processor.  Lo and behold,
several interrupts occurred before the system had finished booting!
NetBSD should probably activate PCI exception reporting whenever
it is available.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/dev/cardbus/cardbus.c

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