From owner-freebsd-stable@FreeBSD.ORG Fri Jan 20 16:30:17 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F42F106567C for ; Fri, 20 Jan 2012 16:30:17 +0000 (UTC) (envelope-from psychosensor@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 670968FC1C for ; Fri, 20 Jan 2012 16:30:13 +0000 (UTC) Received: by yhfs35 with SMTP id s35so353725yhf.13 for ; Fri, 20 Jan 2012 08:30:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=X+qMh2qccyt7/jYBx3ylRTikOipmz01zE/o+pdoEUV8=; b=u12vxVgXIRU/5jQlE2Myh0UXYqOY0IxAGpXRqp99n/vmnMMmfRw4FpCH4bUkuVAIF4 +qxJzv8Ppe5uKpzWAmlTusHTLdp6VoT0OgVh23XgImBlqW87Hpm7K81bib8kAGEPpnlA sStsWiNLhGiIF6B2MlWG4jlGvHMHEbTG+cU0w= MIME-Version: 1.0 Received: by 10.236.37.132 with SMTP id y4mr656660yha.10.1327077012651; Fri, 20 Jan 2012 08:30:12 -0800 (PST) Received: by 10.100.111.15 with HTTP; Fri, 20 Jan 2012 08:30:12 -0800 (PST) In-Reply-To: References: Date: Fri, 20 Jan 2012 18:30:12 +0200 Message-ID: From: Sergey Listopad To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Serial port stops working after upgrade to 9-CURRENT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2012 16:30:17 -0000 2012/1/20 Sergey Listopad : > After system upgrade from 8.2-CURRENT to 9.0-CURRENT serial port > (motherboard integrated) stops working. > > FreeBSD ferma.loc 9.0-STABLE FreeBSD 9.0-STABLE #2: Fri Jan 20 > 15:50:06 EET 2012 =C2=A0 =C2=A0 root@ferma.loc:/usr/obj/usr/src-8/sys/RT = =C2=A0i386 > >> dmesg | grep -E '^uart[0-9]' > uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > uart0: <16550 or compatible> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > >> grep uart /boot/device.hints > hint.uart.0.at=3D"isa" > hint.uart.0.port=3D"0x3F8" > hint.uart.0.flags=3D"0x10" > hint.uart.0.irq=3D"4" > #hint.uart.1.at=3D"isa" > #hint.uart.1.port=3D"0x2F8" > #hint.uart.1.irq=3D"3" > >> config -x /boot/kernel/kernel =C2=A0| egrep 'uart|sio' > device =C2=A0uart_ns8250 > device =C2=A0uart > > Where can i search the problem? > I have compiled GENERIC and serial works fine. So problem in "customized" kernel. Investigation later. Thanks. --=20 S.Listopad