From owner-freebsd-arch@FreeBSD.ORG Fri Dec 3 18:07:02 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB6E16A4EE for ; Fri, 3 Dec 2004 18:07:02 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C1A43D5A for ; Fri, 3 Dec 2004 18:07:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iB3I4Ckx005307 for ; Fri, 3 Dec 2004 11:04:12 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 03 Dec 2004 11:05:20 -0700 (MST) Message-Id: <20041203.110520.54185564.imp@bsdimp.com> To: arch@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200412030813.iB38DA12044595@repoman.freebsd.org> References: <200412030813.iB38DA12044595@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:07:02 -0000 In message: <200412030813.iB38DA12044595@repoman.freebsd.org> Nate Lawson writes: : njl 2004-12-03 08:13:09 UTC : : FreeBSD src repository : : Modified files: : sys/dev/pci pci.c : Log: : Non-x86 platforms cannot use the ACPI includes. This should be fixed but : for now, only include the headers for i386, amd64, or ia64. : : Pointed out by: grehan We likely should have a sys/$MACHINE_ARCH/include/_config.h that has a bunch of #defines that we can test instead of specific architecture lists, don't you think? Warner