summaryrefslogtreecommitdiffstats
path: root/sys/isa/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/fd.c')
-rw-r--r--sys/isa/fd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index f51161b..e63a75b 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -370,19 +370,14 @@ static struct cdevsw fd_cdevsw = {
/* read */ physread,
/* write */ physwrite,
/* ioctl */ fdioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ nommap,
/* strategy */ fdstrategy,
/* name */ "fd",
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK,
- /* maxio */ 0,
/* bmaj */ BDEV_MAJOR
};
OpenPOWER on IntegriCloud