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 de
> On Sun, 28 Nov 1999, Nick Hibma wrote:
>
> > 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.
>
> You can define module dependency in the uhci module Makefile:
> KMODDEPS=usb
The
On Sun, 28 Nov 1999, Nick Hibma wrote:
> 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.
You can define module dependency in the uhci module Makefile:
KMODDEPS=usb
--
Boris Popov
htt
>
> 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'
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.
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 us
>
> 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 pr
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.
Nick
--
e-Mail: [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsu