Fix from Christoph Robitschko: the '790 interrupt table was wrong.

This commit is contained in:
David Greenman 1994-03-01 12:23:33 +00:00
parent 0b96c983e8
commit 38ff12a4b9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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