From 38ff12a4b90b095cd4f1c84ac389b64f2c30bd5d Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 1 Mar 1994 12:23:33 +0000 Subject: [PATCH] Fix from Christoph Robitschko: the '790 interrupt table was wrong. --- 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 f8621edab62..69c0284f307 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -20,7 +20,7 @@ */ /* - * $Id: if_ed.c,v 1.32 1994/02/02 14:05:53 davidg Exp $ + * $Id: if_ed.c,v 1.33 1994/02/03 11:50:58 davidg Exp $ */ #include "ed.h" @@ -164,8 +164,8 @@ static unsigned short ed_790_intr_mask[] = { 0, IRQ9, IRQ3, - IRQ4, IRQ5, + IRQ7, IRQ10, IRQ11, IRQ15 diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index f8621edab62..69c0284f307 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -20,7 +20,7 @@ */ /* - * $Id: if_ed.c,v 1.32 1994/02/02 14:05:53 davidg Exp $ + * $Id: if_ed.c,v 1.33 1994/02/03 11:50:58 davidg Exp $ */ #include "ed.h" @@ -164,8 +164,8 @@ static unsigned short ed_790_intr_mask[] = { 0, IRQ9, IRQ3, - IRQ4, IRQ5, + IRQ7, IRQ10, IRQ11, IRQ15