Date: Fri, 6 Jan 2006 01:34:57 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 89242 for review Message-ID: <200601060134.k061Yvpx063523@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89242 Change 89242 by imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601060134.k061Yvpx063523>