From owner-freebsd-stable@FreeBSD.ORG Wed Jan 8 13:31:02 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFF87AFE for ; Wed, 8 Jan 2014 13:31:02 +0000 (UTC) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id 949D4194E for ; Wed, 8 Jan 2014 13:31:02 +0000 (UTC) Received: from imac-van-huub-2.fritz.box (huubs.xs4all.nl [83.160.119.88]) (authenticated bits=0) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id s08DUsPI017308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Jan 2014 14:30:54 +0100 (CET) (envelope-from huubsch@xs4all.nl) Message-ID: <52CD530E.8000109@xs4all.nl> Date: Wed, 08 Jan 2014 14:30:54 +0100 From: Huub Schuurmans User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: if_axe broken on FreeBSD10.0-RC4 X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 13:31:03 -0000 There is a problem with the if_axe driver on 10.0 USB-LAN adapters with the ASIX AX88772 chip (using if_axe) do not work properly on 10.0-RC4, whereas thera are no problems with 9.0-RELEASE. Ping and dhcp work, ssh and http do not. Test setup consists of two hosts with ALIX.2 boards (uses CPU: Geode(TM) Integrated Processor by AMD PCS 498.06-MHz 586-class CPU and an AMD CS5536 (Geode) USB 2.0 controller) Host9.0-RELEASE with httpd, sshd, dhcpd running, connected with utp-cable (tested) to host10.0-RC3 with usb-lan adapter connected: ue0: flags=8843 metric 0 mtu 1500 options=8000b ether 00:00:00:00:00:01 inet6 fe80::200:ff:fe00:1 %ue0 prefixlen 64 scopeid 0x8 inet 172.16.6.77 netmask 0xfffffff8 broadcast 172.16.6.79 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active Ping and dhcp from host10.0-RC4 to Host9.0-RELEASE is OK, but ssh and fetch (http) time out. Same setup with both hosts running 9.0-RELEASE functions without problems Same setup with hostRC10-RC4 and different usb-lan adapter works OK (I tested if_aue, if_udav and if_mos). The AX88772 adapter works fine with Linux. I have reported this same problem for RC3 (PR internal identification `kern/185387') but did not receive any response from the developers so far. Kind regards, Huub