if_ep compile error

Stuart Walsh stu at ipng.org.uk
Sat Oct 18 12:32:52 PDT 2003


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
@@ -215,7 +215,7 @@
                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


More information about the freebsd-current mailing list