Date: Sun, 9 Apr 2006 23:39:45 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94880 for review Message-ID: <200604092339.k39NdjiM056551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94880 Change 94880 by jmg@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604092339.k39NdjiM056551>