Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/pci
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.
Home |
Main Index |
Thread Index |
Old Index