summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/rp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/rp.c')
-rw-r--r--sys/i386/isa/rp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/rp.c b/sys/i386/isa/rp.c
index 8b0ef3e..0403e89 100644
--- a/sys/i386/isa/rp.c
+++ b/sys/i386/isa/rp.c
@@ -801,7 +801,7 @@ static d_devtotty_t rpdevtotty;
static struct cdevsw rp_cdevsw =
{ rpopen, rpclose, rpread, rpwrite,
rpioctl, rpstop, noreset, rpdevtotty,
- ttselect, nommap, NULL, driver_name,
+ ttpoll, nommap, NULL, driver_name,
NULL, -1};
static int rp_controller_port = 0;
OpenPOWER on IntegriCloud