diff options
| author | christos <christos@NetBSD.org> | 2006-08-27 23:21:35 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-27 23:21:35 +0000 |
| commit | 35f0d726a8e39745eb639aff727ee2c2fca1def4 (patch) | |
| tree | 715605d65dd15e510be17c38a685241fd5ceb75e /sys/dev | |
| parent | 925d11f2f5322a547325fb21b2c5250ea4a2cca5 (diff) | |
complete initialization
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/agp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/agp.c b/sys/dev/pci/agp.c index 4f63ac50c8b..b11870595c3 100644 --- a/sys/dev/pci/agp.c +++ b/sys/dev/pci/agp.c @@ -1,4 +1,4 @@ -/* $NetBSD: agp.c,v 1.40 2006/08/17 17:11:28 christos Exp $ */ +/* $NetBSD: agp.c,v 1.41 2006/08/27 23:21:35 christos Exp $ */ /*- * Copyright (c) 2000 Doug Rabson @@ -65,7 +65,7 @@ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.40 2006/08/17 17:11:28 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: agp.c,v 1.41 2006/08/27 23:21:35 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -898,7 +898,7 @@ agpmmap(dev_t dev, off_t offset, int prot) const struct cdevsw agp_cdevsw = { agpopen, agpclose, noread, nowrite, agpioctl, - nostop, notty, nopoll, agpmmap, nokqfilter, + nostop, notty, nopoll, agpmmap, nokqfilter, D_OTHER }; /* Implementation of the kernel api */ |
