search for: rman_reserve_resource_bound

Displaying 1 result from an estimated 1 matches for "rman_reserve_resource_bound".

2008 Mar 18
0
Freebsd/Xen: pcifront: IRQ resource allocation failed
...> on pcib3 csa0: <CS4280/CS4614/CS4622/CS4624/CS4630> mem 0xfafff000-0xfaffffff,0xfae00000-0xfaefffff irq 16 at device 5.0 on pci3 csa: card is Turtle Beach Santa Cruz But going ahead IRQ resource allocations fails, before interrupt handler can be setup. I found that it fails in "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 r...