Subject: Re: kern/32032: axe/ukphy combo does not work on big-endian machines
To: None <gnats-bugs@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-bugs
Date: 11/10/2005 00:11:01
I think you are absolutly right.  If you look at axe_mii_readreg()
and axe_mii_writereg() you can see that the value val is
totally mishandled.  It is not byte swapped, and in the case
of writing the address of a 32 bit variable is used where you
need the address to two bytes.

You could try fixing that.

	-- Lennart


garrett_damore@tadpole.com wrote:
>>Number:         32032
>>Category:       kern
>>Synopsis:       axe/ukphy combo does not work on big-endian machines