diff options
Diffstat (limited to 'sys/dev/cy/cy_isa.c')
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 53ea3bccd656d..4e2e499da1a6b 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -405,7 +405,7 @@ static struct cdevsw sio_cdevsw = { .d_poll = ttypoll, .d_name = driver_name, .d_maj = CDEV_MAJOR, - .d_flags = D_TTY | D_KQFILTER, + .d_flags = D_TTY, .d_kqfilter = ttykqfilter, }; |
