From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 22 10:05:39 2003 Return-Path: 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 9628116A4C0 for ; Mon, 22 Sep 2003 10:05:39 -0700 (PDT) Received: from mail.redlinenetworks.com (mail.redlinenetworks.com [216.136.145.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDBA43FE3 for ; Mon, 22 Sep 2003 10:05:33 -0700 (PDT) (envelope-from sreekanth@redlinenetworks.com) Received: from SREELAPTOP (dhcp-174.redlinenetworks.com [192.168.40.174]) h8MH5XD39035; Mon, 22 Sep 2003 10:05:33 -0700 (PDT) (envelope-from sreekanth@redlinenetworks.com) From: "Sreekanth" To: "'Gerald Heinig'" , Date: Mon, 22 Sep 2003 10:05:33 -0700 Message-ID: <000901c3812b$bc57e6c0$ae28a8c0@SREELAPTOP> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal In-Reply-To: <3F6F1F0E.F2DBF47C@syskonnect.de> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: Using kernel mod instead of built-in driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 17:05:39 -0000 If the native driver is built into the kernel there is no way you can force it out.What you can do is to build a GENERIC kernel without the native driver and load either your driver or the native driver by using kldload. Sreekanth > -----Original Message----- > From: owner-freebsd-hackers@freebsd.org > [mailto:owner-freebsd-hackers@freebsd.org] On Behalf Of Gerald Heinig > Sent: Monday, September 22, 2003 9:11 AM > To: freebsd-hackers@freebsd.org > Subject: Using kernel mod instead of built-in driver > > > Hi all, > > I'm currently developing a kernel module for a device for > which there is already a driver present in the GENERIC > kernel. Is there any other mechanism apart from device.hints > by which I can turn off the in-kernel driver and only use my > module? It doesn't seem to work with device.hints. Is > something like this at all possible? > > Cheers, > > Gerald > -- > S y s K o n n e c t G m b H > A Marvell Company > Siemensstr. 23 > D-76275 Ettlingen, Germany > --------------------------------- > Gerald Heinig > Software Engineer > ------------------------------------- > phone: + 49 (0) 7243 502 354 > fax: +49 (0) 7243 502 364 > email: gheinig@syskonnect.de > http://www.syskonnect.com > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-hackers > To > unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003 > >