From 501755f4f61fef5716992ea6d59cfba80eef84ee Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 1 Jan 2006 20:59:28 +0000 Subject: Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate for each platform. These will be used in the pci code in preference to the complicated #ifdefs we have there now. --- sys/amd64/include/_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/amd64') diff --git a/sys/amd64/include/_types.h b/sys/amd64/include/_types.h index 4217c82b060b..d129b217fb60 100644 --- a/sys/amd64/include/_types.h +++ b/sys/amd64/include/_types.h @@ -44,6 +44,8 @@ #endif #define __NO_STRICT_ALIGNMENT +#define __HAVE_ACPI +#define __PCI_REROUTE_INTERRUPT /* * Basic types upon which most other types are built. -- cgit v1.2.3