From owner-freebsd-mips@FreeBSD.ORG Thu Aug 15 12:00:35 2013 Return-Path: Delivered-To: freebsd-mips@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 ESMTP id 13267E86 for ; Thu, 15 Aug 2013 12:00:35 +0000 (UTC) (envelope-from lists@rewt.org.uk) Received: from hosted.mx.as41113.net (abby.lhr1.as41113.net [91.208.177.20]) by mx1.freebsd.org (Postfix) with ESMTP id D22422A5F for ; Thu, 15 Aug 2013 12:00:33 +0000 (UTC) Received: from [192.168.1.54] (staff-ns50-3.as25178.net [212.9.98.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by hosted.mx.as41113.net (Postfix) with ESMTPSA id 3cG5p81S43z15w for ; Thu, 15 Aug 2013 13:00:32 +0100 (BST) Message-ID: <520CC2DC.4060702@rewt.org.uk> Date: Thu, 15 Aug 2013 13:00:28 +0100 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-mips@freebsd.org Subject: Hang after usb on EdgeRouter Lite Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 12:00:35 -0000 Hi guys, I've updated my ERLs to latest head but I'm seeing usb hangs now on boot after: usbus0: 480Mbps High Speed USB v2.0 It doesn't actually seem to detect anything, kernel config below: ##### ident OCTEON-ERL-RTR makeoptions ARCH_FLAGS="-march=octeon -mabi=64" makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1 makeoptions COPTFLAGS="-O2 -pipe" makeoptions MODULES_OVERRIDE="" makeoptions KERNLOADADDR=0xffffffff80100000 makeoptions WITHOUT_KERNEL_TRAMPOLINE=1 include "../cavium/std.octeon1" hints "OCTEON1.hints" options OCTEON_VENDOR_UBIQUITI options OCTEON_MODEL=OCTEON_CN50XX_PASS1_X options SCHED_ULE options PREEMPTION options INET options INET6 options FFS options SOFTUPDATES options MSDOSFS options PROCFS options PSEUDOFS options GEOM_PART_GPT options GEOM_LABEL options STACK options _KPOSIX_PRIORITY_SCHEDULING options PRINTF_BUFR_SIZE=128 options NO_SWAPPING options SMP options ROOTDEVNAME=\"ufs:/dev/ufs/root\" device scbus device da device uart device octe device octm device miibus device loop device random device ether device vlan device tun device md device gif device tap #device bridge #device epair device bpf device carp device octeon_wdog device octusb device usb device umass device crypto device cryptodev device cryptocteon device gpio options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT #### does it look like I'm missing anything or is this a regression? Cheers, Joe