[ dropping -doc ]

> On 3 Feb 2001, at 18:02, Dima Dorfman wrote:
> > Wild guess: try sticking ``options COMPAT_43'' in the config file.
> > This smells of missing 4.3BSD compatibility structures or something.
> 
> That got me quite a bit further.  Any ideas about this one please?  It's 
> the keyboard isn't it?  From LINT, I added these:

That would be it.

> cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
>  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-
> extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -
> include opt_global.h -elf  -mpreferred-stack-boundary=2  vers.c
> linking kernel
> scvidctl.o: In function `sc_set_text_mode':
> scvidctl.o(.text+0x19): undefined reference to `vidsw'

After a brief inspection of the code, I think adding a 'vga' device
will help:

     device          vga0    at isa?

                                        Dima Dorfman
                                        [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to