Module Name: src Committed By: thorpej Date: Thu Nov 28 01:08:06 UTC 2019
Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: There are some devices on the bcm283x that share IRQs (notably, the i2c controllers), but the generic ARM PIC code doesn't support this. Add a workaround inspired by the GICv3 driver (thanks Jared for pointint it out). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/broadcom/bcm2835_intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.