From owner-freebsd-drivers@FreeBSD.ORG Tue Jan 23 22:06:39 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0152B16A400 for ; Tue, 23 Jan 2007 22:06:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B633C13C4B9 for ; Tue, 23 Jan 2007 22:06:38 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0NM3pP2098078; Tue, 23 Jan 2007 15:03:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 23 Jan 2007 15:04:18 -0700 (MST) Message-Id: <20070123.150418.232915461.imp@bsdimp.com> To: mashtizadeh@gmail.com From: "M. Warner Losh" In-Reply-To: <440b3e930701231315o1bc45069p44f71b362af10642@mail.gmail.com> References: <440b3e930701231315o1bc45069p44f71b362af10642@mail.gmail.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 23 Jan 2007 15:03:51 -0700 (MST) Cc: freebsd-drivers@freebsd.org Subject: Re: Help with Driver for ATI Remote Wonder X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 22:06:39 -0000 In message: <440b3e930701231315o1bc45069p44f71b362af10642@mail.gmail.com> "Ali Mashtizadeh" writes: : Hi Everyone, : : I seem to have a small problem. I get this warning: : WARNING: Device driver "atims0" has wrong version and is disabled. Recompile : KLD module. : WARNING: Device driver "atikbd0" has wrong version and is disabled. : Recompile KLD module. : : I was wondering what that is from. I am having trouble making this driver : create two nodes in the /dev directory with different names and cdev : structures. I need this since I'm trying to write a driver for ATI remote : control that needs to export both a keyboard and mouse interface. Unless I'm : doing something wrong or there is a better way? I'd like to help, but I need to see your source first... Is that possible? : P.S. If anyone is interested in this driver and wants to help me test it : email me. I'm still a few days away from finish it its my first USB driver : :-). It should work with any remote wonder controller (Possibly other X10 : hardware). Cool! Makes me wish I had ati hardware :-) Warner