PERFORCE change 109528 for review

Sam Leffler sam at FreeBSD.org
Wed Nov 8 17:12:29 UTC 2006


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

Change 109528 by sam at sam_ebb on 2006/11/08 17:12:22

	correct comment

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/if_npereg.h#4 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/if_npereg.h#4 (text+ko) ====

@@ -171,7 +171,7 @@
 
 /* TX Control Register 1*/
 #define NPE_TX_CNTRL1_TX_EN         (1<<0)	/* enable TX engine */
-#define NPE_TX_CNTRL1_DUPLEX        (1<<1)	/* select full duplex (!half) */
+#define NPE_TX_CNTRL1_DUPLEX        (1<<1)	/* select half duplex */
 #define NPE_TX_CNTRL1_RETRY         (1<<2)	/* auto-retry on collision */
 #define NPE_TX_CNTRL1_PAD_EN        (1<<3)	/* pad frames <64 bytes */
 #define NPE_TX_CNTRL1_FCS_EN        (1<<4)	/* append FCS */


More information about the p4-projects mailing list