aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/wd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/wd.c')
-rw-r--r--sys/i386/isa/wd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index ed856615a776..1e90fcba6983 100644
--- a/sys/i386/isa/wd.c
+++ b/sys/i386/isa/wd.c
@@ -242,19 +242,14 @@ static struct cdevsw wd_cdevsw = {
/* read */ physread,
/* write */ physwrite,
/* ioctl */ wdioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ nommap,
/* strategy */ wdstrategy,
/* name */ "wd",
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ wddump,
/* psize */ wdsize,
/* flags */ D_DISK,
- /* maxio */ 0,
/* bmaj */ BDEV_MAJOR
};