Re: Using KLD's with modules that depend other modules in the same file

2000-06-22 Thread Daniel C. Sobral
Nick Hibma wrote: > > Comments? > Name: kern_linker.c.diff >kern_linker.c.diffType: Plain Text (TEXT/PLAIN) > Encoding: BASE64 We would need similar changes to loader(8). I think all the relevant parts are in src/sys/boot/common/load_elf.c.

Using KLD's with modules that depend other modules in the same file

2000-06-19 Thread Nick Hibma
When loading modules with other modules in the same linker file, depending on each other, currently the kernel linker chokes. Example: the uhub, uhci, ohci and usb modules are (for unrelated reasons) linked into one big file. It is however impossible currently to preload that file because the dep