correct typo in interrupt handling for the 2nd port of 2-port cards

Submitted by:	luigi
Reviewed by:	checking original openbsd code
Approved by:	re (scottl)
This commit is contained in:
Sam Leffler 2003-11-29 19:33:01 +00:00
parent c0984da8ae
commit d927d7ab84
2 changed files with 2 additions and 2 deletions

View File

@ -2157,7 +2157,7 @@ sk_intr(xsc)
if (sc->sk_type == SK_GENESIS)
sk_intr_xmac(sc_if1);
else
sk_intr_yukon(sc_if0);
sk_intr_yukon(sc_if1);
}
if (status & SK_ISR_EXTERNAL_REG) {

View File

@ -2157,7 +2157,7 @@ sk_intr(xsc)
if (sc->sk_type == SK_GENESIS)
sk_intr_xmac(sc_if1);
else
sk_intr_yukon(sc_if0);
sk_intr_yukon(sc_if1);
}
if (status & SK_ISR_EXTERNAL_REG) {