Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2003 20:32:41 +0100
From:      Stuart Walsh <stu@ipng.org.uk>
To:        freebsd-current@freebsd.org
Subject:   if_ep compile error
Message-ID:  <20031018193241.GA18143@icecold.stu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031018193241.GA18143>