Re: CFT: axe(4) station address patch

2009-09-16 Thread Hans Petter Selasky
On Thursday 17 September 2009 00:02:03 Pyun YongHyeon wrote:
> On Wed, Sep 16, 2009 at 11:55:04PM +0200, Hans Petter Selasky wrote:
> > Hi,
> >
> > Can you send me the patch.
>

Hi,

Your patch has been committed to USB P4:

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

--HPS

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: CFT: axe(4) station address patch

2009-09-16 Thread Pyun YongHyeon
On Wed, Sep 16, 2009 at 11:55:04PM +0200, Hans Petter Selasky wrote:
> Hi,
> 
> Can you send me the patch.
> 

Sure.

> Seems like the list software stripped it off.
> 
> --HPS
> 
> On Wednesday 16 September 2009 20:52:56 Pyun YongHyeon wrote:
> > Hi,
> >
> > Traditionally axe(4) didn't support reprogramming station address
> > (node id) as datasheet does not mention the required command.
> > However AX88178 datasheet has the command and it seems the command
> > works as expected. I've attached patch which will enable changing
> > ethernet address of the controller for AX88178/AX88772/AX88172.
> > I couldn't test it on AX88772 and AX88172 controller. So if you
> > have these controllers would you give it try let me know how it
> > goes on your controller?
> >
> > 
> > Check the ethernet address and change it to other address with
> > ifconfig(8). The following command will change the ethernet address
> > to aa:bb:cc:dd:ee:ff.
> > #ifconfig ue0 down
> > #ifconfig ue0 ether aa:bb:cc:dd:ee:ff
> > #ifconfig ue0 up
> > After that check whether you can still use network.
> >
> > Hans, would you review the patch?
> 
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: CFT: axe(4) station address patch

2009-09-16 Thread Hans Petter Selasky
Hi,

Can you send me the patch.

Seems like the list software stripped it off.

--HPS

On Wednesday 16 September 2009 20:52:56 Pyun YongHyeon wrote:
> Hi,
>
> Traditionally axe(4) didn't support reprogramming station address
> (node id) as datasheet does not mention the required command.
> However AX88178 datasheet has the command and it seems the command
> works as expected. I've attached patch which will enable changing
> ethernet address of the controller for AX88178/AX88772/AX88172.
> I couldn't test it on AX88772 and AX88172 controller. So if you
> have these controllers would you give it try let me know how it
> goes on your controller?
>
> 
> Check the ethernet address and change it to other address with
> ifconfig(8). The following command will change the ethernet address
> to aa:bb:cc:dd:ee:ff.
> #ifconfig ue0 down
> #ifconfig ue0 ether aa:bb:cc:dd:ee:ff
> #ifconfig ue0 up
> After that check whether you can still use network.
>
> Hans, would you review the patch?

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"