Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2003 10:05:33 -0700
From:      "Sreekanth" <sreekanth@redlinenetworks.com>
To:        "'Gerald Heinig'" <gheinig@syskonnect.de>, <freebsd-hackers@freebsd.org>
Subject:   RE: Using kernel mod instead of built-in driver
Message-ID:  <000901c3812b$bc57e6c0$ae28a8c0@SREELAPTOP>
In-Reply-To: <3F6F1F0E.F2DBF47C@syskonnect.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>  
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c3812b$bc57e6c0$ae28a8c0>