Author: br Date: Wed May 14 14:19:57 2014 New Revision: 266021 URL: http://svnweb.freebsd.org/changeset/base/266021
Log: Fix typo. Modified: head/sys/arm/freescale/vybrid/vf_port.c Modified: head/sys/arm/freescale/vybrid/vf_port.c ============================================================================== --- head/sys/arm/freescale/vybrid/vf_port.c Wed May 14 14:17:51 2014 (r266020) +++ head/sys/arm/freescale/vybrid/vf_port.c Wed May 14 14:19:57 2014 (r266021) @@ -165,7 +165,7 @@ port_setup(int pnum, enum ev_type pevt, val = PCR_INT_FE; break; case INT_EITHER_EDGE: - val = PCR_INT_RE; + val = PCR_INT_EE; break; case INT_LOGIC_ONE: val = PCR_INT_LO; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"