diff options
| -rw-r--r-- | sys/pc98/pc98/syscons.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/pc98/syscons.c b/sys/pc98/pc98/syscons.c index f8725e84afee..55ce644e24c6 100644 --- a/sys/pc98/pc98/syscons.c +++ b/sys/pc98/pc98/syscons.c @@ -221,7 +221,8 @@ static struct cdevsw sc_cdevsw = { /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, - /* flags */ D_TTY, + /* flags */ D_TTY | D_KQFILTER, + /* kqfilter */ ttykqfilter }; int |
