summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb/dgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dgb/dgm.c')
-rw-r--r--sys/dev/dgb/dgm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c
index ecf6827..4a2ec53 100644
--- a/sys/dev/dgb/dgm.c
+++ b/sys/dev/dgb/dgm.c
@@ -219,19 +219,14 @@ static struct cdevsw dgm_cdevsw = {
/* read */ dgmread,
/* write */ dgmwrite,
/* ioctl */ dgmioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ ttypoll,
/* mmap */ nommap,
/* strategy */ nostrategy,
/* name */ "dgm",
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY,
- /* maxio */ 0,
/* bmaj */ -1
};
OpenPOWER on IntegriCloud