From owner-cvs-src@FreeBSD.ORG Thu May 11 22:13:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9BD16A64B; Thu, 11 May 2006 22:13:22 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A2D43D93; Thu, 11 May 2006 22:13:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4BMDLY7076177; Thu, 11 May 2006 22:13:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4BMDLdC076176; Thu, 11 May 2006 22:13:21 GMT (envelope-from jhb) Message-Id: <200605112213.k4BMDLdC076176@repoman.freebsd.org> From: John Baldwin Date: Thu, 11 May 2006 22:13:21 +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/dev/acpica acpi_pci.c src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 22:13:24 -0000 jhb 2006-05-11 22:13:21 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c sys/dev/pci pci.c Log: Fixup some comments to allow for the fact that PCI domains are not specific to Alpha hoses. Revision Changes Path 1.30 +3 -3 src/sys/dev/acpica/acpi_pci.c 1.312 +3 -3 src/sys/dev/pci/pci.c