]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r256861:
authorbrooks <brooks@FreeBSD.org>
Thu, 31 Oct 2013 16:18:36 +0000 (16:18 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 31 Oct 2013 16:18:36 +0000 (16:18 +0000)
commit7e2e9ae1af9f1eeef71d67a4beb036f54fdf9406
treee1b6887d8f8516aa9dd6ddcdc894598368c5d9f0
parent8b58367431f0c0ea5889dee10a939c56c516b590
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)
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