summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb/dgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dgb/dgb.c')
-rw-r--r--sys/dev/dgb/dgb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index e0b1808..a146720 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -1,5 +1,5 @@
/*-
- * dgb.c $Id: dgb.c,v 1.26 1997/06/14 15:19:48 bde Exp $
+ * dgb.c $Id: dgb.c,v 1.27 1997/07/01 00:22:35 bde Exp $
*
* Digiboard driver.
*
@@ -227,7 +227,7 @@ static d_devtotty_t dgbdevtotty;
static struct cdevsw dgb_cdevsw =
{ dgbopen, dgbclose, dgbread, dgbwrite, /*58*/
dgbioctl, dgbstop, noreset, dgbdevtotty, /* dgb */
- ttselect, nommap, NULL, "dgb", NULL, -1 };
+ ttpoll, nommap, NULL, "dgb", NULL, -1 };
static speed_t dgbdefaultrate = TTYDEF_SPEED;
OpenPOWER on IntegriCloud