diff options
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r-- | sys/pci/meteor.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index f306cc2..de0deea 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -226,19 +226,14 @@ static struct cdevsw meteor_cdevsw = { /* read */ meteor_read, /* write */ meteor_write, /* ioctl */ meteor_ioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ meteor_mmap, /* strategy */ nostrategy, /* name */ "meteor", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; #endif |