From owner-freebsd-current@FreeBSD.ORG Mon Jan 26 18:03:27 2009 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 62A8E10656E0 for ; Mon, 26 Jan 2009 18:03:27 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 187498FC25 for ; Mon, 26 Jan 2009 18:03:24 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: (qmail invoked by alias); 26 Jan 2009 18:03:21 -0000 Received: from p54A3E512.dip.t-dialin.net (EHLO tron.homeunix.org) [84.163.229.18] by mail.gmx.net (mp003) with SMTP; 26 Jan 2009 19:03:21 +0100 X-Authenticated: #1673122 X-Provags-ID: V01U2FsdGVkX18eqdtknKoeJWTuVnfLsp8vduZVVhR6bfNQfj4SNo RVpuu/yPq/Vvq7 Message-ID: <497DFAE2.5030301@gmx.de> Date: Mon, 26 Jan 2009 19:03:14 +0100 From: Christoph Mallon User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Alexander Churanov References: <49789DC7.1050300@boland.org> <49789EBC.1050401@andric.com> <4978B0CC.4070803@boland.org> <3cb459ed0901260837j5f680c1bu1df81d6cc05c34a6@mail.gmail.com> In-Reply-To: <3cb459ed0901260837j5f680c1bu1df81d6cc05c34a6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 Cc: Michiel Boland , Dimitry Andric , freebsd-current@freebsd.org Subject: Re: panic on boot with today's kernel 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: Mon, 26 Jan 2009 18:03:28 -0000 Alexander Churanov schrieb: > Hi folks! > > I've just updated from HEAD, found that > http://docs.freebsd.org/cgi/mid.cgi?200901221016.58349.jhb is already > applied to what's in repository. However, the issue remains. The sympthoms > are exactly as described by Michiel, and backtrace is the same. > > 1) What is the estimate for this to be fixed? > > 2) Is it possible to disable something to get working kernel? I've just > looked into the config file and read that ppbus is required. > > 3) Would checking out the previous stable version of ppbus work? I mean > having most recent source code of the whole kernel except for old stable > ppbus? There's not need to switch the branch to stable. If you use SVN, you can update just the affected paths to before the change: svn up -r 187575 sys/dev/ppbus sys/dev/ppc Christoph