aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/fla/fla.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/fla/fla.c')
-rw-r--r--sys/contrib/dev/fla/fla.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/contrib/dev/fla/fla.c b/sys/contrib/dev/fla/fla.c
index b8998d6c898e..b33100c25f8e 100644
--- a/sys/contrib/dev/fla/fla.c
+++ b/sys/contrib/dev/fla/fla.c
@@ -63,19 +63,14 @@ static struct cdevsw fla_cdevsw = {
/* read */ physread,
/* write */ physwrite,
/* ioctl */ flaioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ nommap,
/* strategy */ flastrategy,
/* name */ "fla",
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK | D_CANFREE,
- /* maxio */ 0,
/* bmaj */ BDEV_MAJOR
};
static struct cdevsw fladisk_cdevsw;