From owner-freebsd-ppc@FreeBSD.ORG Sun Mar 28 17:31:24 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50FEC106566B for ; Sun, 28 Mar 2010 17:31:24 +0000 (UTC) (envelope-from toasty@dragondata.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 146668FC1B for ; Sun, 28 Mar 2010 17:31:23 +0000 (UTC) Received: by gyh3 with SMTP id 3so2954914gyh.13 for ; Sun, 28 Mar 2010 10:31:23 -0700 (PDT) Received: by 10.101.148.2 with SMTP id a2mr6394266ano.230.1269797483093; Sun, 28 Mar 2010 10:31:23 -0700 (PDT) Received: from vpn177.ord02.your.org (vpn177.ord02.your.org [204.9.55.177]) by mx.google.com with ESMTPS id 23sm3142308iwn.14.2010.03.28.10.31.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Mar 2010 10:31:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Kevin Day In-Reply-To: <4BAF904A.30700@freebsd.org> Date: Sun, 28 Mar 2010 12:31:20 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <7CC213AE-3376-4C8F-A586-46B3482D4851@dragondata.com> References: <12F50162-CB39-49D4-A06B-0DEED1C6DFB1@dragondata.com> <4BAF904A.30700@freebsd.org> To: Nathan Whitehorn X-Mailer: Apple Mail (2.1077) Cc: freebsd-ppc@freebsd.org Subject: Re: 8.0-STABLE SMP panic on XServe G4 SMP X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 17:31:24 -0000 On Mar 28, 2010, at 12:22 PM, Nathan Whitehorn wrote: > Kevin Day wrote: >> But on SMP right before "usbus0" I get "panic: resource_list_alloc: = resource list is busy". >>=20 >> Is this a known issue? If not, any guidance on what to look at first? >>=20 >=20 > Try doing set hw.pci.usb_early_takeover=3D0 from the loader. Marcel = has changed this default on -CURRENT, but I don't think he has MFC'ed it = to 8-STABLE yet. > -Nathan That seems to have fixed it, thanks! -- Kevin