Source-Changes archive

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

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   drochner
Date:           Thu Jul  3 13:37:35 UTC 2008

Modified Files:
        src/sys/dev/pci: pccbb.c pccbbreg.h

Log Message:
On cardbus configuration reads, check for a master abort in the cbb
and return all-ones explicitely.
Since pccbb.c rev. 1.151 the cbb is set to translate cardbus master
aborts which makes that the PCI configuration read on the primary bus
returns random junk. This can cause the probing code to get confused.
The issue was reported by KIYOHARA Takashi and Jonathan A. Kollasch,
the patch was tested by KIYOHARA Takashi.


To generate a diff of this commit:
cvs rdiff -r1.177 -r1.178 src/sys/dev/pci/pccbb.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/pccbbreg.h

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