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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to