From owner-cvs-all@FreeBSD.ORG Thu Oct 12 04:44:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF7416A407; Thu, 12 Oct 2006 04:44:03 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF92143D53; Thu, 12 Oct 2006 04:44:01 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9C4i1rH044523; Thu, 12 Oct 2006 04:44:01 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9C4i1hT044522; Thu, 12 Oct 2006 04:44:01 GMT (envelope-from kmacy) Message-Id: <200610120444.k9C4i1hT044522@repoman.freebsd.org> From: Kip Macy Date: Thu, 12 Oct 2006 04:44:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/pci ofw_pcib.c ofw_pcib_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 04:44:03 -0000 kmacy 2006-10-12 04:44:01 UTC FreeBSD src repository Modified files: sys/sparc64/pci ofw_pcib.c ofw_pcib_subr.c Log: The T2000 has multiple PCI domains requiring bus allocation to be done differently. This pulls in changes by jmg from perforce and makes them sun4v only for now. Approved by: scottl (acting as backup for mentor rwatson) Revision Changes Path 1.7 +6 -0 src/sys/sparc64/pci/ofw_pcib.c 1.7 +5 -0 src/sys/sparc64/pci/ofw_pcib_subr.c