summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
authorchs <chs@NetBSD.org>2001-05-17 02:24:00 +0000
committerchs <chs@NetBSD.org>2001-05-17 02:24:00 +0000
commitbcc2ce4f8cd69fc38be113635c42cc4496b81317 (patch)
tree9fd189bd96a457617379db616eb6509c870f45c8 /sys/dev/sun
parentc7a624dcc6eec6d8e19b447993aa6e64a908a858 (diff)
give sunkbd and sunms a "poll" routine.
Diffstat (limited to 'sys/dev/sun')
-rw-r--r--sys/dev/sun/sunkbd.c4
-rw-r--r--sys/dev/sun/sunms.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sun/sunkbd.c b/sys/dev/sun/sunkbd.c
index 5929cd58b43..f43ba88da06 100644
--- a/sys/dev/sun/sunkbd.c
+++ b/sys/dev/sun/sunkbd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sunkbd.c,v 1.5 2000/12/19 04:36:05 eeh Exp $ */
+/* $NetBSD: sunkbd.c,v 1.6 2001/05/17 02:24:00 chs Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -100,7 +100,7 @@ struct cfattach kbd_ca = {
struct linesw sunkbd_disc =
{ "sunkbd", 7, ttylopen, ttylclose, ttyerrio, ttyerrio, nullioctl,
- sunkbdinput, sunkbdstart, nullmodem }; /* 7- SUNKBDDISC */
+ sunkbdinput, sunkbdstart, nullmodem, ttpoll }; /* 7- SUNKBDDISC */
/*
* sunkbd_match: how is this tty channel configured?
diff --git a/sys/dev/sun/sunms.c b/sys/dev/sun/sunms.c
index 69cffb51bab..9aad721e9a5 100644
--- a/sys/dev/sun/sunms.c
+++ b/sys/dev/sun/sunms.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sunms.c,v 1.3 2000/11/01 23:57:15 eeh Exp $ */
+/* $NetBSD: sunms.c,v 1.4 2001/05/17 02:24:00 chs Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -93,7 +93,7 @@ struct cfattach ms_ca = {
struct linesw sunms_disc =
{ "sunms", 8, ttylopen, ttylclose, ttyerrio, ttyerrio, nullioctl,
- sunmsinput, ttstart, nullmodem }; /* 8- SUNMOUSEDISC */
+ sunmsinput, ttstart, nullmodem, ttpoll }; /* 8- SUNMOUSEDISC */
/*
* ms_match: how is this zs channel configured?