]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272109, r272181:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Oct 2014 04:01:57 +0000 (04:01 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Oct 2014 04:01:57 +0000 (04:01 +0000)
commit213c272668361ca8689d2bb7b114102fb0f75987
treed30aae75ed4f574bdf983f60ce365f26ac1f52c7
parent3c68f5361ffb61854ba01caf92c20cd481f4dce0
MFC r272109, r272181:

  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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@273675 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/fdt/fdt_common.c
sys/dev/fdt/fdt_common.h
sys/dev/fdt/simplebus.c
sys/dev/ofw/ofw_bus_subr.c
sys/dev/ofw/ofw_bus_subr.h
sys/dev/ofw/ofwbus.c
sys/mips/beri/beri_simplebus.c
sys/powerpc/ofw/ofw_pcibus.c
sys/powerpc/pseries/vdevice.c