From owner-freebsd-arm@freebsd.org Thu Feb 11 12:29:07 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A765AA471C for ; Thu, 11 Feb 2016 12:29:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECB3F1C15 for ; Thu, 11 Feb 2016 12:29:06 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id B4F7F1FE023; Thu, 11 Feb 2016 13:29:04 +0100 (CET) Subject: Re: gpio device not available To: Ronald Klop , freebsd-arm@freebsd.org References: From: Hans Petter Selasky Message-ID: <56BC7F1D.5040809@selasky.org> Date: Thu, 11 Feb 2016 13:31:25 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 12:29:07 -0000 On 02/11/16 13:24, Ronald Klop wrote: > Hello, > > Running this beast of a machine. :-) > FreeBSD 11.0-CURRENT #15 r294908M: Wed Jan 27 18:46:10 CET 2016 > root@sjakie.klop.ws:/usr/obj-arm/arm.arm/usr/src-arm/sys/SHEEVAPLUG > arm > > I see gpio0 in dmesg: > gpio0: mem 0x10100-0x1011f irq > 35,36,37,38,39,40,41 on simplebus0 > > But no /dev/gpio* thingy. > > Is it possible to do anything with this gpio on my Sheevaplug? > Hi, kldload gpiobus ??? --HPS