Plan 9 from Bell Labs 2001-02-28
1 files changed, 1 insertions(+), 1 deletions(-) M alphapc/devether.c
M alphapc/devether.c => alphapc/devether.c +1 -1
@@ 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);