Re: Call for axe(4) testers.

From: Hiroo Ono <hiroo_at_oikumene.gcd.org>
Date: Mon, 09 Mar 2009 21:57:20 +0900
Hello Pyun,

At Wed, 31 Dec 2008 09:31:15 +0900,
Pyun YongHyeon wrote:
>  > > How about this one?
>  > > http://people.freebsd.org/~yongari/axe.88178.patch4
>  > 
>  > 	It's perfect!  I confirmed following devices:
>  > 
>  > 	Planex GT-1000T     (AX88178 with Cicada PHY)
>  > 	Buffalo LUA-U2-KTX  (AX88172 with Realtek PHY)
>  > 	Planex UE-200TX-G   (AX88772 with own PHY)

I tested another axe device on 7.1-STABLE (not current).
Though tested only ifconfig and ping, it worked.

    Logitec  LAN-GTJ/U2A  (AX88178 with Cicada PHY)

Do you have any plan to commit it to RELENG_7?

Here are dmesg and diffs to your patch4:

Mar  9 20:07:05 goshen root: Unknown USB device: vendor 0x0789 product 0x0160 bus uhub4
Mar  9 20:07:06 goshen kernel: axe0: <vendor 0x0789 product 0x0160, class 255/255, rev 2.00/0.01, addr 4> on uhub4
Mar  9 20:07:06 goshen kernel: axe0: AX88178, bufsz 4096, boundary 512
Mar  9 20:07:06 goshen kernel: axe0: PHYADDR 0xe0:0x18
Mar  9 20:07:06 goshen kernel: miibus1: <MII bus> on axe0
Mar  9 20:07:06 goshen kernel: ciphy0: <Cicada VSC8211 10/100/1000TX PHY> PHY 24 on miibus1
Mar  9 20:07:06 goshen kernel: ciphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto

--- usbdevs.orig	2009-03-09 18:48:00.000000000 +0000
+++ usbdevs	2009-03-09 18:51:14.000000000 +0000
_at__at_ -1603,6 +1603,7 _at__at_
 /* Logitec Corp. products */
 product LOGITEC LDR_H443SU2	0x0033	DVD Multi-plus unit LDR-H443SU2
 product LOGITEC LDR_H443U2	0x00b3	DVD Multi-plus unit LDR-H443U2
+product LOGITEC LAN_GTJU2A	0x0160	LAN-GTJ/U2A Ethernet
 
 /* Lucent products */
 product LUCENT EVALKIT		0x1001	USS-720 evaluation kit


--- if_axe.c.orig2	2009-03-09 18:51:51.000000000 +0000
+++ if_axe.c	2009-03-09 18:58:36.000000000 +0000
_at__at_ -143,6 +143,7 _at__at_
         { { USB_VENDOR_JVC, USB_PRODUCT_JVC_MP_PRX1}, 0 },
         { { USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M}, 0 },
         { { USB_VENDOR_LINKSYS4, USB_PRODUCT_LINKSYS4_USB1000 }, AX178 },
+        { { USB_VENDOR_LOGITEC, USB_PRODUCT_LOGITEC_LAN_GTJU2A}, AX178 },
         { { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX}, 0 },
         { { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120}, 0 },
         { { USB_VENDOR_OQO, USB_PRODUCT_OQO_ETHER01PLUS }, AX772 },
Received on Mon Mar 09 2009 - 12:20:32 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:43 UTC