From owner-freebsd-questions@FreeBSD.ORG Tue May 6 20:21:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F87106566B for ; Tue, 6 May 2008 20:21:29 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 12BC78FC1F for ; Tue, 6 May 2008 20:21:28 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 977FF486BB for ; Tue, 6 May 2008 16:19:05 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTPS id 46D5EB858 for ; Tue, 6 May 2008 20:21:27 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 6 May 2008 20:20:45 +0000 References: <4820AE1D.2080703@cam.ac.uk> In-Reply-To: <4820AE1D.2080703@cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200805062020.46554.lists-fbsd@shadypond.com> Subject: Re: Writing userspace device drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2008 20:21:29 -0000 On Tuesday 06 May 2008 19:14:37 Christopher Key wrote: > Hello, > > I'm wanting to write a driver for lirc to allow me to transmit IR > signals via a Global Cach=E9 GC-100. In essence, this requires me to > communicate with the GC-100 via TCP in response to ioctls (received?) > via /dev/lircX. > > Can anyone point me in right direction towards achieving this? Is it > possible to do everything in userspace? Under Linux, there appears to > be something called FUSD, which allows one to write userspace device > drivers. Is there anything similar under FreeBSD? Do you mean FUSE? There is FUSE for FreeBSD. I have used it with EncFS.