if_ep compile error

From: Stuart Walsh <stu_at_ipng.org.uk>
Date: Sat, 18 Oct 2003 20:32:41 +0100
Hi,

Looks like someone missed a file when updating the 'ep' driver.  Simple
diff follows:

RCS file: /home/ncvs/src/sys/dev/ep/if_ep_eisa.c,v
retrieving revision 1.25
diff -u -r1.25 if_ep_eisa.c
--- if_ep_eisa.c        24 Aug 2003 17:46:05 -0000      1.25
+++ if_ep_eisa.c        18 Oct 2003 19:29:38 -0000
_at__at_ -215,7 +215,7 _at__at_
                irq = 2;

        GO_WINDOW(0);
-       SET_IRQ(BASE, irq);
+       SET_IRQ(sc, irq);

        if ((error = ep_attach(sc))) {
                device_printf(dev, "ep_attach() failed! (%d)\n", error);

Regards,

Stuart
Received on Sat Oct 18 2003 - 10:32:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:25 UTC