MFC 1.39: Grrr, a fix for the rman_set_rid() stuff I missed in my earlier

MFC.
This commit is contained in:
jhb 2007-10-24 12:36:25 +00:00
parent abb9fc692b
commit 99c05fd9d9

View File

@ -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