summaryrefslogtreecommitdiffstats
path: root/sys/ia64
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/ia64
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/ia64')
-rw-r--r--sys/ia64/include/_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h
index 8fc1be2..5143ad4 100644
--- a/sys/ia64/include/_types.h
+++ b/sys/ia64/include/_types.h
@@ -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.
*/
OpenPOWER on IntegriCloud