Subject: CVS commit: [netbsd-1-6] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/10/2003 18:00:59
Module Name:	src
Committed By:	tron
Date:		Fri Oct 10 18:00:59 UTC 2003

Modified Files:
	src/sys/dev/pci [netbsd-1-6]: pci_map.c

Log Message:
Pull up revision 1.11 (requested by kleink in ticket #1513):
When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.
If the 32bit mask read is 0, wmask will be 0xffffffff00000000, and
PCI_MAPREG_MEM64_SIZE() won't make this 0.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.10.1 src/sys/dev/pci/pci_map.c

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