From owner-freebsd-current@FreeBSD.ORG Wed Nov 12 19:52:48 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7844D1065670 for ; Wed, 12 Nov 2008 19:52:48 +0000 (UTC) (envelope-from citrin@citrin.ru) Received: from mail-chaos.rambler.ru (mail-chaos.rambler.ru [81.19.68.130]) by mx1.freebsd.org (Postfix) with ESMTP id 31C848FC27 for ; Wed, 12 Nov 2008 19:52:48 +0000 (UTC) (envelope-from citrin@citrin.ru) Received: from cmb.rambler.ramblermedia.com (unknown [81.19.90.203]) (Authenticated sender: citrin@citrin.ru) by mail-chaos.rambler.ru (Postfix) with ESMTPSA id AB5011702A for ; Wed, 12 Nov 2008 22:41:22 +0300 (MSK) Message-ID: <491B3161.7000808@citrin.ru> Date: Wed, 12 Nov 2008 22:41:21 +0300 From: Anton Yuzhaninov User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: serial console in current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2008 19:52:48 -0000 How to setup serial console in current? Settings, which works in RELENG_7, no longer help in CURRENT. $ cat /boot.config -P $ fgrep ttyu0 /etc/ttys ttyu0 "/usr/libexec/getty std.9600" cons25 on secure $ dmesg | fgrep uart uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 uart1: [FILTER] $ uname -a FreeBSD citrin.park.rambler.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Nov 12 18:42:45 MSK 2008 citrin@citrin.park.rambler.ru:/usr/obj/usr/src/sys/GENERIC amd64 -- Anton Yuzhaninov