diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-11-23 05:22:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-11-23 05:22:54 +0000 |
commit | feddd4907d404f4be5f02e4eb558e3eaa8662a9c (patch) | |
tree | 3a71b7671cc49552d9073be87857ddb1c62d1790 /sys | |
parent | 78628751f1c32d0b370490834e8eef515473f387 (diff) |
use MI cdev_decl(ipl)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/arc/arc/conf.c | 6 | ||||
-rw-r--r-- | sys/arch/atari/atari/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/pc532/pc532/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/pmax/pmax/conf.c | 1 | ||||
-rw-r--r-- | sys/arch/powerpc/powerpc/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/wgrisc/wgrisc/conf.c | 6 |
11 files changed, 12 insertions, 30 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c index fc2f1071577..7820d125f46 100644 --- a/sys/arch/alpha/alpha/conf.c +++ b/sys/arch/alpha/alpha/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 1997/08/04 10:01:43 dgregor Exp $ */ +/* $OpenBSD: conf.c,v 1.14 1997/11/23 05:21:53 mickey Exp $ */ /* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */ /*- @@ -114,7 +114,6 @@ cdev_decl(ms); #include "lpt.h" cdev_decl(lpt); cdev_decl(rd); -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/arc/arc/conf.c b/sys/arch/arc/arc/conf.c index 57fc7e94451..59499900519 100644 --- a/sys/arch/arc/arc/conf.c +++ b/sys/arch/arc/arc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 1997/05/21 18:31:31 pefo Exp $ */ +/* $OpenBSD: conf.c,v 1.18 1997/11/23 05:21:54 mickey Exp $ */ /* * Copyright (c) 1992, 1993 @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 8.2 (Berkeley) 11/14/93 - * $Id: conf.c,v 1.17 1997/05/21 18:31:31 pefo Exp $ + * $Id: conf.c,v 1.18 1997/11/23 05:21:54 mickey Exp $ */ #include <sys/param.h> @@ -155,8 +155,6 @@ cdev_decl(uk); cdev_decl(wd); cdev_decl(acd); -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/atari/atari/conf.c b/sys/arch/atari/atari/conf.c index f9b3cc9df6c..692c36a5630 100644 --- a/sys/arch/atari/atari/conf.c +++ b/sys/arch/atari/atari/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.9 1996/11/11 19:20:43 kstailey Exp $ */ +/* $OpenBSD: conf.c,v 1.10 1997/11/23 05:21:54 mickey Exp $ */ /* * Copyright (c) 1991 The Regents of the University of California. @@ -128,8 +128,6 @@ dev_decl(fd,open); #include "bpfilter.h" #include "tun.h" -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/hp300/hp300/conf.c b/sys/arch/hp300/hp300/conf.c index f9802f38ea0..e3c65ccc2a6 100644 --- a/sys/arch/hp300/hp300/conf.c +++ b/sys/arch/hp300/hp300/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 1997/08/04 07:34:20 downsj Exp $ */ +/* $OpenBSD: conf.c,v 1.18 1997/11/23 05:22:53 mickey Exp $ */ /* $NetBSD: conf.c,v 1.39 1997/05/12 08:17:53 thorpej Exp $ */ /*- @@ -146,7 +146,6 @@ cdev_decl(tun); cdev_decl(random); cdev_decl(rd); -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/mac68k/mac68k/conf.c b/sys/arch/mac68k/mac68k/conf.c index a5e96f93580..6a3b54a8da2 100644 --- a/sys/arch/mac68k/mac68k/conf.c +++ b/sys/arch/mac68k/mac68k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.15 1997/03/08 16:17:02 briggs Exp $ */ +/* $OpenBSD: conf.c,v 1.16 1997/11/23 05:21:55 mickey Exp $ */ /* $NetBSD: conf.c,v 1.41 1997/02/11 07:35:49 scottr Exp $ */ /* @@ -113,8 +113,6 @@ dev_decl(filedesc,open); #include "asc.h" cdev_decl(asc); -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c index 6491cbbaa3b..d8f6eb09f56 100644 --- a/sys/arch/mvme68k/mvme68k/conf.c +++ b/sys/arch/mvme68k/mvme68k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.16 1997/02/12 01:50:28 rahnds Exp $ */ +/* $OpenBSD: conf.c,v 1.17 1997/11/23 05:21:56 mickey Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt @@ -171,8 +171,6 @@ dev_decl(filedesc,open); #include "tun.h" -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/pc532/pc532/conf.c b/sys/arch/pc532/pc532/conf.c index 9d1e4dba616..4917d9be9af 100644 --- a/sys/arch/pc532/pc532/conf.c +++ b/sys/arch/pc532/pc532/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.7 1996/11/11 23:10:34 kstailey Exp $ */ +/* $OpenBSD: conf.c,v 1.8 1997/11/23 05:21:57 mickey Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -89,8 +89,6 @@ cdev_decl(fd); #include "lpt.h" cdev_decl(lpt); -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/pmax/pmax/conf.c b/sys/arch/pmax/pmax/conf.c index 2cc540e66d3..11c0a8fa9fd 100644 --- a/sys/arch/pmax/pmax/conf.c +++ b/sys/arch/pmax/pmax/conf.c @@ -129,7 +129,6 @@ cdev_decl(xcfb); cdev_decl(mfb); dev_decl(filedesc,open); -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/powerpc/powerpc/conf.c b/sys/arch/powerpc/powerpc/conf.c index 750d2804041..2f9f293d3e8 100644 --- a/sys/arch/powerpc/powerpc/conf.c +++ b/sys/arch/powerpc/powerpc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.5 1997/10/28 10:36:13 pefo Exp $ */ +/* $OpenBSD: conf.c,v 1.6 1997/11/23 05:21:58 mickey Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -121,8 +121,6 @@ cdev_decl(random); cdev_decl(lkm); -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c index ad015893de6..feaaffc5557 100644 --- a/sys/arch/vax/vax/conf.c +++ b/sys/arch/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 1997/09/10 12:04:43 maja Exp $ */ +/* $OpenBSD: conf.c,v 1.14 1997/11/23 05:21:59 mickey Exp $ */ /* $NetBSD: conf.c,v 1.28 1997/02/04 19:13:17 ragge Exp $ */ /*- @@ -326,7 +326,6 @@ cdev_decl(qv); #include "qd.h" cdev_decl(qd); -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/arch/wgrisc/wgrisc/conf.c b/sys/arch/wgrisc/wgrisc/conf.c index 096d2197674..516e2018df1 100644 --- a/sys/arch/wgrisc/wgrisc/conf.c +++ b/sys/arch/wgrisc/wgrisc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.3 1997/08/24 12:01:15 pefo Exp $ */ +/* $OpenBSD: conf.c,v 1.4 1997/11/23 05:22:00 mickey Exp $ */ /* * Copyright (c) 1992, 1993 @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 8.2 (Berkeley) 11/14/93 - * $Id: conf.c,v 1.3 1997/08/24 12:01:15 pefo Exp $ + * $Id: conf.c,v 1.4 1997/11/23 05:22:00 mickey Exp $ */ #include <sys/param.h> @@ -132,8 +132,6 @@ cdev_decl(acd); cdev_decl(fl); -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else |