Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 1997 11:40:16 -0700
From:      Julian Elischer <julian@whistle.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        avalon@coombs.anu.edu.au, msmith@atrad.adelaide.edu.au, hackers@freebsd.org
Subject:   Re: Unloading LKMs (was Re: A Desparate Plea for Help...)
Message-ID:  <33679210.794BDF32@whistle.com>
References:  <199704301005.UAA15798@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
> 
> _lkm_dev() shouldn't be touching the devsw's.  Drivers need to manage
> the devsw's directly for the non-LKM case and should use identical
> code for the LKM case.

this was my original intent..
the pre-loaded drivers are effectively 'loaded' by their SYSINIT()
(no I don't consider it a mis-use bruce) entries,
and the LKM versions of the same files
should call the same functions to link themselves in at load time.

> 
> Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33679210.794BDF32>