mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
70261a611f
commit
501755f4f6
6 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -4,3 +4,5 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#include <i386/_types.h>
|
||||
|
||||
#undef __HAVE_ACPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue