From owner-freebsd-mips@FreeBSD.ORG Fri May 10 00:48:10 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4E5695D5 for ; Fri, 10 May 2013 00:48:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id DFA51E54 for ; Fri, 10 May 2013 00:48:09 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q57so3447760wes.37 for ; Thu, 09 May 2013 17:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=PosclRNxgEBuHUmR3XAYdIfDncftt6ylLuE24UaTmyk=; b=NjI6bUpzq1PAzOnczDrF/Cp8yvBv6XutXHgIWwC8YkmgOI21V5NbufcjKFJqHVODvm SibbrrwlOXIQHy73DocGj5A65/BX4XTvx6WcVTeOynRezDgOuRONLsSQmFyAEMoFf7Wf o5IyMKRH4lXMsADC2ryY9fpedbEhQ6BsbZ9zvx05TDPuGzvH48qc2KeaVnf93C3nhOQo RDfV+BJ34AN5gYsy8aBhAJCUwBY9O0ZO+TsaMhczdNpUgPH6b1TJP5Z1RniGTElOV/33 h0dVNW8275nv4lZJ9lhgzZmNQHbj9JILhJ+vCFI3QB5/1vXZVw1OhgVLkbfO4ED+7mYb YTqw== MIME-Version: 1.0 X-Received: by 10.180.89.140 with SMTP id bo12mr444330wib.22.1368146889022; Thu, 09 May 2013 17:48:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.58.138 with HTTP; Thu, 9 May 2013 17:48:08 -0700 (PDT) In-Reply-To: <518c250a.87cf0e0a.0a6b.071e@mx.google.com> References: <518c250a.87cf0e0a.0a6b.071e@mx.google.com> Date: Thu, 9 May 2013 17:48:08 -0700 X-Google-Sender-Auth: saZu9quHwaMyrC6NA-iGWAr-aUk Message-ID: Subject: Re: UBNT Routerstation GPIO fix From: Adrian Chadd To: Petko Bordjukov Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 10 May 2013 00:48:10 -0000 On 9 May 2013 15:36, Petko Bordjukov wrote: > Hello, > > Cpying over part of the GPIO setup from RSPRO.hints to ROUTERSTATION.hints > fixes > the GPIO functionality on the RS. Here's the PR I submitted: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/177832 I've just assigned it to -mips. Hopefully I or someone else will get around to fixing this! > On a related note, are GPIO buttons supported? I dunno. That's a question for ray / gonzo I think. Adiran