summaryrefslogtreecommitdiffstats
path: root/sys/dev/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rc')
-rw-r--r--sys/dev/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index 8a721e0..541e3f5 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -107,7 +107,7 @@ static d_devtotty_t rcdevtotty;
static struct cdevsw rc_cdevsw =
{ rcopen, rcclose, rcread, rcwrite, /*63*/
rcioctl, rcstop, noreset, rcdevtotty,/* rc */
- ttselect, nommap, NULL, "rc", NULL, -1 };
+ ttpoll, nommap, NULL, "rc", NULL, -1 };
/* Per-board structure */
static struct rc_softc {
OpenPOWER on IntegriCloud