From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 13:46:15 2013 Return-Path: Delivered-To: freebsd-questions@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 4C4846B for ; Thu, 7 Feb 2013 13:46:15 +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 0FA20F3F for ; Thu, 7 Feb 2013 13:46:14 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id b13so1624450vby.33 for ; Thu, 07 Feb 2013 05:46:14 -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=5M5y4hXNlsBF1MGBSnzCNvum0ZVwnVh4H+Kq/TRwCFA=; b=UTUArMsk57Z66zbnBcZPe1UdbNDm4nVOHJzK3a/PvmXdjg9KbNUK4xoKcf5lcB+fKk I8KsG3IqDLcnhdxWyX8HMt8biefrYGrEgltRckgEoNQSNhYGgFp++ope/fPXwY/gum1Y 2pcMu1IfJfUfASTJYxEv2TC6f/ptAqvAPEIwOpbRm3VnqaIDCb+pdZk0lvODrli+6n28 TxwoWDk1Zg/dmb31qcf3IR/21AlbIBdGlHnV+1vPx+Ur4AhYrKh05u2dtq9Kf8vw2MOr Z4ZDijV9wWRwDJd+6e5OtXGlPjjyqjw2zZEGKm9ooI6SaeWKSBudrdjlnpo4JIZNOOe+ eHYw== MIME-Version: 1.0 X-Received: by 10.58.12.200 with SMTP id a8mr1578272vec.52.1360244774263; Thu, 07 Feb 2013 05:46:14 -0800 (PST) Received: by 10.58.90.4 with HTTP; Thu, 7 Feb 2013 05:46:14 -0800 (PST) Date: Thu, 7 Feb 2013 09:16:14 -0430 Message-ID: Subject: GPIO in 9.1-RELEASE From: Alberto Mijares To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 13:46:15 -0000 I'm moving this thread from hardware@, I think this ain't the rigth list, is it? Hi list, I have a net4801 Soekris board. It has 12-pin GPIO interface. An almost 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