Subject: Re: Binary only drivers in sys?
To: None <netbsd@quatriemek.com>
From: M. Warner Losh <imp@bsdimp.com>
List: tech-kern
Date: 08/25/2003 09:45:41
In message: <20030825120547.701dfc6d.netbsd@quatriemek.com>
            Quentin Garnier <netbsd@quatriemek.com> writes:
: The only thing you don't have with a LKM is the autoconfig stuff. So the
: layer between the LKM and the driver is a probe function. The rest of the
: process is rather dynamic (it has to, for removable devices anyway).

Is anybody working on fixing this?  In FreeBSD when you load an lkm,
its driver system rescan the appropriate busses for unattached
children to try to attach.

Warner