From owner-cvs-src@FreeBSD.ORG Sat Feb 12 19:12:18 2005 Return-Path: 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 ADCFA16A4CE; Sat, 12 Feb 2005 19:12:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA5243D2D; Sat, 12 Feb 2005 19:12:18 +0000 (GMT) (envelope-from marius@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 j1CJCI7n015633; Sat, 12 Feb 2005 19:12:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1CJCINg015632; Sat, 12 Feb 2005 19:12:18 GMT (envelope-from marius) Message-Id: <200502121912.j1CJCINg015632@repoman.freebsd.org> From: Marius Strobl Date: Sat, 12 Feb 2005 19:12:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ofw ofw_pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 12 Feb 2005 19:12:18 -0000 marius 2005-02-12 19:12:18 UTC FreeBSD src repository Modified files: sys/dev/ofw ofw_pci.h Log: Merge revision 1.5 from NetBSD: Fix a typo in a comment. NetBSD rev. 1.4 (addition of the OFW_PCI_PHYS_HI_BUS macro) had already been merged prior to adding this file to FreeBSD (with the 1.3 tag though). Revision Changes Path 1.2 +2 -2 src/sys/dev/ofw/ofw_pci.h