Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 15:50:24 GMT
From:      "Y.Okabe" <be_works_us@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/119981: axe driver supports for LOGITEC LAN-GTJ/U2 gigabit ethernet adapter 
Message-ID:  <200801251550.m0PFoOev097197@www.freebsd.org>
Resent-Message-ID: <200801251600.m0PG04En067307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119981
>Category:       usb
>Synopsis:       axe driver supports for LOGITEC LAN-GTJ/U2 gigabit ethernet adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 25 16:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Y.Okabe
>Release:        FreeBSD 7.0-PRERELEASE
>Organization:
Japan
>Environment:
FreeBSD c7v7.myhome 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #19: Fri Jan 25 21:08:44 JST 2008     be@c7v7.myhome:/tmp/usr/src/sys/i386/compile/C7V7  i386
>Description:
Please add USB device ID for LOGITEC LAN-GTJ/U2 gigabit ethernet adapter.
(http://www.logitec.co.jp/products/lan/langtju2.html)

This hardware is based on AX88178 chip, 
so axe driver is work well.


dmesg 
--
axe0: <vendor 0x0789 product 0x0102, class 255/255, rev 2.00/0.01, addr 3> on uhub4
axe0: AX88178, bufsz 1536, boundary 64
miibus2: <MII bus> on axe0
e1000phy0: <Marvell 88E1111 Gigabit PHY> PHY 24 on miibus2
e1000phy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto
axe0: using obsoleted if_watchdog interface
axe0: Ethernet address: 00:01:8e:xx:xx:xx
axe0: if_start running deferred for Giant
--

usbdevs -v reports
--
Controller /dev/usb4:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), VIA(0x0000), rev 1.00
 port 1 powered
 port 2 addr 3: high speed, power 450 mA, config 1, product 0x0102(0x0102), vendor 0x0789(0x0789), rev 0.01
--

>How-To-Repeat:

>Fix:
*** /usr/src/sys/dev/usb/usbdevs    Tue Jan  8 08:12:39 2008
--- ./usbdevs   Sat Jan 26 00:09:54 2008
***************
*** 1568,1573 ****
--- 1568,1574 ----
  /* 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_GTJU2     0x0102  LAN-GTJ/U2 Gigabit Ethernet Adapter

  /* Lucent products */
  product LUCENT EVALKIT                0x1001  USS-720 evaluation kit


** /usr/src/sys/dev/usb/if_axe.c   Wed Sep 26 06:08:33 2007
--- ./if_axe.c  Sat Jan 26 00:10:09 2008
***************
*** 133,138 ****
--- 133,139 ----
          { { USB_VENDOR_PLANEX3, USB_PRODUCT_PLANEX3_GU1000T }, AX178 },
          { { USB_VENDOR_SYSTEMTALKS, USB_PRODUCT_SYSTEMTALKS_SGCX2UL}, 0 },
          { { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_LN029}, 0 },
+       { { USB_VENDOR_LOGITEC, USB_PRODUCT_LOGITEC_LAN_GTJU2}, AX178 },
          { { USB_VENDOR_SITECOMEU, USB_PRODUCT_SITECOMEU_LN028 }, AX178 }
  };

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801251550.m0PFoOev097197>