From owner-freebsd-hardware@FreeBSD.ORG Fri Apr 8 19:57:33 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15ED516A4D3 for ; Fri, 8 Apr 2005 19:57:33 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9189343D31 for ; Fri, 8 Apr 2005 19:57:32 +0000 (GMT) (envelope-from kulminaator@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so27817wri for ; Fri, 08 Apr 2005 12:57:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=taYDJ0hZupM2jQQXM1AfYyWK3P6RNjHOBSAtjPKJ2FeDxtgugK3RW4cMSaUaVyHSDHG4YKuW2aqU+csPhqqvcyXOvj6rv0JNfANX6WAFi5B79CIy3jiUSu32rpms5cmAzb7Thc2lit/WoljWM3Ogjay8qTAlTZbxer7NakR9p1M= Received: by 10.54.55.61 with SMTP id d61mr314734wra; Fri, 08 Apr 2005 12:57:31 -0700 (PDT) Received: by 10.54.56.39 with HTTP; Fri, 8 Apr 2005 12:57:30 -0700 (PDT) Message-ID: Date: Fri, 8 Apr 2005 21:57:30 +0200 From: Martin Roos To: Markus Dolze In-Reply-To: <4256B6DD.1070800@nurfuerspam.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <4256B6DD.1070800@nurfuerspam.de> cc: freebsd-hardware@freebsd.org Subject: Re: irda devices support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Roos List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 19:57:33 -0000 the usb dongle itself is only recognized as the ugen device, but this all here isn't only about my dongle ... as far as i have "grep"-ped the source of freebsd's kernel there isn't really any mentions about irda stack or irda device handling at all :S `grep -r -i irda /usr/src/sys/dev` comes out pretty clean ... (except about 5-6 comments). imho freebsd's kernel couldn't possible really recognize any usb irda dongle because it really wouldn't have any idea what to 'do' with the device without an implementation of irda stack. On Fri, 08 Apr 2005 18:52:45 +0200, Markus Dolze wrote: > Hi, > > there is the comms/birda port. You might have a look at it, but I > remember that it only supports serial IR ports (those headers found on > mainboards where you can switch the serial mode to IRDA in BIOS). > > What happens if you attach your usb device? Does FreeBSD recognizes > anything different than an "ugen"? > > Regards > Markus > > Martin Roos wrote: > > > is anyone working on porting irda devices into freebsd ? > > -- ########## Martin Roos