diff options
Diffstat (limited to 'sys/i386/isa/ctx.c')
-rw-r--r-- | sys/i386/isa/ctx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index efd8429..462ca28 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -146,19 +146,14 @@ static struct cdevsw ctx_cdevsw = { /* read */ ctxread, /* write */ ctxwrite, /* ioctl */ ctxioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ "ctx", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |