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.
This commit is contained in:
Warner Losh 2006-01-01 20:59:28 +00:00
parent 70261a611f
commit 501755f4f6
6 changed files with 13 additions and 0 deletions

View File

@ -43,6 +43,8 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
#define __PCI_REROUTE_INTERRUPT
/*
* Basic types upon which most other types are built.
*/

View File

@ -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.

View File

@ -43,6 +43,8 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
#define __PCI_REROUTE_INTERRUPT
/*
* Basic types upon which most other types are built.
*/

View File

@ -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.

View File

@ -43,6 +43,9 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
#define __HAVE_ACPI
#define __PCI_REROUTE_INTERRUPT
/*
* Basic types upon which most other types are built.
*/

View File

@ -4,3 +4,5 @@
/* $FreeBSD$ */
#include <i386/_types.h>
#undef __HAVE_ACPI