From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 6 22:30:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD5CF16A4CF for ; Fri, 6 Feb 2004 22:30:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADF6143D53 for ; Fri, 6 Feb 2004 22:30:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i176UGbv001135 for ; Fri, 6 Feb 2004 22:30:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i176UGYi001133; Fri, 6 Feb 2004 22:30:16 -0800 (PST) (envelope-from gnats) Date: Fri, 6 Feb 2004 22:30:16 -0800 (PST) Message-Id: <200402070630.i176UGYi001133@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: FUJIMOTO Kou Subject: Re: kern/45574: No console (term) if smbus is enable in the kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FUJIMOTO Kou List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 06:30:20 -0000 The following reply was made to PR kern/45574; it has been noted by GNATS. From: FUJIMOTO Kou To: freebsd-gnats-submit@FreeBSD.org, marc@informatik.uni-bremen.de Cc: Subject: Re: kern/45574: No console (term) if smbus is enable in the kernel Date: Sat, 07 Feb 2004 15:25:03 +0900 I hope someone who is responsible will re-open this PR. I have encountered the same problem on 5.2-RELEASE-p2, as I mentioned in PR 62438. Actually I enable the following devices as shown in viapm(4) man page: device smbus device smb device viapm device iicbb device iicbus device iicsmb "Frozen console" in PR 62438 is rather obscure. To be precise, it never display keyboard input and non-kernel output (fsck result, rc.d echoes and login prompt), while it displays kernel messages. Remote services are A.O.K. as Herr Recht.