summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-11 21:18:49 +0000
committerbde <bde@FreeBSD.org>1996-04-11 21:18:49 +0000
commitde771425950a262da8d12fbd67847cf0d17b1463 (patch)
tree73dba15baa4bf31fb50f4fcc08ed6c8acc63726b /sys/i386/isa
parenta680120460c831d0479ba346c0a307dbd6435837 (diff)
downloadFreeBSD-src-de771425950a262da8d12fbd67847cf0d17b1463.zip
FreeBSD-src-de771425950a262da8d12fbd67847cf0d17b1463.tar.gz
Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/isa.c4
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h2
-rw-r--r--sys/i386/isa/sio.c6
-rw-r--r--sys/i386/isa/vector.s4
4 files changed, 12 insertions, 4 deletions
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index 32562b1..5be579c 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.66 1996/04/07 17:32:13 bde Exp $
+ * $Id: isa.c,v 1.67 1996/04/08 19:38:55 smpatel Exp $
*/
/*
@@ -47,6 +47,8 @@
* isa_dmastart()
*/
+#include "opt_auto_eoi.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysctl.h>
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 65aa098..b1b65d3 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -68,6 +68,8 @@
#if PCVT_FREEBSD >= 200
+#include "opt_pcvt.h"
+
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/ioctl.h>
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index 3db645e..ab2fda0 100644
--- a/sys/i386/isa/sio.c
+++ b/sys/i386/isa/sio.c
@@ -31,11 +31,13 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.137 1996/04/10 04:18:36 scrappy Exp $
+ * $Id: sio.c,v 1.138 1996/04/10 18:09:58 scrappy Exp $
*/
-#include "sio.h"
+#include "opt_comconsole.h"
#include "opt_ddb.h"
+#include "opt_sio.h"
+#include "sio.h"
/*
* Serial driver, based on 386BSD-0.1 com driver.
diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s
index 6410434..a5056af 100644
--- a/sys/i386/isa/vector.s
+++ b/sys/i386/isa/vector.s
@@ -1,8 +1,10 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id: vector.s,v 1.17 1996/01/19 23:38:07 phk Exp $
+ * $Id: vector.s,v 1.18 1996/03/31 03:31:29 bde Exp $
*/
+#include "opt_auto_eoi.h"
+
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>
OpenPOWER on IntegriCloud