From owner-freebsd-stable@FreeBSD.ORG Mon May 5 18:29:16 2014 Return-Path: Delivered-To: freebsd-stable@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 88DF281E for ; Mon, 5 May 2014 18:29:16 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61051E37 for ; Mon, 5 May 2014 18:29:16 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D3CCDB968; Mon, 5 May 2014 14:29:14 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: serial console problem with latest 9.2-stable Date: Mon, 5 May 2014 13:36:14 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <550A35B7-77FC-4F96-845F-A94186866F25@cs.huji.ac.il> In-Reply-To: <550A35B7-77FC-4F96-845F-A94186866F25@cs.huji.ac.il> MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Message-Id: <201405051336.14661.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 05 May 2014 14:29:14 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 18:29:16 -0000 On Friday, April 18, 2014 4:14:07 am Daniel Braniss wrote: >=20 > On Apr 11, 2014, at 12:09 PM, Daniel Braniss wrote: >=20 > > Hi, > > in /boot/device.hints I have: > > hint.uart.1.flags=3D0x10 > >=20 > > and till about a week old kernel, I get the serial console ok. > > with today=92s update, this is broken: > > the boot output stops after showing: > > ... > > cpu15 (AP): APIC ID: 7 > > ioapic1: Changing APIC ID to 1 > > ioapic0 irqs 0-23 on motherboard > > ioapic1 irqs 32-55 on motherboard > >=20 > > Freebsd/amd64 (rnd) (ttyu1) > >=20 > > Login: > >=20 > > and later, escape to debugger failes - i.e hitting \n~^B gets me nowher= e. > >=20 > > from dmesg: > >=20 > > =85 > > ioapic1: Changing APIC ID to 1 > > ioapic0 irqs 0-23 on motherboard > > ioapic1 irqs 32-55 on motherboard > > kbd1 at kbdmux0 > > acpi0: on motherboard > >=20 > > =85 > >=20 > > so what is broken in kbdmux? > >=20 > > thanks, > > danny > >=20 > some more info, from =91grep hart /var/run/dmesg.out': > uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 on acpi0 > uart0: console (115200,n,8,1) > uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 >=20 > I need some hints to solve this, What does 'conscontrol' show? =2D-=20 John Baldwin