Module Name:    src
Committed By:   simonb
Date:           Thu Sep  3 06:42:29 UTC 2020

Modified Files:
        src/sys/arch/pmax/tc: ioasic.c

Log Message:
The TC device addresses are defined in KSEG1, but this confuses
bus_space(9) which expects bus addresses and not kernel virtual
addresses.  Pull the addresses back to bus addresses with
MIPS_KSEG1_TO_PHYS().

XXX: Fix this properly one day (without storing KSEG1 addrs in
the TC device configuration).

Fixes problem with TURBOchannel pmaxes panicing during
autoconfiguartion.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/pmax/tc/ioasic.c

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

Reply via email to