Interrupt share type is EDGE.

This commit is contained in:
thorpej 1998-06-29 22:42:09 +00:00
parent 3be1ffe6a0
commit ad9b5bf5f0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sb_isa.c,v 1.17 1998/06/09 07:25:05 thorpej Exp $ */
/* $NetBSD: sb_isa.c,v 1.18 1998/06/29 22:42:09 thorpej Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -111,6 +111,7 @@ sbfind(parent, sc, ia)
sc->sc_iobase = ia->ia_iobase;
sc->sc_irq = ia->ia_irq;
sc->sc_ist = IST_EDGE;
sc->sc_drq8 = ia->ia_drq;
sc->sc_drq16 = ia->ia_drq2;
sc->sc_ic = ia->ia_ic;