From owner-freebsd-hardware@FreeBSD.ORG Thu Feb 7 09:03:47 2013 Return-Path: Delivered-To: freebsd-hardware@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 DC31F702 for ; Thu, 7 Feb 2013 09:03:47 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-vb0-f46.google.com (mail-vb0-f46.google.com [209.85.212.46]) by mx1.freebsd.org (Postfix) with ESMTP id 97350EC4 for ; Thu, 7 Feb 2013 09:03:47 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id b13so1435706vby.19 for ; Thu, 07 Feb 2013 01:03:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=xnvdBGhc6Xv+rlHZP9LEmiLFEc6FSKOb7WBtgs+f0k4=; b=xiJqZPmCZWOYmuIMnCEUXUxBQSbdyW58F9J0WEklSBwLPSMq8Xp8CYccyI9QLfX/n7 tGIG6rEi6+sxUrvEUYA6lB3cl0aRYWrDF1EXsUasi449o+i9w+0d7eq6aChnWhYd0Uib fM9T8PHpL335sCSyVYpq8Rk2TwseTDwq4N2AUBoVSauAbs2SL00voWCc3OMGkEGEegy4 SF+wQocmaMu8ajCBSA70LfTw9b64CznoSGQwQ685idWaiKueHPMQSSBES1JVGm8VCfbF Ysl3pRDuu7/qjre7S88kFICdBp01M6z4U3v+BKQgvM7RunBs+fQHUyWYb6LPYNMO9bY0 JAjA== MIME-Version: 1.0 X-Received: by 10.220.40.135 with SMTP id k7mr643672vce.12.1360227821123; Thu, 07 Feb 2013 01:03:41 -0800 (PST) Received: by 10.58.90.4 with HTTP; Thu, 7 Feb 2013 01:03:41 -0800 (PST) Date: Thu, 7 Feb 2013 04:33:41 -0430 Message-ID: Subject: GPIO on FreeBSD 9.1 From: Alberto Mijares To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:03:47 -0000 Hi list, I have a net4801 Soekris board. It has 12-pin GPIO interface. GENERIC kernel doesn't show any /dev/gpio* device. I tried including device gpio and I see the module with # kldstat -v | grep gpio but still no /dev/gpio* device. Could anyone point me to the steps to follow in order to enable such interface? And taking the opportunity for a second shot, any recommendation for a Perl module to work with? Thanks in advance Regards. Alberto Mijares