From owner-freebsd-embedded@FreeBSD.ORG Fri Aug 31 14:00:15 2012 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94990106566C for ; Fri, 31 Aug 2012 14:00:15 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED278FC1F for ; Fri, 31 Aug 2012 14:00:11 +0000 (UTC) Received: by iebc12 with SMTP id c12so2153652ieb.13 for ; Fri, 31 Aug 2012 07:00:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=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=NSjLsMO4aS5NiSVmXyUKcTrXo2muu6RbkfEgRRMQccQ=; b=JIB5VQUBcX6hPyGecFa5pXamKVsP9sTMBwIYsHbgRqLoPJzBamm0AnqF2todkQnsGe e6mnHbPf1k1DjpkUQLR6biaGrpnS+VjGHsQMCphohRg6l8iOJZMVXoOos8qA0EcdYfj7 fNH/1rObFUscNitYTYzHxrtpt4mP9kGxI5boXez39REyjrt7A67NUkOsk8TEjkbD/D6K U4nm7fDZB4oPhRa1Mak18pE9JJWd2Nle0gAehX92NhLdt2ZunDaAGOoWhrbPFF6Bk8SH FdzRUkVLp23mYMlcuai0jwM8+CqehDF9QhvKpgUIpVoWVdYMcR+gCTHQjufX3M4wcxzB FBfA== Received: by 10.50.169.70 with SMTP id ac6mr2887589igc.12.1346421610915; Fri, 31 Aug 2012 07:00:10 -0700 (PDT) Received: from 63.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id xm2sm1219673igb.3.2012.08.31.07.00.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 31 Aug 2012 07:00:10 -0700 (PDT) Sender: Warner Losh Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20120831154241.82902856.ray@dlink.ua> Date: Fri, 31 Aug 2012 08:00:08 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <103E211E-75F0-4017-9167-E1AA940D1FC2@bsdimp.com> References: <20120831154241.82902856.ray@dlink.ua> To: Aleksandr Rybalko X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQlaVhhNIkgsGtiEs2vicJIvQuaH9zsS68jH0uxuIm4h1ejc/Zq0gdj7LjJOBKW6mbQheWA0 Cc: arch@freebsd.org, embedded@freebsd.org Subject: Re: [RFC] hintmode switch patch X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 14:00:15 -0000 On Aug 31, 2012, at 6:42 AM, Aleksandr Rybalko wrote: > Hi hackers, >=20 > I already post that patch some time ago with proposed "dynamic attach > of hinted devices" patch. [1] >=20 > But will try to do it again, step-by-step :) >=20 > So that patch allow switch from static hints to dynamic hints. > That way embedded systems, which usually compiled with hints (static) > will be able to see/edit/add hints and/or kenv variables. >=20 > If nobody have objections I will commit it soon. > Hope 2-3 days enough for that :) >=20 > [1] > = http://lists.freebsd.org/pipermail/freebsd-arch/2012-January/012295.html > [2] http://people.freebsd.org/~ray/subr_hints.c.patch I'll have to take a look at this. I had it on my list to review, but it = dropped off... Warner