PERFORCE change 139413 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Apr 5 14:01:39 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139413

Change 139413 by gonzo at 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;


More information about the p4-projects mailing list