summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/spigot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/spigot.c')
-rw-r--r--sys/i386/isa/spigot.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/i386/isa/spigot.c b/sys/i386/isa/spigot.c
index 3b64ff5..816ec1e 100644
--- a/sys/i386/isa/spigot.c
+++ b/sys/i386/isa/spigot.c
@@ -42,6 +42,8 @@
*
* Version 1.7, December 1995.
*
+ * $FreeBSD$
+ *
*/
#include "spigot.h"
@@ -101,19 +103,14 @@ static struct cdevsw spigot_cdevsw = {
/* read */ spigot_read,
/* write */ spigot_write,
/* ioctl */ spigot_ioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ nopoll,
/* mmap */ spigot_mmap,
/* strategy */ nostrategy,
/* name */ "spigot",
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* maxio */ 0,
/* bmaj */ -1
};
OpenPOWER on IntegriCloud