Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 1999 14:40:16 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Nick Hibma <hibma@skylink.it>
Cc:        current@FreeBSD.ORG
Subject:   Re: loader.conf, ordering of loading of modules
Message-ID:  <384211C0.7AD5D294@newsguy.com>
References:  <Pine.BSF.4.20.9911282045390.24992-100000@heidi.plazza.it>

next in thread | previous in thread | raw e-mail | index | archive | help
Nick Hibma wrote:
> 
> Is it possible to change the order in which modules are loaded in
> loader.conf? I need usb before uhci before ums.
> 
>         usb_load="YES"
>         uhci_load="YES"
>         ums_load="YES"
> 
> doesn't do it.

Funny, I thought they were loaded in the order they were declared.
Alas, I'm not inclined to add any kind of ordering of module
loading, because this ought to be handled by the load/linking
functions and module-declared dependencies. Let's not fix the wrong
thing.

--
Daniel C. Sobral			(8-DCS)
who is as social as a wampas

dcs@newsguy.com
dcs@freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?384211C0.7AD5D294>