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:
parent
c0984da8ae
commit
d927d7ab84
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user