CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/09 12:35:13
Modified files:
sys/dev/fdt : dwpcie.c
sys/arch/arm64/arm64: intr.c
sys/arch/arm64/dev: pciecam.c
sys/arch/arm64/include: intr.h
Log message:
The Open Firmware Interrupt Mapping "recommendation" says that the number
of address celss in the child unit specifier should be fetched from the
interrupt controller node. Fix this as the current code doesn't work on
the MACCHIATObin for example.
ok patrick@
