Subject: CVS commit: basesrc/lib/libarch/alpha
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/20/2002 01:03:40
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.