From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 13 10:20:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org 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 0E71616A421 for ; Thu, 13 Oct 2005 10:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB4E43D46 for ; Thu, 13 Oct 2005 10:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9DAKLtu067297 for ; Thu, 13 Oct 2005 10:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9DAKLnb067296; Thu, 13 Oct 2005 10:20:21 GMT (envelope-from gnats) Date: Thu, 13 Oct 2005 10:20:21 GMT Message-Id: <200510131020.j9DAKLnb067296@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Oliver Fromme Cc: Subject: Re: kern/87363: viapm(4) breaks PCI-ISA bridge --> no sc(4) --> console freezes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Fromme List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 10:20:22 -0000 The following reply was made to PR kern/87363; it has been noted by GNATS. From: Oliver Fromme To: bug-followup@FreeBSD.org, olli@secnetix.de Cc: Subject: Re: kern/87363: viapm(4) breaks PCI-ISA bridge --> no sc(4) --> console freezes Date: Thu, 13 Oct 2005 12:12:35 +0200 (CEST) Two more pieces of information: PR kern/45574 (closed) describes exactly the same problem. That PR has been closed without fixing the problem. PR kern/62438 (open) contains a trivial patch to support the VIA VT8235 south bridge in addition to the VT8233 which is already supported by FreeBSD. The PR mentions the same problem described in this PR and in PR kern/45574. In the audit trail, Fujimoto Kou also mentions that the problem is caused by the isab (PCI-ISA bridge) not being probed when viapm(4) is enabled.