diff options
Diffstat (limited to 'sys/pc98/pc98/wst.c')
-rw-r--r-- | sys/pc98/pc98/wst.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pc98/pc98/wst.c b/sys/pc98/pc98/wst.c index 4c0b912..d218325 100644 --- a/sys/pc98/pc98/wst.c +++ b/sys/pc98/pc98/wst.c @@ -57,19 +57,14 @@ static struct cdevsw wst_cdevsw = { /* read */ physread, /* write */ physwrite, /* ioctl */ wstioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ wststrategy, /* name */ "wst", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |