]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() and
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 4 Jan 2014 21:14:33 +0000 (21:14 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 4 Jan 2014 21:14:33 +0000 (21:14 +0000)
commit67dbd33ca808809803bc465c8e48c008aab889f5
treebb13e5a2c797a0573afdfa74c1a4dcfb93ef0a1c
parent818f49fc98b179fdcdcdda84c11ff6f1eabeaee6
Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() and
OFW_BUS_CONFIG_INTR(). This function is only used by simplebus, so will
likely be moved there in the future.
sys/dev/fdt/fdt_common.c
sys/dev/fdt/fdt_common.h
sys/dev/fdt/simplebus.c