From owner-freebsd-ia64@FreeBSD.ORG Sun Mar 2 15:57:11 2014 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85146CAE for ; Sun, 2 Mar 2014 15:57:11 +0000 (UTC) Received: from eu1sys200aog104.obsmtp.com (eu1sys200aog104.obsmtp.com [207.126.144.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C64331D5E for ; Sun, 2 Mar 2014 15:57:10 +0000 (UTC) Received: from mail-wi0-f175.google.com ([209.85.212.175]) (using TLSv1) by eu1sys200aob104.postini.com ([207.126.147.11]) with SMTP ID DSNKUxNUs2EVeqba//u5atrhrzHnKY9OhW1z@postini.com; Sun, 02 Mar 2014 15:57:10 UTC Received: by mail-wi0-f175.google.com with SMTP id hm4so2423293wib.8 for ; Sun, 02 Mar 2014 07:56:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:cc :reply-to:in-reply-to; bh=MGxc9Ig6UbKWBXCUP4QvZSjqaX9sgjEtckLtOEcg9aY=; b=H0PgEa0GV+54unpmBgwLddhnLgKPli22lRnzn1jLqtuBIMYbarnBESunFN5R7K9esQ jZ4/uLybRG8R0pB9Li92NQ7IQK3vBuxnWvjgO7EMknXDqLf7WdUTY3OjpiECcKOkT/cE /ip6VTOz0D933E2G/jNJ01bRtBDymnsgFwCrsch6aJ9ztutUL9jAPYJ7xdGmhwxkiQ1Q ZlcJfNJUO5DebMFBCbErYy+2U1IID0DylL3lLCFZZEO/L22LFs7hYneEkZKWD25kaIJy 5YGicREAR6LQ39z6I6u21nASeuBd2k4XcXHABxL7hul6jWAWEj75qwz0dIznceAGXOE+ 38mQ== X-Gm-Message-State: ALoCoQnOapI9OvhyzOhCU0GraETvE0C5b3Bb0szZrVl/tYFa7yWgRsOF2Y2sys4672auTHNNDzpfE6jw9XzUSrH0s6SCGr4aOoD8qLVK4fMw+w9zMLTF3x/S+GQWVHjS3X86TdLFPz1j0DjzKxmDg6wZE07Jg+J1Emz2Un+wUJ1+//n64INuPQ0= X-Received: by 10.180.87.9 with SMTP id t9mr11055566wiz.36.1393775795621; Sun, 02 Mar 2014 07:56:35 -0800 (PST) X-Received: by 10.180.87.9 with SMTP id t9mr11055559wiz.36.1393775795547; Sun, 02 Mar 2014 07:56:35 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id w10sm12270925wiy.9.2014.03.02.07.56.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Mar 2014 07:56:34 -0800 (PST) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id s22FuW8G070041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 2 Mar 2014 15:56:32 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id s22FuWpQ070040; Sun, 2 Mar 2014 15:56:32 GMT (envelope-from mexas) Date: Sun, 02 Mar 2014 07:56:34 -0800 (PST) From: Anton Shterenlikht Message-Id: <201403021556.s22FuWpQ070040@mech-cluster241.men.bris.ac.uk> To: freebsd-ia64@freebsd.org, jhb@freebsd.org, mexas@bris.ac.uk Subject: Re: ia64 r260914 GENERIC kernel: /usr/src/sys/dev/vt/vt_core.c:261: undefined reference to kbd_get_keyboard and so on In-Reply-To: <201402281536.41192.jhb@freebsd.org> Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 15:57:11 -0000 >From jhb@freebsd.org Fri Feb 28 20:57:59 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 > yes, I can build and install kernel with patch. On reboot, the booting information is no longer shown on serial console, just: Booting [/boot/kernel/kernel]... Entering /boot/kernel/kernel at 0x9ffc000000010500... FreeBSD/ia64 (mech-as221.men.bris.ac.uk) (ttyu1) login: This is probably the default vt behaviour? I need to be able to see thing progressing in the serial console. How can I do this? Or do I need to disable vt for this? Anyway, I can find neither vt nor vt_vga man pages on r260914 system. Is this expected? Many thanks Anton