From owner-freebsd-current Sun Nov 28 13:48:29 1999 Delivered-To: freebsd-current@freebsd.org Received: from mass.cdrom.com (castles501.castles.com [208.214.165.65]) by hub.freebsd.org (Postfix) with ESMTP id C818D14E1A for ; Sun, 28 Nov 1999 13:48:26 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA00658; Sun, 28 Nov 1999 13:48:59 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <199911282148.NAA00658@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Nick Hibma Cc: current@freebsd.org Subject: Re: loader.conf, ordering of loading of modules In-reply-to: Your message of "Sun, 28 Nov 1999 22:17:31 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Nov 1999 13:48:59 -0800 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > There are symbols in usb.ko that are needed by uhci.c . I know it is > stupid, but that's the way it is, without a complete rewrite of the USB > stack. Ugh. I would, in that case, just build usb.ko to contain the usb, uhci and ohci modules rather than trying to hack around this. If they're that tightly bound together, anything else will be a grubby hack. > Nick > > On Sun, 28 Nov 1999, Mike Smith 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. > > > > Why do you need the ordering? They should be loaded and linked long > > before the probes start... > > > > -- > > \\ Give a man a fish, and you feed him for a day. \\ Mike Smith > > \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org > > \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com > > > > > > > > -- > e-Mail: hibma@skylink.it > > -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message