aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-17 14:58:04 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-17 14:58:04 +0000
commit084d9853ca9f1bc47e263e4837968fc9a819c048 (patch)
tree678f504669999ebb15254d095c0a92910bf0c530 /sys/i386/include
parent0291915fb3c068addb85a7a02ffcecad729b8a2f (diff)
downloadsrc-084d9853ca9f1bc47e263e4837968fc9a819c048.tar.gz
src-084d9853ca9f1bc47e263e4837968fc9a819c048.zip
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *.
Notes
Notes: svn path=/head/; revision=37034
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/conf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/i386/include/conf.h b/sys/i386/include/conf.h
deleted file mode 100644
index ee6b603b81a4..000000000000
--- a/sys/i386/include/conf.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _MACHINE_CONF_H_
-#define _MACHINE_CONF_H_
-
-#ifdef KERNEL
-#ifndef ACTUALLY_LKM_NOT_KERNEL
-#include "ioconf.h"
-#endif
-
-#endif /* KERNEL */
-
-#endif /* !_MACHINE_CONF_H_ */