summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pckbd.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-10-20 10:35:44 +0000
committerkato <kato@FreeBSD.org>2000-10-20 10:35:44 +0000
commita961cceaf1336a3d72d56b73eeb93d908be68c0c (patch)
tree4cc250fdb2ea63e13df7b0cc80c1012e8ce185c2 /sys/pc98/cbus/pckbd.c
parent511dbb9a9bdadbe13131254c74251fa3db0449fd (diff)
downloadFreeBSD-src-a961cceaf1336a3d72d56b73eeb93d908be68c0c.zip
FreeBSD-src-a961cceaf1336a3d72d56b73eeb93d908be68c0c.tar.gz
Used kbio.h and consio.h instead of machine/console.h.
Diffstat (limited to 'sys/pc98/cbus/pckbd.c')
-rw-r--r--sys/pc98/cbus/pckbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c
index 4bd235c..e6f7d61 100644
--- a/sys/pc98/cbus/pckbd.c
+++ b/sys/pc98/cbus/pckbd.c
@@ -38,6 +38,7 @@
#include <sys/bus.h>
#include <machine/bus.h>
#include <sys/rman.h>
+#include <sys/kbio.h>
#include <machine/resource.h>
@@ -221,7 +222,6 @@ pckbd_timeout(void *arg)
/* LOW-LEVEL */
#include <machine/limits.h>
-#include <machine/console.h>
#define PC98KBD_DEFAULT 0
OpenPOWER on IntegriCloud