Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2008 14:01:38 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 139413 for review
Message-ID:  <200804051401.m35E1cr0023287@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139413

Change 139413 by gonzo@gonzo_jeeves on 2008/04/05 14:01:28

	o Check the right struct field

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/idt/if_kr.c#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/idt/if_kr.c#2 (text+ko) ====

@@ -218,7 +218,7 @@
 	sc->kr_tx_ovr_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 
 	    KR_TX_OVR_IRQ, KR_TX_OVR_IRQ, 1, RF_SHAREABLE | RF_ACTIVE);
 
-	if (sc->kr_tx_irq == NULL) {
+	if (sc->kr_tx_ovr_irq == NULL) {
 		device_printf(dev, "couldn't map tx overrun interrupt\n");
 		error = ENXIO;
 		goto fail;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804051401.m35E1cr0023287>