ia64 r260914 GENERIC kernel: /usr/src/sys/dev/vt/vt_core.c:261: undefined reference to kbd_get_keyboard and so on

John Baldwin jhb at freebsd.org
Fri Feb 28 20:36:59 UTC 2014


On Friday, February 28, 2014 9:23:28 am Anton Shterenlikht wrote:
> ia64 r260914 GENERIC kernel contains:
> 
> device          kbdmux          # keyboard multiplexer
> device          vt              # Virtual terminals
> device          vt_vga          # VGA terminal device
> 
> Trying to build it, I get:

Try this:

Index: conf/files.ia64
===================================================================
--- conf/files.ia64     (revision 262614)
+++ conf/files.ia64     (working copy)
@@ -52,7 +52,7 @@
 dev/fb/vga.c                   optional        vga
 dev/hwpmc/hwpmc_ia64.c         optional        hwpmc
 dev/io/iodev.c                 optional        io
-dev/kbd/kbd.c                  optional        atkbd | sc | ukbd
+dev/kbd/kbd.c                  optional        atkbd | sc | ukbd | vt
 dev/syscons/scterm-teken.c     optional        sc
 dev/syscons/scvgarndr.c                optional        sc vga
 dev/syscons/scvtb.c            optional        sc

-- 
John Baldwin


More information about the freebsd-current mailing list