diff options
Diffstat (limited to 'sys/i4b/driver/i4b_tel.c')
-rw-r--r-- | sys/i4b/driver/i4b_tel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i4b/driver/i4b_tel.c b/sys/i4b/driver/i4b_tel.c index 5acce73..703bfc1 100644 --- a/sys/i4b/driver/i4b_tel.c +++ b/sys/i4b/driver/i4b_tel.c @@ -134,6 +134,8 @@ static d_poll_t i4btelpoll; static struct cdevsw i4btel_cdevsw = { + .d_version = D_VERSION, + .d_flags = D_NEEDGIANT, .d_open = i4btelopen, .d_close = i4btelclose, .d_read = i4btelread, |