diff options
author | Warner Losh <imp@FreeBSD.org> | 2006-01-01 20:59:28 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2006-01-01 20:59:28 +0000 |
commit | 501755f4f61fef5716992ea6d59cfba80eef84ee (patch) | |
tree | c4bed81f55898e2e761741fc45085dd6e2945181 /sys/amd64 | |
parent | 70261a611f26566b1f80bdbe0eeb31ea7a961448 (diff) | |
download | src-501755f4f61fef5716992ea6d59cfba80eef84ee.tar.gz src-501755f4f61fef5716992ea6d59cfba80eef84ee.zip |
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.
Notes
Notes:
svn path=/head/; revision=153955
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/include/_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. |