From owner-freebsd-drivers@FreeBSD.ORG Tue Jan 23 21:44:49 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 AAED616A402 for ; Tue, 23 Jan 2007 21:44:49 +0000 (UTC) (envelope-from mashtizadeh@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 48E8613C4BF for ; Tue, 23 Jan 2007 21:44:49 +0000 (UTC) (envelope-from mashtizadeh@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so379745nfc for ; Tue, 23 Jan 2007 13:44:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gE3WplWOp9GQJfanJ905S0XRisJr2npY6/whsCZyUg9RDaVXI5wAuYodqBnDDoaH36V1Pg4K8o9c8mVOnpyK76yGaOPsOLROxTaBgrSFMDMZFV6jREmJ83zlXnmWpXOM6etxgvY9npOrL0epXB110SF/RQuJ+olkK3npy8cNWzo= Received: by 10.49.41.3 with SMTP id t3mr1765861nfj.1169586956144; Tue, 23 Jan 2007 13:15:56 -0800 (PST) Received: by 10.48.223.19 with HTTP; Tue, 23 Jan 2007 13:15:55 -0800 (PST) Message-ID: <440b3e930701231315o1bc45069p44f71b362af10642@mail.gmail.com> Date: Tue, 23 Jan 2007 16:15:56 -0500 From: "Ali Mashtizadeh" To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 21:44:49 -0000 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? Ali Mashtizadeh 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).