From owner-freebsd-mips@FreeBSD.ORG Thu Aug 15 18:36:33 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 315D8193 for ; Thu, 15 Aug 2013 18:36:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B07A621C7 for ; Thu, 15 Aug 2013 18:36:32 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id a12so842513wgh.30 for ; Thu, 15 Aug 2013 11:36:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FINcfKEt3lv0HcnRCrw3y9MLFppQAs8F5BB0k2Qcgwc=; b=KJIqRx/mRRtMjKtOXYXCapH3KyvJHn74kghcUBhVjp5L+iSeZpUsNVKLE8NACv94qK NeLlRnSb1C3v3JzR2tQDxhDUVJvm4TQ7vjUfevAK5Qe56dRBue/iwGkLv2f6f2To8sxp fJFSA7egkKePk6IscfBmpwxNYg13STmBvH0ZPSvF+tj0H2O+r++Soby36I/FSSDh+0b+ 8Q0+VRLqdFIr4XJvqXjBXEgh6rkGlEauxizE7j43SCQIVrsdKDAhpIzlPf5EPP/jb/CT v6IpHYl36ZNn8mz+lTe+NkFL3Eeo/B2hdoaErtIYRETDtuYj0ot4c1/XRvlTWu4ft+D6 xJlg== MIME-Version: 1.0 X-Received: by 10.194.110.6 with SMTP id hw6mr11220207wjb.3.1376591791107; Thu, 15 Aug 2013 11:36:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Thu, 15 Aug 2013 11:36:31 -0700 (PDT) In-Reply-To: <520CC2DC.4060702@rewt.org.uk> References: <520CC2DC.4060702@rewt.org.uk> Date: Thu, 15 Aug 2013 11:36:31 -0700 X-Google-Sender-Auth: reUfojtbjr7bkeJ_Q8MFkauAjlo Message-ID: Subject: Re: Hang after usb on EdgeRouter Lite From: Adrian Chadd To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-mips@freebsd.org" 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 18:36:33 -0000 as in, the whole thing hangs, or just usb devices? -adrian On 15 August 2013 05:00, Joe Holden wrote: > 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 > ______________________________**_________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@**freebsd.org > " >