From owner-freebsd-mips@FreeBSD.ORG Thu May 9 22:37:00 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 C6D76FDD for ; Thu, 9 May 2013 22:37:00 +0000 (UTC) (envelope-from bordjukov@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id 61230858 for ; Thu, 9 May 2013 22:37:00 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d41so1862813eek.11 for ; Thu, 09 May 2013 15:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:subject:to:x-mailer:mime-version :content-type; bh=sRL4FEcwrAbyoBihgsEDVZSpWvB9kYPXatz8Ytp7jM0=; b=PzGetfG8ydz29kTDHxanheQUsYSHNaihxzCPZO7EckBwV/qQGr/elNK4djuBBj1Gil re42mHSbbiDQUqQSJbWuIrJZJ/yHRkoFF/k1sbCcj5IWjboeoRKMoqqlAS5UErxX0NfK j9UQHFXWGilLJ6RgLn3YJriDxZBB1OK5DHY7jRPxFwb9ambP6qpxaUmbmWEroPWOZhmF CJTtB98uE1u9DxIlVcl+OkACGhQVme9P6z9d8JL4+dad9ok5UUM66gM21mt9KgoOnvaD N7pBbDkM9E4WeGFf5GDfO6n8pKya4Fd8MLm2ouXchFIW8i78r/QSeb/+xU2n/QVNLMFq Cb2g== X-Received: by 10.14.216.201 with SMTP id g49mr3843795eep.42.1368139019320; Thu, 09 May 2013 15:36:59 -0700 (PDT) Received: from tealmonkey ([2001:470:26:a7b:a288:b4ff:fe9a:dbb4]) by mx.google.com with ESMTPSA id n7sm109910eeo.0.2013.05.09.15.36.57 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 09 May 2013 15:36:58 -0700 (PDT) Message-ID: <518c250a.87cf0e0a.0a6b.071e@mx.google.com> Date: Thu, 09 May 2013 22:39:50 +0003 From: Petko Bordjukov Subject: UBNT Routerstation GPIO fix To: freebsd-mips@freebsd.org X-Mailer: geary/0.3.1+trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Thu, 09 May 2013 22:37:00 -0000 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 On a related note, are GPIO buttons supported? -P