Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 05/29/2002 17:57:37
Module Name:	syssrc
Committed By:	bouyer
Date:		Wed May 29 14:57:37 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: pci_map.c

Log Message:
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.11 syssrc/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.