aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/sio.c
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2011-12-17 15:08:43 +0000
committerAndriy Gapon <avg@FreeBSD.org>2011-12-17 15:08:43 +0000
commit9976156f12f1be7cb85c90e9ef54be06690bc955 (patch)
treecf89ca64a6042918d5429b9a17cfaa8421be34c2 /sys/pc98/cbus/sio.c
parent5dc6a815806b50efdd705b6f52804c2030748638 (diff)
downloadsrc-9976156f12f1be7cb85c90e9ef54be06690bc955.tar.gz
src-9976156f12f1be7cb85c90e9ef54be06690bc955.zip
Notes
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-rw-r--r--sys/pc98/cbus/sio.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 959726f2f019..754d4ad12cbb 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -3460,6 +3460,8 @@ static cn_init_t sio_cninit;
static cn_term_t sio_cnterm;
static cn_getc_t sio_cngetc;
static cn_putc_t sio_cnputc;
+static cn_grab_t sio_cngrab;
+static cn_ungrab_t sio_cnungrab;
CONSOLE_DRIVER(sio);
@@ -3679,6 +3681,16 @@ sio_cnterm(cp)
comconsole = -1;
}
+static void
+sio_cngrab(struct consdev *cp)
+{
+}
+
+static void
+sio_cnungrab(struct consdev *cp)
+{
+}
+
static int
sio_cngetc(struct consdev *cd)
{