summaryrefslogtreecommitdiffstats
path: root/sys/alpha
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/alpha
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/alpha')
-rw-r--r--sys/alpha/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/include/_types.h b/sys/alpha/include/_types.h
index a8acbbb..88ae6e5 100644
--- a/sys/alpha/include/_types.h
+++ b/sys/alpha/include/_types.h
@@ -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.
*/
OpenPOWER on IntegriCloud