From 08414eb70ca4391b529a9ca57978a1364a8a79b9 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 22 Apr 2006 19:04:21 +0000 Subject: Revert part of previous commit. In alpha_platform_alloc_ide_intr(), there's no RID for us to work with. --- sys/alpha/pci/pcibus.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys') diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c index c4013fc..61c6bd7 100644 --- a/sys/alpha/pci/pcibus.c +++ b/sys/alpha/pci/pcibus.c @@ -96,12 +96,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 -- cgit v1.1