From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 1 14:00:31 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 9DFD910656A3 for ; Wed, 1 Dec 2010 14:00:31 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 58DDA8FC13 for ; Wed, 1 Dec 2010 14:00:31 +0000 (UTC) Received: by qyk8 with SMTP id 8so2488638qyk.13 for ; Wed, 01 Dec 2010 06:00:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=5KN1M0aXpr4Cyv6jeRBX2BPiH4VnssejjAXTwo3tm1k=; b=Tt5EACanwYhIkMkS39/Axmzmv3rWSUGzbXSLhEJaTyzqqTfRMdHdmpky4FEXOxyLdR dW6TFYajfoh4ov8TqZl+xv8sDcEEzCftXs4p3NOqEMrahoZd1AvTVxqCiRNsFNbv5+Z1 7V4MEowvYm922G01L4SuBndUnw3hmm8gRsqKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tXUukFSkDjIyr8oJvol0LeevjyiohdmDaU59/k/ADJirG4q2rXHKZl35paSCPx/ejL Ikvjl70MmxSogtcrx8CIT/UG+KKf1Pz7RCfP7z935Ep3Mc+VjPaqtRomISNNLZEa7wet XsASOug//RoyZxz2yb1fH/oISC0DUrzICdvZU= MIME-Version: 1.0 Received: by 10.229.214.5 with SMTP id gy5mr6927275qcb.245.1291212030499; Wed, 01 Dec 2010 06:00:30 -0800 (PST) Received: by 10.220.194.131 with HTTP; Wed, 1 Dec 2010 06:00:30 -0800 (PST) Date: Wed, 1 Dec 2010 09:00:30 -0500 Message-ID: From: Super Bisquit To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Open firmware setenv variable question 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: Wed, 01 Dec 2010 14:00:31 -0000 If pci-probe-mask is set to 0 instead of default -1, will it probe the MTRX, Toucan on pci@f2000000 ..@slot 1- It gives the value of @15 as a pci-bridge. Last time I tried this, I gave it a value of 1 and jibbied the system for a little while.