From owner-freebsd-mips@FreeBSD.ORG Thu Aug 15 23:32:11 2013 Return-Path: Delivered-To: freebsd-mips@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 ESMTP id 9F641D01 for ; Thu, 15 Aug 2013 23:32:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B5EF204F for ; Thu, 15 Aug 2013 23:32:11 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id t57so1114672wes.10 for ; Thu, 15 Aug 2013 16:32:09 -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=IfXhjpQ5V4JrVEK5+TWQUeEOFouB3cOv3AERD3aRASM=; b=SYS9fKfauQ6nlqgf7OyQcsPz5OOF9Rbf391qYRSZuHr8o6wffn0iV/OUTxu2SsOJv3 JHZvWWNxVz55osPTDO445CQET0birPkNnPy6KklVHa0DaZUJpvYv+bO8MQDXs2Lpr9wB uTojlRQFX5zo17R4uOrV6hRfrvB6Uwnwi3EiEKjbVrtgfEf8c+bAhPC5idE4P+oc821p uKws5gXZ8aRKsZ5YJ2+qgS48exLcCFMmZAet6LQ7M+j3M8uSRTKnBPq7o+//ZrjoCss/ xjPaY1iRRDwKPeCIFVg+iWk7/8jUKF7cTO+IkheHE1RfB/3NjbR6K8ky3YbCG+fdLTlb Ndbg== MIME-Version: 1.0 X-Received: by 10.180.37.164 with SMTP id z4mr3342600wij.30.1376609529670; Thu, 15 Aug 2013 16:32:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Thu, 15 Aug 2013 16:32:09 -0700 (PDT) In-Reply-To: <10d401ce9a06$c5016f90$4f044eb0$@rewt.org.uk> References: <520CC2DC.4060702@rewt.org.uk> <10d401ce9a06$c5016f90$4f044eb0$@rewt.org.uk> Date: Thu, 15 Aug 2013 16:32:09 -0700 X-Google-Sender-Auth: I9Hmm2rpWmf_c4kqfEz3rDkeB6g Message-ID: Subject: Re: Hang after usb on EdgeRouter Lite From: Adrian Chadd To: Joe Holden Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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 23:32:11 -0000 Do yu have the time to do a binary search of the revisions to figure out when it broke? thanks, -adrian On 15 August 2013 15:28, Joe Holden wrote: > It just stops at that point.. no further console output =96 left it about= 9 > hours and it hadn=92t moved. Same happens each boot**** > > ** ** > > Cheers**** > > Joe**** > > ** ** > > *From:* adrian.chadd@gmail.com [mailto:adrian.chadd@gmail.com] *On Behalf > Of *Adrian Chadd > *Sent:* 15 August 2013 19:37 > *To:* Joe Holden > *Cc:* freebsd-mips@freebsd.org > *Subject:* Re: Hang after usb on EdgeRouter Lite**** > > ** ** > > 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=3D"-march=3Docteon -mabi=3D64" > makeoptions LDSCRIPT_NAME=3Dldscript.mips.octeon1 > > makeoptions COPTFLAGS=3D"-O2 -pipe" > > makeoptions MODULES_OVERRIDE=3D"" > makeoptions KERNLOADADDR=3D0xffffffff80100000 > > makeoptions WITHOUT_KERNEL_TRAMPOLINE=3D1 > > include "../cavium/std.octeon1" > > hints "OCTEON1.hints" > options OCTEON_VENDOR_UBIQUITI > > options OCTEON_MODEL=3DOCTEON_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=3D128 > options NO_SWAPPING > > options SMP > > options ROOTDEVNAME=3D\"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"**= * > * > > ** ** >