Subject: CVS commit: src/sys/arch/sgimips/pci
To: None <source-changes@netbsd.org>
From: Rafal Boni <rafal@netbsd.org>
List: source-changes
Date: 01/20/2003 01:08:54
Module Name:	src
Committed By:	rafal
Date:		Sun Jan 19 23:08:54 UTC 2003

Modified Files:
	src/sys/arch/sgimips/pci: macepci.c

Log Message:
Fix a bug that would cause the PCI fixup to assign addresses beyond the range
of KSEG0/1 mappable PCI window (the MEG_ALIGN macro was aligning to *16* MB
instead of *1* MB due to an extra 0 in the round-to constant).  Also, allow
the PCI code to fix up all functions of a multifunction device; both from
Chris Sekiya, with a bit of massaging by me.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/sgimips/pci/macepci.c

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