PERFORCE change 94880 for review

John-Mark Gurney jmg at FreeBSD.org
Sun Apr 9 23:39:46 UTC 2006


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

Change 94880 by jmg at jmg_arlene on 2006/04/09 23:38:44

	move comment to be w/ the assert..

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#36 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#36 (text+ko) ====

@@ -383,8 +383,8 @@
 
 	sc = device_get_softc(dev);
 
+	pciintr = rman_get_start(ires);
 	/* sun4v uses 1 through 4 interrupts */
-	pciintr = rman_get_start(ires);
 	KASSERT(pciintr >= 1 && pciintr <= 4,
 	    ("interrupt out of range"));
 	rid = pciintr;


More information about the p4-projects mailing list