summaryrefslogtreecommitdiffstats
path: root/sys/isa/vga_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa/vga_isa.c')
-rw-r--r--sys/isa/vga_isa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c
index 95cc1b1..885ef0d 100644
--- a/sys/isa/vga_isa.c
+++ b/sys/isa/vga_isa.c
@@ -96,19 +96,14 @@ static struct cdevsw isavga_cdevsw = {
/* read */ isavga_read,
/* write */ isavga_write,
/* ioctl */ isavga_ioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ isavga_mmap,
/* strategy */ nostrategy,
/* name */ VGA_DRIVER_NAME,
- /* parms */ noparms,
/* maj */ -1,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* maxio */ 0,
/* bmaj */ -1
};
OpenPOWER on IntegriCloud