diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-03 16:24:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-03 16:24:47 +0000 |
| commit | 182a9f7455d4eb8aaacca87f0c9384376653d0fb (patch) | |
| tree | 882ecd3451f5d9cf0721da1f4041961ac8528fe7 /sys/dev/cy | |
| parent | 69ea8786d643b174390c447a77846fb0c61fb9af (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 2 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 53ea3bccd656..4e2e499da1a6 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.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, }; diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 53ea3bccd656..4e2e499da1a6 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, }; |
