Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libarch/alpha
Module Name: basesrc
Committed By: mycroft
Date: Fri Jul 19 22:03:39 UTC 2002
Modified Files:
basesrc/lib/libarch/alpha: alpha_pci_mem.c
Log Message:
Fix multiple bugs:
* Select dense or sparse space based on the prefetchable flag, like the kernel
does. In particular, non-prefetchable mappings are forced to sparse space.
* If no window is matched, return MAP_FAILED, rather than falling through and
blowing chunks.
* Ignore addr_shift (set it to 0) for dense mappings.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/lib/libarch/alpha/alpha_pci_mem.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