Date: Fri, 23 Dec 2005 08:53:41 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-drivers@freebsd.org Subject: Re: Kernel device load order/dependency Message-ID: <200512230853.42492.jhb@freebsd.org> In-Reply-To: <70e8236f0512221430l4acc087er84b2a1a27293c48e@mail.gmail.com> References: <70e8236f0512221430l4acc087er84b2a1a27293c48e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 22 December 2005 05:30 pm, Joao Barros wrote: > Hi, > > How can I make a pseudo device load before another device or even > better make one depend on the load of another. > I'm importing the raid management framework from OpenBSD and the > driver is loading/unloading fine but I need it to load before amr and > ciss. Use MODULE_DEPEND to have the drivers depend on your module. =2D-=20 John Baldwin <jhb@FreeBSD.org> =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512230853.42492.jhb>