summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/rp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/rp.c')
-rw-r--r--sys/i386/isa/rp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/rp.c b/sys/i386/isa/rp.c
index d788b57..5a4cceb 100644
--- a/sys/i386/isa/rp.c
+++ b/sys/i386/isa/rp.c
@@ -805,19 +805,14 @@ static struct cdevsw rp_cdevsw = {
/* read */ rpread,
/* write */ rpwrite,
/* ioctl */ rpioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ ttypoll,
/* mmap */ nommap,
/* strategy */ nostrategy,
/* name */ driver_name,
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY,
- /* maxio */ 0,
/* bmaj */ -1
};
OpenPOWER on IntegriCloud