aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-02 19:23:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-02 19:23:31 +0000
commitdd7a14618bd69dfe2e9ebc2247596b03fab4d542 (patch)
treee02000a746895a74604e3027b910f2648c7c3602 /sys/dev/ti
parenta36ef7f365ef6d68907afbe54f5dc728259492ac (diff)
Notes
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index a3843223270e1..e0ac1d16bd3dc 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -194,8 +194,8 @@ static d_ioctl_t ti_ioctl2;
static struct cdevsw ti_cdevsw = {
/* open */ ti_open,
/* close */ ti_close,
- /* read */ NULL,
- /* write */ NULL,
+ /* read */ noread,
+ /* write */ nowrite,
/* ioctl */ ti_ioctl2,
/* poll */ seltrue,
/* mmap */ nommap,