PERFORCE change 89242 for review
Warner Losh
imp at FreeBSD.org
Thu Jan 5 17:34:59 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=89242
Change 89242 by imp at imp_Speedy on 2006/01/06 01:34:16
It is LOW HIGH in the most two significant bits, not HIGH LOW.
# we now really probe ukphy! We should be probing lxtphy, since
# that's what we have. Likely a mismatch in an ID or something.
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/if_atereg.h#3 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/if_atereg.h#3 (text+ko) ====
@@ -142,7 +142,7 @@
#define ETH_ISR_ABT (1U << 11) /* ABT: Abort */
/* ETH_MAN */
-#define ETH_MAN_BITS 0x80020000 /* HIGH and CODE bits */
+#define ETH_MAN_BITS 0x40020000 /* HIGH and CODE bits */
#define ETH_MAN_READ (2U << 28)
#define ETH_MAN_WRITE (1U << 28)
#define ETH_MAN_PHYA_BIT 23
More information about the p4-projects
mailing list