Date: Sat, 6 Nov 1999 16:38:38 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: current@freebsd.org Subject: Old KLD bug.. Message-ID: <Pine.BSF.4.10.9911061635430.10573-100000@current1.whistle.com>
next in thread | raw e-mail | index | archive | help
If I have a KLD module that has a registered dependency on some other module, then when I load the forst module it will load the second. this is all well and good but it ALWYA loads it, even when it's already in the kernel.. if kldstat can see it, then surely the loading modules should be able to work it out. This has been partly fixed in -current (it loads but doesn't link) but in 3.x it actually links the new one over the existing one, which is kinda wrong.. Is there anyone that understands this stuff that has an idea of ho to fix this? julian 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?Pine.BSF.4.10.9911061635430.10573-100000>