aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-01-04 21:13:23 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-01-04 21:13:23 +0000
commit0e41ee3037a553b4cd7673887fe31fb51150d3be (patch)
tree334713baaeaaaca13f522ab35fdd0c97996ced19 /sys/dev/sio
parent22482bab926bdbbad415e5211d6a60948ca9dff0 (diff)
downloadsrc-0e41ee3037a553b4cd7673887fe31fb51150d3be.tar.gz
src-0e41ee3037a553b4cd7673887fe31fb51150d3be.zip
Convert DDB to new-style option.
Notes
Notes: svn path=/head/; revision=13228
Diffstat (limited to 'sys/dev/sio')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 0e6329db72c9..d0797c6a48f1 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,10 +31,12 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.131 1995/12/29 12:50:54 bde Exp $
+ * $Id: sio.c,v 1.132 1995/12/30 03:52:58 bde Exp $
*/
#include "sio.h"
+#include "opt_ddb.h"
+
/*
* Serial driver, based on 386BSD-0.1 com driver.
* Mostly rewritten to use pseudo-DMA.