diff options
Diffstat (limited to 'sys/i386/isa/asc.c')
-rw-r--r-- | sys/i386/isa/asc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c index b03cf04..bcb344a 100644 --- a/sys/i386/isa/asc.c +++ b/sys/i386/isa/asc.c @@ -193,19 +193,14 @@ static struct cdevsw asc_cdevsw = { /* read */ ascread, /* write */ nowrite, /* ioctl */ ascioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ ascpoll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ "asc", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |