From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 26 07:27:59 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D199410656C8 for ; Thu, 26 Nov 2009 07:27:59 +0000 (UTC) (envelope-from matpockuh@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 649A28FC22 for ; Thu, 26 Nov 2009 07:27:59 +0000 (UTC) Received: by fxm10 with SMTP id 10so393196fxm.14 for ; Wed, 25 Nov 2009 23:27:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2GBnH7hbUuDbhQ2r99uITbnTVLZ7BS6FNoAFlYZu5/o=; b=H336P0Gej1e8A8Ow0ZBVgrh4JWJCsQFgXB3HRt8nGtaP/wGsXTxDBBlP99TVVutoMx K2XnvXLqAdAi9pbNmDDhl1Fh+ads/WGiltFZoPvWy+MZVDQp9tA7MbSJQ+OlF/qTW+lQ Tj4p1uNZQ74zJDhnWZzS9T0vFB4gHyuHiaRKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EBo6S6YdbLDcPXB1Hn14eaHcqXO6cgIXuX7qpjtuS9wmI7MagHKuDB3YuBoLPfkzSf eNiXEEEypf2hNX6izYJsl4seGS1Pb4V9Ku49t+ad6qIF/QaJKKQDA+LS/Mh87b3aSEgV DHMoSN4Cu1I1wtat2loSP3hDST7UT5+mQAfek= MIME-Version: 1.0 Received: by 10.223.103.25 with SMTP id i25mr1337189fao.64.1259220478386; Wed, 25 Nov 2009 23:27:58 -0800 (PST) In-Reply-To: <20091116221414.GS27738@alchemy.franken.de> References: <3979a4b0909170200x754ea8c5l495e300b2a7a5113@mail.gmail.com> <20090917224556.GA41908@alchemy.franken.de> <3979a4b0909172329q3a113942xfcd71394a98fee19@mail.gmail.com> <20090918131416.GQ57060@alchemy.franken.de> <3979a4b0911120450i31831743j80fd1cfd7c6916b4@mail.gmail.com> <20091116221414.GS27738@alchemy.franken.de> Date: Thu, 26 Nov 2009 10:27:58 +0300 Message-ID: <3979a4b0911252327r679a8594id7d18224adfd1d5f@mail.gmail.com> From: KOT MATPOCKuH To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-sparc64@freebsd.org Subject: Re: Is it posible to run FreeBSD/sparc64 on SunFire V215? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 07:27:59 -0000 2009/11/17 Marius Strobl : >> I'm got three host panic three times with this message: >> panic: pcib12: XCB error status 0x1 interrupt status 0x8 >> cpuid = 0 >> Uptime: 1d14h51m50s >> Cannot dump. Device not defined or unavailable. >> Automatic reboot in 15 seconds - press a key on the console to abort > It fixes a possible cause for this problem (inappropriate interrupt > group controller assignment) as well as hopefully handles such > interrupts gracefully should they still occur. You'll need to either > watch the dev.pcib.X.jbc_unsol_int (probably 0 and 12) SYSCTLs or > boot verbosely to still get ahold of them though. After 8 days of uptime: 10:22AM up 8 days, 16:42, 11 users, load averages: 0.01, 0.00, 0.00 I have: # sysctl -a | grep jbc_unsol_int dev.pcib.0.jbc_unsol_int: 0 dev.pcib.12.jbc_unsol_int: 0 Is it indicates that the problem is solved? -- MATPOCKuH