Date: Wed, 11 Jul 2007 21:17:27 GMT From: Rui Paulo <rpaulo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123344 for review Message-ID: <200707112117.l6BLHRiW098644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123344 Change 123344 by rpaulo@rpaulo_epsilon on 2007/07/11 21:16:58 asmc_sms_task(): revert the number of interrupt types. Now, the higher is the most dangerous. Affected files ... .. //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#27 edit Differences ... ==== //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#27 (text+ko) ==== @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#26 $ + * $P4: //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#27 $ * */ @@ -875,13 +875,13 @@ switch (sc->sc_sms_intrtype) { case ASMC_SMS_INTFF: - type = 0; + type = 2; break; case ASMC_SMS_INTHA: type = 1; break; case ASMC_SMS_INTSH: - type = 2; + type = 0; break; default: type = 255;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707112117.l6BLHRiW098644>