summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-11-29 19:33:01 +0000
committersam <sam@FreeBSD.org>2003-11-29 19:33:01 +0000
commit946a19bc52b1d1001bcb8bd52380e1ffa8bdc52d (patch)
treea2871100f52f3020e55e6a9efb43b68b17d02f22 /sys/pci
parent10d5bf9b255e234e1b128e24f77a765dc6a417ff (diff)
downloadFreeBSD-src-946a19bc52b1d1001bcb8bd52380e1ffa8bdc52d.zip
FreeBSD-src-946a19bc52b1d1001bcb8bd52380e1ffa8bdc52d.tar.gz
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)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_sk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 3226d91..4c6611f 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -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) {
OpenPOWER on IntegriCloud