diff options
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r-- | sys/i386/isa/loran.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c index a5d64ef..66166b1 100644 --- a/sys/i386/isa/loran.c +++ b/sys/i386/isa/loran.c @@ -628,19 +628,14 @@ static struct cdevsw loran_cdevsw = { /* read */ loranread, /* write */ loranwrite, /* ioctl */ noioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ "loran", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |