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