summaryrefslogtreecommitdiffstats
path: root/sys/pc98
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/pc98
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/pc98')
-rw-r--r--sys/pc98/include/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h
index 63da67a..b5ff4b1 100644
--- a/sys/pc98/include/_types.h
+++ b/sys/pc98/include/_types.h
@@ -4,3 +4,5 @@
/* $FreeBSD$ */
#include <i386/_types.h>
+
+#undef __HAVE_ACPI
OpenPOWER on IntegriCloud