From owner-svn-src-all@FreeBSD.ORG Fri May 10 03:26:31 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F29A93B2 for ; Fri, 10 May 2013 03:26:30 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by mx1.freebsd.org (Postfix) with ESMTP id 7EE6E66A for ; Fri, 10 May 2013 03:26:30 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id 13so3711676lba.8 for ; Thu, 09 May 2013 20:26:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=CJf7D9m0RqMGIwcPMa8b4N6JRXm9R+TMzOJDgGAZvko=; b=WZnUrZcN7zZYagU2zYI4fTox+xjojcBheAE4HGpGMRYiQeUFcjjaRMBMKOJ9ZVNBNo taTGBiUTCISTWlXghk6fqPeSsmA7rC6CExAq2gi7TG8vOHVzdWwRCXBpInXsEuptaSX5 2hAmgG+cl8xVWpDGxOKsR0Yu/D4OmvqZhWn/dHtdWEnPpCffHAkn+pLs9EFHQsUKC9bf rwlgxiQVjPNRCHQKxOlippGe4441RLnUgtWq/6TOw3mdMDsrmwc4juTySufkbh6yBGa9 M1EQwPffmgyTNSVadew1CNZ6WsEAMTDZUtAs8H/aWNfJjTZoZbhkeJ7AhjqHtZYhGwrA K/yg== X-Received: by 10.112.184.226 with SMTP id ex2mr6696257lbc.33.1368156389068; Thu, 09 May 2013 20:26:29 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.152.128.67 with HTTP; Thu, 9 May 2013 20:26:08 -0700 (PDT) In-Reply-To: <201305100257.r4A2vkfd062811@svn.freebsd.org> References: <201305100257.r4A2vkfd062811@svn.freebsd.org> From: Juli Mallett Date: Thu, 9 May 2013 20:26:08 -0700 X-Google-Sender-Auth: P0NnyCJC2_fSZzJIXlkadynOYLY Message-ID: Subject: Re: svn commit: r250426 - head/sys/contrib/octeon-sdk To: Warner Losh Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkgpYz+iyL5ExIwZdIhwljqcbDXo/io79ObZVRjYSemJR2iRvRDbAH2egioSfr6+zD1sz0Y Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 03:26:31 -0000 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. 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.