Subject: Re: kern/32032: axe/ukphy combo does not work on big-endian machines
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Garrett D'Amore <garrett_damore@tadpole.com>
List: netbsd-bugs
Date: 11/09/2005 23:03:01
The following reply was made to PR kern/32032; it has been noted by GNATS.

From: "Garrett D'Amore" <garrett_damore@tadpole.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/32032: axe/ukphy combo does not work on big-endian machines
Date: Wed, 09 Nov 2005 15:02:21 -0800

 gnats-admin@netbsd.org wrote:
 
 >Thank you very much for your problem report.
 >It has the internal identification `kern/32032'.
 >The individual assigned to look at your
 >report is: kern-bug-people. 
 >
 >  
 >
 >>Category:       kern
 >>Responsible:    kern-bug-people
 >>Synopsis:       axe/ukphy combo does not work on big-endian machines
 >>Arrival-Date:   Wed Nov 09 22:26:00 +0000 2005
 >>    
 >>
 Changing the code to do appropriate le16toh() in the mii logic fixed the 
 phy link detection problem.  However the device still doesn't work, and 
 I think it is probably due to the rxmode not also be handled in an 
 endian proper manner.  I'm testing that now.  Once I have it working, 
 I'll send diffs.