From owner-freebsd-embedded@FreeBSD.ORG Wed Sep 11 03:12:01 2013 Return-Path: Delivered-To: freebsd-embedded@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 4D20752F for ; Wed, 11 Sep 2013 03:12:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2382C20AA for ; Wed, 11 Sep 2013 03:12:00 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id y13so8610132pdi.33 for ; Tue, 10 Sep 2013 20:12:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=bYdYcDZ1xigAIj1TRFlmxneKIMI+QbFk8yu6OVKsnEU=; b=JL+uOrYzLRzxpkzJhO8qpmhd/DYr4sryZIYG2iI/tiq0TKs8B1G/Kcgb6fko3WTdxc ClATdPtFiDAPhZUAfnElE46uOHgg6A5xtxlrOKiIHhzUxdiGZZ8tqX/41LVC5mKSsdKr U9vIFm8jfyJEhE5lfTV87xsLfzUPdMKo4ipdJ1y2/tW+3o4hItWaaVQgjTfJbUJgSyVl mL2j+sQ3W1NgsO0VtM3GqEcpGezQm6PW3sToPkKovkC4djdz1sQei2fyXF7b62f5zxGs /oiFuR5TRya3Nq+bv1+QOHdFsbsE4LN5iqbhUOwZe9MrVwCnoD5yf7vEClC8LE/LVmXt r14A== X-Gm-Message-State: ALoCoQlRG5e2nMThSw8XuiDES0GdkFaKFx12Z2yFkUJonZCDKXN5dSxnWpyf3/8RnOsAIQan2IVH X-Received: by 10.68.181.132 with SMTP id dw4mr661654pbc.179.1378869120043; Tue, 10 Sep 2013 20:12:00 -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 ia5sm26474440pbc.42.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Sep 2013 20:11:59 -0700 (PDT) Sender: Warner Losh Subject: Re: [Patch] Add default /dev/gpioc0 device if not specified Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 10 Sep 2013 21:11:57 -0600 Content-Transfer-Encoding: 7bit Message-Id: <754E5325-7199-4B2E-A4C0-AC4E3D92DB48@bsdimp.com> References: <1378852762.95925.30.camel@localhost> To: Luiz Otavio O Souza X-Mailer: Apple Mail (2.1085) Cc: Oleksandr Tymoshenko , freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 03:12:01 -0000 On Sep 10, 2013, at 8:50 PM, Luiz Otavio O Souza wrote: > On 10 September 2013 20:11, Oleksandr Tymoshenko wrote: > >> >> On 2013-09-10, at 3:39 PM, Sean Bruno wrote: >> >>> http://people.freebsd.org/~sbruno/gpioctl_add_default.txt >>> >>> Because I'm lazy. Any objections? >> >> No objections, go for it. > > +1 +1 I'm too lazy to commit it for you :) Warner