mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153955
@ -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 New Issue
Block a user