From b3a941181ee88cefdad7e7333d0b7b2708dd7740 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Sun, 13 Dec 1998 23:00:48 +0000 Subject: [PATCH] Remove warning introduced by the last committer. --- sys/dev/ed/if_ed.c | 4 ++-- sys/i386/isa/if_ed.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 530932781ea..2b01ccef0fd 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.145 1998/09/13 22:15:44 eivind Exp $ + * $Id: if_ed.c,v 1.146 1998/10/22 05:58:38 bde Exp $ */ /* @@ -3468,7 +3468,7 @@ edpnp_attach(u_long csn, u_long vend_id, char *name, struct isa_device *dev) dev->id_iobase = d.port[0]; dev->id_irq = (1 << d.irq[0]); - dev->id_intr = edintr; + dev->id_ointr = edintr; dev->id_drq = -1; if (dev->id_driver == NULL) { diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index 530932781ea..2b01ccef0fd 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.145 1998/09/13 22:15:44 eivind Exp $ + * $Id: if_ed.c,v 1.146 1998/10/22 05:58:38 bde Exp $ */ /* @@ -3468,7 +3468,7 @@ edpnp_attach(u_long csn, u_long vend_id, char *name, struct isa_device *dev) dev->id_iobase = d.port[0]; dev->id_irq = (1 << d.irq[0]); - dev->id_intr = edintr; + dev->id_ointr = edintr; dev->id_drq = -1; if (dev->id_driver == NULL) {