freebsd-dev/sys/mips/beri
Ian Lepore c47d4cde39 Replace multiple nearly-identical copies of code to walk through an FDT
node's interrupts=<...> property creating resource list entries with a
single common implementation.  This change makes ofw_bus_intr_to_rl() the
one true copy of that code and removes the copies of it from other places.

This also adds handling of the interrupts-extended property, which allows
specifying multiple interrupts for a node where each interrupt can have a
separate interrupt-parent.  The bindings for this state that the property
cells contain an xref phandle to the interrupt parent followed by whatever
interrupt info that parent normally expects.  This leads to having a
variable number of icells per interrupt in the property.  For example you
could have <&intc1 1 &intc2 26 9 0 &intc3 9 4>.

Differential Revision: https://reviews.freebsd.org/D803
2014-09-25 15:02:33 +00:00
..
beri_machdep.c After r264897 restore the ability to add bootoptions from FDT for 2014-04-29 07:48:07 +00:00
beri_pic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
beri_simplebus.c Replace multiple nearly-identical copies of code to walk through an FDT 2014-09-25 15:02:33 +00:00
fdt_ic_if.m Provide a simpler and more standards-compliant simplebus implementation to 2014-02-01 17:41:54 +00:00
files.beri Add the initial version of if_nf10bmac(4), a driver to support an 2014-04-17 12:33:26 +00:00
std.beri MFP4: 2013-10-22 21:08:25 +00:00