summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/_types.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-01-01 20:59:28 +0000
committerimp <imp@FreeBSD.org>2006-01-01 20:59:28 +0000
commit8d9b67a0e378cbaea6283277f0df79d2ebbbe26b (patch)
treec4bed81f55898e2e761741fc45085dd6e2945181 /sys/i386/include/_types.h
parent12d4e274cbdbb0d9d6f1c0bdccd55cf631e1d634 (diff)
downloadFreeBSD-src-8d9b67a0e378cbaea6283277f0df79d2ebbbe26b.zip
FreeBSD-src-8d9b67a0e378cbaea6283277f0df79d2ebbbe26b.tar.gz
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.
Diffstat (limited to 'sys/i386/include/_types.h')
-rw-r--r--sys/i386/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/_types.h b/sys/i386/include/_types.h
index b272cf0..1238183 100644
--- a/sys/i386/include/_types.h
+++ b/sys/i386/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.
OpenPOWER on IntegriCloud