Subject: Re: 1.3-ALPHA and video_lkm
To: Mark Andres <mark@giganet.net>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 12/02/1997 17:23:36
Mark Andres wrote:
>
> Hi Adrian,
>
> I just heard from Colin and I am going to download his verison and try it.
> But to answer your questions, ...
>
> On Tue, 2 Dec 1997, Adrian Rollett wrote:
>
> > You have this line in /etc/lkm.conf ?
> > video_lkm_combined.o - video_lkm_cmd - /var/run/video
>
> Yes.
>
> > And you are trying to modload from singleuser, right?
>
> Yes.
>
> I tried both methods. Manually using modload from single-user mode and
> adding the line in /etc/lkm.conf. Both produce nearly identical error
> messages about "Undefined symbol `_nubus_video_resource' referenced from
> text segment".
BTW, this error above is caused by (IIRC) a change in the variable named
nubus_video_resource from being a normal global variable to being a static
variable. This apparently pulls it out of the normal namespace, so the
LKM loader cannot find it when it tries to load the module. I think that
the LKM I have up on puma now is a copy of the one that'll handle this.
Oh, since I don't think I remembered to send that notice to the list,
you can get my patched version at:
ftp://ftp.macbsd.com/pub/NetBSD/contrib/incoming/ender/
Keep in mind that read permissions are off on the incoming/ subdirectory
(but not in the ender/ subdirectory).
Later.
--
Colin Wood cwood@ichips.intel.com
Component Design Engineer - MD6 Intel Corporation
-----------------------------------------------------------------
I speak only on my own behalf, not for my employer.