diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 13:25:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 13:25:33 +0000 |
| commit | 4fda91c705838783b4fffd707628d4de7f673c35 (patch) | |
| tree | 6f35ae0e7caade790223565873d04a0f034c5822 /sys/dev/dgb | |
| parent | dd1642c2c4b5722b53e8fd5e92f39e6ddff9376e (diff) | |
Notes
Diffstat (limited to 'sys/dev/dgb')
| -rw-r--r-- | sys/dev/dgb/dgb.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index 2c5e2febb0edc..1e61971688482 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.3 1995/10/04 21:51:24 jkh Exp $ + * dgb.c $Id: dgb.c,v 1.4 1995/10/12 23:28:31 bde Exp $ * * Digiboard driver. * @@ -156,17 +156,7 @@ void dgbintr __P((int unit)); void dgbpoll __P((void *unit_c)); /* Device switch entry points. */ -int dgbopen __P((dev_t dev, int oflags, int devtype, - struct proc *p)); -int dgbclose __P((dev_t dev, int fflag, int devtype, - struct proc *p)); -int dgbread __P((dev_t dev, struct uio *uio, int ioflag)); -int dgbwrite __P((dev_t dev, struct uio *uio, int ioflag)); -int dgbioctl __P((dev_t dev, int cmd, caddr_t data, - int fflag, struct proc *p)); -void dgbstop __P((struct tty *tp, int rw)); #define dgbreset noreset -struct tty *dgbdevtotty __P((dev_t dev)); #define dgbmmap nommap #define dgbstrategy nostrategy |
