Displaying 1 result from an estimated 1 matches for "subr_rman".
2008 Mar 18
0
Freebsd/Xen: pcifront: IRQ resource allocation failed
..."rman_reserve_resource_bound"
Because: r = TAILQ_FIRST(&rm->rm_list) = is still NULL , as it was
initialized.
Here is the stacktrace:
(gdb) where
#0 rman_reserve_resource_bound (rm=0xc07b3de0, start=16, end=16,
count=1, bound=0, flags=4, dev=0xc0d8f700)
at ../../../kern/subr_rman.c:282
#1 0xc01747bc in rman_reserve_resource (rm=0xc07b3de0, start=16,
end=16, count=1, flags=4, dev=0xc0d8f700)
at ../../../kern/subr_rman.c:491
#2 0xc035cb75 in nexus_alloc_resource (bus=0xc0db3000,
child=0xc0d8f700, type=1, rid=0xc0d8f994, start=16, end=16, count=1,
flags=6)
at ../../....