summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wst.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/wst.c')
-rw-r--r--sys/i386/isa/wst.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/wst.c b/sys/i386/isa/wst.c
index 4c0b912..d218325 100644
--- a/sys/i386/isa/wst.c
+++ b/sys/i386/isa/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
};
OpenPOWER on IntegriCloud