diff options
Diffstat (limited to 'sys/i386/isa/wt.c')
-rw-r--r-- | sys/i386/isa/wt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c index 735869c..f7fdebb 100644 --- a/sys/i386/isa/wt.c +++ b/sys/i386/isa/wt.c @@ -190,19 +190,14 @@ static struct cdevsw wt_cdevsw = { /* read */ physread, /* write */ physwrite, /* ioctl */ wtioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ wtstrategy, /* name */ "wt", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |