From ea86fcc2992ec8dd50d1f93b62c7eea3fd1e245e Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 22 Oct 2001 02:48:38 +0000 Subject: First commit after a repo copy of isa/sio* -> dev/sio: Move sio from isa/sio.c to dev/sio/sio.c. The next step is to break out the front end attachments, improve support for these parts on different busses, and maybe, if we're lucky, merging in pc98 support. It will also be MI and live in conf/files rather than files.*. Approved by: bde Tested with: i386, pc98 --- sys/dev/sio/sio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/sio') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 9f86bc8..8ff57f7 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -85,7 +85,7 @@ #include #include -#include +#include #ifdef COM_ESP #include -- cgit v1.1