Using kernel mod instead of built-in driver
Sreekanth
sreekanth at redlinenetworks.com
Mon Sep 22 10:05:39 PDT 2003
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 at freebsd.org
> [mailto:owner-freebsd-hackers at freebsd.org] On Behalf Of Gerald Heinig
> Sent: Monday, September 22, 2003 9:11 AM
> To: freebsd-hackers at 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 at syskonnect.de
> http://www.syskonnect.com
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/free> bsd-hackers
> To
> unsubscribe, send any mail to
> "freebsd-hackers-unsubscribe at 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
>
>
More information about the freebsd-hackers
mailing list