From 3745f80a4838cf9d8ee794fa35d5b98dd71c06d0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 11 Apr 1996 21:18:49 +0000 Subject: Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. --- sys/dev/sio/sio.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 3db645e1a099..ab2fda0c003d 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. -- cgit v1.3