MFC 1.39: Grrr, a fix for the rman_set_rid() stuff I missed in my earlier
MFC.
This commit is contained in:
parent
abb9fc692b
commit
99c05fd9d9
@ -97,12 +97,7 @@ struct resource *
|
||||
alpha_platform_alloc_ide_intr(int chan)
|
||||
{
|
||||
int irqs[2] = { 14, 15 };
|
||||
struct resource *rv;
|
||||
|
||||
rv = isa_alloc_intr(0, 0, irqs[chan]);
|
||||
if (rv != NULL)
|
||||
rman_set_rid(rv, *rid);
|
||||
return (rv);
|
||||
return (isa_alloc_intr(0, 0, irqs[chan]));
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user