From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 23 13:40:04 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0984732D for ; Sun, 23 Feb 2014 13:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9CF81D27 for ; Sun, 23 Feb 2014 13:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1NDe3bh091182 for ; Sun, 23 Feb 2014 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1NDe36q091181; Sun, 23 Feb 2014 13:40:03 GMT (envelope-from gnats) Date: Sun, 23 Feb 2014 13:40:03 GMT Message-Id: <201402231340.s1NDe36q091181@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Huub Schuurmans Subject: Re: kern/185387: if_axe usb ethernet interface no ssh, no http with 10.0-RC3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Huub Schuurmans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 13:40:04 -0000 The following reply was made to PR kern/185387; it has been noted by GNATS. From: Huub Schuurmans To: bug-followup@FreeBSD.org, huub@wirelessleiden.nl Cc: Subject: Re: kern/185387: if_axe usb ethernet interface no ssh, no http with 10.0-RC3 Date: Sun, 23 Feb 2014 14:38:41 +0100 This problem appears to be related to the hardware used in Alix boards AMD CS5536. On an 'ordinary' pc there is no problem with these adapters. The PC has: ohci0: mem 0xe7003000-0xe7003fff irq 20 at device 3.0 on pci0 usbus0 on ohci0 ohci1: mem 0xe7000000-0xe7000fff irq 21 at device 3.1 on pci0 usbus1 on ohci1 ehci0: mem 0xe7001000-0xe7001fff irq 23 at device 3.3 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 And the ALix-board has: ohci0: mem 0xefffe000-0xefffefff irq 12 at device 15.4 on pci0 usbus0: on ohci0 ehci0: mem 0xefffd000-0xefffdfff irq 12 at device 15.5 on pci0 usbus1: EHCI version 1.0 usbus1: on ehci0 Kind regards, Huub