Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sgimips/pci



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.




Home | Main Index | Thread Index | Old Index