From 99355eb54c152cf87613f56c7122b97c1597aecd Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 28 Feb 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-02-28 --- alphapc/devether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alphapc/devether.c b/alphapc/devether.c index f6406ee891d8938670e525229881ed5c2273ce21..2746614468029f08f86238497d2efe0046024986 100644 --- a/alphapc/devether.c +++ b/alphapc/devether.c @@ -366,7 +366,7 @@ etherreset(void) * controllers together. A device set to IRQ2 will appear on * the second interrupt controller as IRQ9. */ - if(ether->irq == 2) + if(ether->irq == 2 && BUSTYPE(ether->tbdf) != BusPCI) ether->irq = 9; snprint(name, sizeof(name), "ether%d", ctlrno); intrenable(ether->irq, ether->interrupt, ether, ether->tbdf, name);