]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256861:
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Oct 2013 16:18:36 +0000 (16:18 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Oct 2013 16:18:36 +0000 (16:18 +0000)
commit5a101e623fa49d3625f5a69e10315e818652a49c
treee1b6887d8f8516aa9dd6ddcdc894598368c5d9f0
parent72f48ec078cf688dbded8c9faa2f829ec8ef2b57
MFC r256861:

MFP4: 223121 (FDT infrastructure portion)

Implement support for interrupt-parent nodes in simplebus.  The current
implementation requires that device declarations have an interrupt-parent
node and that it point to a device that has registered itself as a
interrupt controller in fdt_ic_list_head and implements the fdt_ic
interface.

Sponsored by:   DARPA/AFRL
Approved by:    re (gjb)

git-svn-id: svn://svn.freebsd.org/base/stable/10@257457 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files
sys/dev/fdt/fdt_common.c
sys/dev/fdt/fdt_common.h
sys/dev/fdt/fdt_ic_if.m [new file with mode: 0644]
sys/dev/fdt/simplebus.c