From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 21 17:51:11 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1A7516A41F for ; Wed, 21 Sep 2005 17:51:11 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E39B43D49 for ; Wed, 21 Sep 2005 17:51:08 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8LHp7T4041632; Wed, 21 Sep 2005 11:51:07 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <43319D86.1030407@samsco.org> Date: Wed, 21 Sep 2005 11:51:02 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: nsrashmi@gmail.com References: <9f99931605092022396c685991@mail.gmail.com> <200509211520.44476.doconnor@gsoft.com.au> <9f99931605092023081f94b12@mail.gmail.com> In-Reply-To: <9f99931605092023081f94b12@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: freebsd-hackers@freebsd.org Subject: Re: KINDLY HELP : error while kldloading a pci,character driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 17:51:12 -0000 rashmi ns wrote: > Hi, > Amazing, Thanks a lot it really works !!!!!!!!!!!!!!!!. > Now i have to read what D_VERSION does :-) > Thanks , > Rashmi.N.S You also need to remove .d_maj. /dev entries are created dynamically now, and you application should have no knowledge of the major and minor number internals of it. Scott