diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-05-12 06:35:12 +0000 |
commit | f1aace4c284d1880200a3f0d807d8d52df86e32e (patch) | |
tree | 012da8a481f8b69d007dff6ca12d8696caa7b57d /sys | |
parent | 115bf410b3d9a103646ec9354add04ec05ecb99d (diff) |
network drivers don't need to include bpfdesc.h
ok krw@ canacar@
Diffstat (limited to 'sys')
44 files changed, 45 insertions, 89 deletions
diff --git a/sys/dev/eisa/if_ep_eisa.c b/sys/dev/eisa/if_ep_eisa.c index 666d68736e7..acd0924c5b9 100644 --- a/sys/dev/eisa/if_ep_eisa.c +++ b/sys/dev/eisa/if_ep_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_eisa.c,v 1.17 2003/01/10 17:07:09 mickey Exp $ */ +/* $OpenBSD: if_ep_eisa.c,v 1.18 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_ep_eisa.c,v 1.13 1997/04/18 00:50:33 cgd Exp $ */ /* @@ -60,7 +60,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c index 1f2dd99e14c..3a075e7a1c6 100644 --- a/sys/dev/eisa/if_fea.c +++ b/sys/dev/eisa/if_fea.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fea.c,v 1.16 2004/01/09 21:32:23 brad Exp $ */ +/* $OpenBSD: if_fea.c,v 1.17 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */ /*- @@ -52,7 +52,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c index fef55178fa7..ea5a6dde9c1 100644 --- a/sys/dev/ic/am7990.c +++ b/sys/dev/ic/am7990.c @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990.c,v 1.33 2003/08/18 18:23:58 jason Exp $ */ +/* $OpenBSD: am7990.c,v 1.34 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */ /*- @@ -61,7 +61,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <dev/ic/am7990reg.h> diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index cbaab93411c..3e5cc4d093f 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi.c,v 1.12 2003/04/27 11:22:52 ho Exp $ */ +/* $OpenBSD: awi.c,v 1.13 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */ /*- @@ -141,7 +141,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index 785751813b7..37a461ef099 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.24 2002/10/09 23:43:11 krw Exp $ */ +/* $OpenBSD: dp8390.c,v 1.25 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -45,7 +45,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index c92700e54e4..1cc9187ae0b 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.61 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: elink3.c,v 1.62 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -60,7 +60,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index 739bf581a46..1cc6161496c 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.50 2004/05/01 00:03:59 beck Exp $ */ +/* $OpenBSD: fxp.c,v 1.51 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -73,7 +73,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <sys/ioctl.h> diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index 818a5b3b096..fe44f1f060d 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.29 2003/06/18 15:35:47 jason Exp $ */ +/* $OpenBSD: hme.c,v 1.30 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */ /*- @@ -71,7 +71,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <dev/mii/mii.h> diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index 6d379008810..769e2a7ecbf 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.23 2003/12/09 11:48:14 mickey Exp $ */ +/* $OpenBSD: i82596.c,v 1.24 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -159,7 +159,6 @@ Mode of operation: #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/ic/pdq_ifsubr.c b/sys/dev/ic/pdq_ifsubr.c index 64c51f7e827..d2f1dddbdf6 100644 --- a/sys/dev/ic/pdq_ifsubr.c +++ b/sys/dev/ic/pdq_ifsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq_ifsubr.c,v 1.13 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: pdq_ifsubr.c,v 1.14 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: pdq_ifsubr.c,v 1.5 1996/05/20 00:26:21 thorpej Exp $ */ /*- @@ -58,7 +58,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/ic/rln.c b/sys/dev/ic/rln.c index 1d138bf7d5e..bc727c079c9 100644 --- a/sys/dev/ic/rln.c +++ b/sys/dev/ic/rln.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rln.c,v 1.15 2002/03/14 03:16:05 millert Exp $ */ +/* $OpenBSD: rln.c,v 1.16 2004/05/12 06:35:10 tedu Exp $ */ /* * David Leonard <d@openbsd.org>, 1999. Public Domain. * @@ -32,7 +32,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c index 3f37f7c967e..54af8f8b178 100644 --- a/sys/dev/ic/smc90cx6.c +++ b/sys/dev/ic/smc90cx6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc90cx6.c,v 1.6 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: smc90cx6.c,v 1.7 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: smc90cx6.c,v 1.17 1996/05/07 01:43:18 thorpej Exp $ */ /* @@ -77,7 +77,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <sys/kernel.h> diff --git a/sys/dev/ic/smc91cxx.c b/sys/dev/ic/smc91cxx.c index bc30a516f52..5caa5ca0c9c 100644 --- a/sys/dev/ic/smc91cxx.c +++ b/sys/dev/ic/smc91cxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc91cxx.c,v 1.17 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: smc91cxx.c,v 1.18 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: smc91cxx.c,v 1.11 1998/08/08 23:51:41 mycroft Exp $ */ /*- @@ -123,7 +123,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <dev/ic/smc91cxxreg.h> diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c index a70329796c2..bf927442f5d 100644 --- a/sys/dev/ic/tropic.c +++ b/sys/dev/ic/tropic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tropic.c,v 1.7 2003/10/21 18:58:50 jmc Exp $ */ +/* $OpenBSD: tropic.c,v 1.8 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: tropic.c,v 1.6 1999/12/17 08:26:31 fvdl Exp $ */ /* @@ -71,7 +71,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifndef ifr_mtu diff --git a/sys/dev/isa/if_ec.c b/sys/dev/isa/if_ec.c index 9cc75ebc668..dddb458905d 100644 --- a/sys/dev/isa/if_ec.c +++ b/sys/dev/isa/if_ec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ec.c,v 1.4 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ec.c,v 1.5 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_ec.c,v 1.9 1998/07/05 06:49:12 jonathan Exp $ */ /*- @@ -92,7 +92,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 7537fe7b8c4..5fbcec670d3 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ed.c,v 1.51 2003/11/07 10:16:45 jmc Exp $ */ +/* $OpenBSD: if_ed.c,v 1.52 2004/05/12 06:35:10 tedu Exp $ */ /* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */ /* @@ -45,7 +45,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_ef_isapnp.c b/sys/dev/isa/if_ef_isapnp.c index 6542b906d55..072f964e71c 100644 --- a/sys/dev/isa/if_ef_isapnp.c +++ b/sys/dev/isa/if_ef_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ef_isapnp.c,v 1.15 2003/06/02 19:08:58 jason Exp $ */ +/* $OpenBSD: if_ef_isapnp.c,v 1.16 2004/05/12 06:35:11 tedu Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -57,7 +57,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c index 2ed458eab94..ff53e8e86b6 100644 --- a/sys/dev/isa/if_eg.c +++ b/sys/dev/isa/if_eg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_eg.c,v 1.25 2003/04/10 10:11:24 miod Exp $ */ +/* $OpenBSD: if_eg.c,v 1.26 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */ /* @@ -66,7 +66,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_el.c b/sys/dev/isa/if_el.c index 2a0ee1688c1..65271079c57 100644 --- a/sys/dev/isa/if_el.c +++ b/sys/dev/isa/if_el.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_el.c,v 1.18 2003/01/27 19:09:12 jason Exp $ */ +/* $OpenBSD: if_el.c,v 1.19 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_el.c,v 1.39 1996/05/12 23:52:32 mycroft Exp $ */ /* @@ -44,7 +44,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c index f9fc2e62477..1c9bc034a3f 100644 --- a/sys/dev/isa/if_ep_isa.c +++ b/sys/dev/isa/if_ep_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isa.c,v 1.20 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ep_isa.c,v 1.21 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ep_isa.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -65,7 +65,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_ep_isapnp.c b/sys/dev/isa/if_ep_isapnp.c index 0c7b4606de3..10124ebffa9 100644 --- a/sys/dev/isa/if_ep_isapnp.c +++ b/sys/dev/isa/if_ep_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_isapnp.c,v 1.7 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ep_isapnp.c,v 1.8 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ep_isapnp.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -65,7 +65,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index 9c893a52980..6e02157c6bc 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.19 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_fe.c,v 1.20 2004/05/12 06:35:11 tedu Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -72,7 +72,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_hp.c b/sys/dev/isa/if_hp.c index 9bca88a8f82..2d31185b352 100644 --- a/sys/dev/isa/if_hp.c +++ b/sys/dev/isa/if_hp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hp.c,v 1.10 2003/06/02 23:28:02 millert Exp $ */ +/* $OpenBSD: if_hp.c,v 1.11 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_hp.c,v 1.21 1995/12/24 02:31:31 mycroft Exp $ */ /* XXX THIS DRIVER IS BROKEN. IT WILL NOT EVEN COMPILE. */ @@ -78,7 +78,6 @@ #if NBPFILTER > 0 #include <sys/select.h> #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index fa32afec20b..b5ccc4f1fdb 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.27 2004/01/09 21:32:24 brad Exp $ */ +/* $OpenBSD: if_ie.c,v 1.28 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -128,7 +128,6 @@ iomem, and to make 16-pointers, we subtract sc_maddr and and with 0xffff. #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/isa/if_iy.c b/sys/dev/isa/if_iy.c index e89273ecf1d..a91f47281fe 100644 --- a/sys/dev/isa/if_iy.c +++ b/sys/dev/isa/if_iy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iy.c,v 1.18 2004/01/09 21:32:24 brad Exp $ */ +/* $OpenBSD: if_iy.c,v 1.19 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_iy.c,v 1.4 1996/05/12 23:52:53 mycroft Exp $ */ /* #define IYDEBUG */ /* #define IYMEMDEBUG */ @@ -56,7 +56,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/isa/if_lc_isa.c b/sys/dev/isa/if_lc_isa.c index db5fa49456f..39315c01832 100644 --- a/sys/dev/isa/if_lc_isa.c +++ b/sys/dev/isa/if_lc_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lc_isa.c,v 1.3 2003/04/27 11:22:53 ho Exp $ */ +/* $OpenBSD: if_lc_isa.c,v 1.4 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_lc_isa.c,v 1.10 2001/06/13 10:46:03 wiz Exp $ */ /*- @@ -65,7 +65,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/isa/if_ne_isa.c b/sys/dev/isa/if_ne_isa.c index 1855856a8ea..425dd1f4483 100644 --- a/sys/dev/isa/if_ne_isa.c +++ b/sys/dev/isa/if_ne_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_isa.c,v 1.6 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ne_isa.c,v 1.7 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ne_isa.c,v 1.6 1998/07/05 06:49:13 jonathan Exp $ */ /*- @@ -76,7 +76,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/intr.h> diff --git a/sys/dev/isa/if_ne_isapnp.c b/sys/dev/isa/if_ne_isapnp.c index 000ab3f4297..0b00db1bb43 100644 --- a/sys/dev/isa/if_ne_isapnp.c +++ b/sys/dev/isa/if_ne_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_isapnp.c,v 1.5 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: if_ne_isapnp.c,v 1.6 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ne_isapnp.c,v 1.7 1998/07/23 19:30:45 christos Exp $ */ /*- @@ -76,7 +76,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/intr.h> diff --git a/sys/dev/isa/if_sm_isa.c b/sys/dev/isa/if_sm_isa.c index 608234d97d1..c49ec80119d 100644 --- a/sys/dev/isa/if_sm_isa.c +++ b/sys/dev/isa/if_sm_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_isa.c,v 1.3 2003/02/18 13:14:43 jmc Exp $ */ +/* $OpenBSD: if_sm_isa.c,v 1.4 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_sm_isa.c,v 1.4 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -76,7 +76,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/intr.h> diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c index 1692d464151..8f02df94de2 100644 --- a/sys/dev/isa/if_we.c +++ b/sys/dev/isa/if_we.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_we.c,v 1.11 2003/04/17 03:49:52 drahn Exp $ */ +/* $OpenBSD: if_we.c,v 1.12 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -94,7 +94,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index 04f16a66cac..394d9fd35ef 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.58 2003/08/06 21:08:06 millert Exp $ */ +/* $OpenBSD: if_de.c,v 1.59 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_de.c,v 1.45 1997/06/09 00:34:18 thorpej Exp $ */ /*- @@ -75,7 +75,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index d84f236f330..2891fe3e961 100644 --- a/sys/dev/pci/if_ep_pci.c +++ b/sys/dev/pci/if_ep_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pci.c,v 1.22 2002/11/19 18:40:17 jason Exp $ */ +/* $OpenBSD: if_ep_pci.c,v 1.23 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ep_pci.c,v 1.13 1996/10/21 22:56:38 thorpej Exp $ */ /* @@ -58,7 +58,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/pci/if_fpa.c b/sys/dev/pci/if_fpa.c index e713e2193f4..8f6d1677f84 100644 --- a/sys/dev/pci/if_fpa.c +++ b/sys/dev/pci/if_fpa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fpa.c,v 1.22 2003/12/29 23:06:55 brad Exp $ */ +/* $OpenBSD: if_fpa.c,v 1.23 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_fpa.c,v 1.15 1996/10/21 22:56:40 thorpej Exp $ */ /*- @@ -53,7 +53,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #ifdef INET diff --git a/sys/dev/pci/if_lmc.c b/sys/dev/pci/if_lmc.c index 2b2d581e870..f974de08dc9 100644 --- a/sys/dev/pci/if_lmc.c +++ b/sys/dev/pci/if_lmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lmc.c,v 1.16 2003/08/15 20:32:17 tedu Exp $ */ +/* $OpenBSD: if_lmc.c,v 1.17 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_lmc.c,v 1.1 1999/03/25 03:32:43 explorer Exp $ */ /*- @@ -114,7 +114,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <uvm/uvm_extern.h> diff --git a/sys/dev/pci/if_lmc_common.c b/sys/dev/pci/if_lmc_common.c index 739495003e3..d422d626a9f 100644 --- a/sys/dev/pci/if_lmc_common.c +++ b/sys/dev/pci/if_lmc_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lmc_common.c,v 1.8 2002/06/02 22:50:00 deraadt Exp $ */ +/* $OpenBSD: if_lmc_common.c,v 1.9 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_lmc_common.c,v 1.1 1999/03/25 03:32:43 explorer Exp $ */ /*- @@ -98,7 +98,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <uvm/uvm_extern.h> diff --git a/sys/dev/pci/if_lmc_media.c b/sys/dev/pci/if_lmc_media.c index dfff7eb775b..c03f514554a 100644 --- a/sys/dev/pci/if_lmc_media.c +++ b/sys/dev/pci/if_lmc_media.c @@ -1,5 +1,5 @@ -/* $OpenBSD: if_lmc_media.c,v 1.13 2003/02/11 19:20:27 mickey Exp $ */ -/* $Id: if_lmc_media.c,v 1.13 2003/02/11 19:20:27 mickey Exp $ */ +/* $OpenBSD: if_lmc_media.c,v 1.14 2004/05/12 06:35:11 tedu Exp $ */ +/* $Id: if_lmc_media.c,v 1.14 2004/05/12 06:35:11 tedu Exp $ */ /*- * Copyright (c) 1997-1999 LAN Media Corporation (LMC) @@ -74,7 +74,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <uvm/uvm_extern.h> diff --git a/sys/dev/pci/if_lmc_obsd.c b/sys/dev/pci/if_lmc_obsd.c index f50f22f000d..9bf737070dc 100644 --- a/sys/dev/pci/if_lmc_obsd.c +++ b/sys/dev/pci/if_lmc_obsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lmc_obsd.c,v 1.13 2002/06/02 22:50:00 deraadt Exp $ */ +/* $OpenBSD: if_lmc_obsd.c,v 1.14 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_lmc_nbsd.c,v 1.1 1999/03/25 03:32:43 explorer Exp $ */ /*- @@ -98,7 +98,6 @@ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <uvm/uvm_extern.h> diff --git a/sys/dev/pcmcia/if_cnw.c b/sys/dev/pcmcia/if_cnw.c index b78ba675789..a7ea66defa7 100644 --- a/sys/dev/pcmcia/if_cnw.c +++ b/sys/dev/pcmcia/if_cnw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cnw.c,v 1.13 2003/11/07 20:34:27 jmc Exp $ */ +/* $OpenBSD: if_cnw.c,v 1.14 2004/05/12 06:35:11 tedu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -85,7 +85,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif diff --git a/sys/dev/pcmcia/if_ep_pcmcia.c b/sys/dev/pcmcia/if_ep_pcmcia.c index 4cba2e53ec3..51dc7168bf7 100644 --- a/sys/dev/pcmcia/if_ep_pcmcia.c +++ b/sys/dev/pcmcia/if_ep_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pcmcia.c,v 1.30 2003/07/08 20:17:05 mickey Exp $ */ +/* $OpenBSD: if_ep_pcmcia.c,v 1.31 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ep_pcmcia.c,v 1.16 1998/08/17 23:20:40 thorpej Exp $ */ /*- @@ -100,7 +100,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index e2890e0ac6c..95294044758 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.22 2003/10/22 09:58:46 jmc Exp $ */ +/* $OpenBSD: if_ray.c,v 1.23 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -91,7 +91,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/cpu.h> diff --git a/sys/dev/pcmcia/if_sm_pcmcia.c b/sys/dev/pcmcia/if_sm_pcmcia.c index 57146940a40..e359e4738a5 100644 --- a/sys/dev/pcmcia/if_sm_pcmcia.c +++ b/sys/dev/pcmcia/if_sm_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sm_pcmcia.c,v 1.20 2003/09/04 03:46:48 avsm Exp $ */ +/* $OpenBSD: if_sm_pcmcia.c,v 1.21 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: if_sm_pcmcia.c,v 1.11 1998/08/15 20:47:32 thorpej Exp $ */ /*- @@ -69,7 +69,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/intr.h> diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c index 2042fd478b1..d65a26b390b 100644 --- a/sys/dev/pcmcia/if_xe.c +++ b/sys/dev/pcmcia/if_xe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xe.c,v 1.26 2003/10/22 09:58:46 jmc Exp $ */ +/* $OpenBSD: if_xe.c,v 1.27 2004/05/12 06:35:11 tedu Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist, Brandon Creighton, Job de Haas @@ -81,7 +81,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif /* diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c index ef784dd9817..62e8cd94f55 100644 --- a/sys/dev/sbus/be.c +++ b/sys/dev/sbus/be.c @@ -1,4 +1,4 @@ -/* $OpenBSD: be.c,v 1.14 2003/06/27 01:50:52 jason Exp $ */ +/* $OpenBSD: be.c,v 1.15 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: be.c,v 1.26 2001/03/20 15:39:20 pk Exp $ */ /*- @@ -97,7 +97,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> diff --git a/sys/dev/sbus/qe.c b/sys/dev/sbus/qe.c index 3318083c5e8..ba74ad0ff92 100644 --- a/sys/dev/sbus/qe.c +++ b/sys/dev/sbus/qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qe.c,v 1.14 2003/06/27 01:36:53 jason Exp $ */ +/* $OpenBSD: qe.c,v 1.15 2004/05/12 06:35:11 tedu Exp $ */ /* $NetBSD: qe.c,v 1.16 2001/03/30 17:30:18 christos Exp $ */ /*- @@ -107,7 +107,6 @@ #if NBPFILTER > 0 #include <net/bpf.h> -#include <net/bpfdesc.h> #endif #include <machine/bus.h> |