summaryrefslogtreecommitdiffstats
path: root/sys/dev
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/dev
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/dev')
-rw-r--r--sys/dev/sio/sio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 3db645e..ab2fda0 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/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.
OpenPOWER on IntegriCloud