diff options
Diffstat (limited to 'sys/i386/isa/labpc.c')
-rw-r--r-- | sys/i386/isa/labpc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/i386/isa/labpc.c b/sys/i386/isa/labpc.c index a19b86a..54d7dca 100644 --- a/sys/i386/isa/labpc.c +++ b/sys/i386/isa/labpc.c @@ -37,6 +37,9 @@ * Written by: * Peter Dufault * dufault@hda.com + * + * $FreeBSD$ + * */ #include "labpc.h" @@ -289,19 +292,14 @@ static struct cdevsw labpc_cdevsw = { /* read */ physread, /* write */ physwrite, /* ioctl */ labpcioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ nommap, /* strategy */ labpcstrategy, /* name */ "labpc", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |