From owner-svn-src-head@FreeBSD.ORG Fri May 10 03:55:47 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DF94B3AC for ; Fri, 10 May 2013 03:55:47 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-da0-x230.google.com (mail-da0-x230.google.com [IPv6:2607:f8b0:400e:c00::230]) by mx1.freebsd.org (Postfix) with ESMTP id B73909CF for ; Fri, 10 May 2013 03:55:47 +0000 (UTC) Received: by mail-da0-f48.google.com with SMTP id h32so693714dak.7 for ; Thu, 09 May 2013 20:55:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=j9DRdfLblcNORyVx1sZ1vYLltie8Pe/vx81Vjf3yrZI=; b=MpTUmnJhQu+V8j+g1oE3HiwG7iFSgHPzP9pwtQd6Ce3a6lPedC9kqgQ38yTtR+4JZ8 9ts7FRfMApF0Uq8r9yZd1DU5Kw1G90ACXiW/th7vSufN2L7bVYElGoY2FgMTi/SPJ7Jr SG1Wjmm0/xueNYN3OC1rR0WnuEzlMCuZ69bfcIofLjVxZ/Y2IQbKhuJ+V7fKBskGAewj u0kyyzV4w/gCldWfJWxc2txBIWNSbUNDd5pvICJRhAO7L+BBImZtBu/NjzGPBhpNll2i aWD4Mra5Du3GQuTFxgSzZ4wbAR8uJDPEH6oGt283+hju2t6lbzj4GdKHy/w+tqWK7F6s pNnQ== X-Received: by 10.68.189.8 with SMTP id ge8mr755590pbc.199.1368158147555; Thu, 09 May 2013 20:55:47 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id lq5sm1004964pab.19.2013.05.09.20.55.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 20:55:46 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r250426 - head/sys/contrib/octeon-sdk Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Thu, 9 May 2013 21:55:43 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <7E5E7D8A-C8BB-4660-89C2-5ED38F16F484@bsdimp.com> References: <201305100257.r4A2vkfd062811@svn.freebsd.org> To: Juli Mallett X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQl4POkNqlEjHJx8nGGVCND9iK/kmMY6+OVch+62+SEQlu7ETh23LfU6gcVZv+kFilvMVUj3 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 03:55:47 -0000 On May 9, 2013, at 9:26 PM, Juli Mallett wrote: > On Thu, May 9, 2013 at 7:57 PM, Warner Losh wrote: >> Log: >> Both my EBH5200 and GE WANIC 6354 have a RTC as well. It looks from >> the Linux tree that they always include this chip in their FDT, so >> make support for the ds1337 opt-out rather than opt-in. Now my = boards >> boot with the correct time. >=20 > What boards did you test on without RTCs to verify that it doesn't > cause hangs? The fact that there are two boards not enumerated which > did have an RTC doesn't say anything about the boards that truly > don't. Likewise, Linux's FDT is not authoritative for all boards. > I'd feel better knowing this at least won't have a negative effect on > boards without an RTC. I don't have any boards without an RTC, but I can try wiring the RTC to = a bugs address to see what happens. If that's an acceptable level of = testing, I'll do that. If not, I'll enumerate. Warner