Subject: Re: Sun 3 w/o keyboard...
To: None <seebs@solon.com>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 11/16/1996 15:08:40
> Date: Sat, 16 Nov 1996 11:39:10 -0600 (CST)
> From: Peter Seebach <seebs@solon.com>
> Trying to build a -current kernel, I get
>
> >zs.o: Undefined symbol `_consdev_kd' referenced from text segment
>
> I'm suspicious this may have to do with removing the keyboard, the mouse,
> and all the frame buffers... :) Any suggestions?
Oh. I've never tried that. You probably need to add:
#include "kbd.h"
#if NKBD > 0
...
#endif
in the appropriate places. (Then send it to me! 8^)
Gordon