diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
commit | 4a744430c172381cee12e1e8fae5bab2f848044d (patch) | |
tree | f810a453e46dfd8a09a245d190e20a50e6b80871 | |
parent | 0acdbc67a3ded82bf510f4bf399ae31ae655fcbf (diff) |
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
141 files changed, 144 insertions, 287 deletions
diff --git a/sys/arch/armv7/imx/imxenet.c b/sys/arch/armv7/imx/imxenet.c index e6067b5d03c..479f90d2823 100644 --- a/sys/arch/armv7/imx/imxenet.c +++ b/sys/arch/armv7/imx/imxenet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxenet.c,v 1.18 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: imxenet.c,v 1.19 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se> * @@ -31,7 +31,6 @@ #include "bpfilter.h" #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/arch/armv7/sunxi/sxie.c b/sys/arch/armv7/sunxi/sxie.c index 15c2eaa8548..c74bbaf7d19 100644 --- a/sys/arch/armv7/sunxi/sxie.c +++ b/sys/arch/armv7/sunxi/sxie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sxie.c,v 1.11 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: sxie.c,v 1.12 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se> * Copyright (c) 2013 Artturi Alm @@ -34,7 +34,6 @@ #include "bpfilter.h" #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/arch/hppa/gsc/if_ie_gsc.c b/sys/arch/hppa/gsc/if_ie_gsc.c index b2e0e2a9a99..43029d1cd2d 100644 --- a/sys/arch/hppa/gsc/if_ie_gsc.c +++ b/sys/arch/hppa/gsc/if_ie_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie_gsc.c,v 1.28 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_ie_gsc.c,v 1.29 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -41,7 +41,6 @@ #include <sys/sockio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/macppc/dev/if_mc.c b/sys/arch/macppc/dev/if_mc.c index 8e3852335a2..31f019bae0f 100644 --- a/sys/arch/macppc/dev/if_mc.c +++ b/sys/arch/macppc/dev/if_mc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mc.c,v 1.24 2015/11/14 17:26:40 mpi Exp $ */ +/* $OpenBSD: if_mc.c,v 1.25 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_mc.c,v 1.9.16.1 2006/06/21 14:53:13 yamt Exp $ */ /*- @@ -47,7 +47,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c index 64be2e5d952..4758eeabe7a 100644 --- a/sys/arch/macppc/dev/if_wi_obio.c +++ b/sys/arch/macppc/dev/if_wi_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_obio.c,v 1.18 2014/12/22 02:26:53 tedu Exp $ */ +/* $OpenBSD: if_wi_obio.c,v 1.19 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -53,7 +53,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/octeon/dev/if_cnmac.c b/sys/arch/octeon/dev/if_cnmac.c index a5231050ad1..c31b889c85a 100644 --- a/sys/arch/octeon/dev/if_cnmac.c +++ b/sys/arch/octeon/dev/if_cnmac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cnmac.c,v 1.33 2015/11/21 05:11:32 visa Exp $ */ +/* $OpenBSD: if_cnmac.c,v 1.34 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 2007 Internet Initiative Japan, Inc. @@ -54,7 +54,6 @@ #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/arch/sgi/dev/if_iec.c b/sys/arch/sgi/dev/if_iec.c index 72c1879c8a2..3dc1674dfe5 100644 --- a/sys/arch/sgi/dev/if_iec.c +++ b/sys/arch/sgi/dev/if_iec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iec.c,v 1.18 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_iec.c,v 1.19 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 2009 Miodrag Vallat. @@ -94,7 +94,6 @@ #include <sys/errno.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/arch/sgi/dev/if_mec.c b/sys/arch/sgi/dev/if_mec.c index f49165cc26e..1fb905e7ac8 100644 --- a/sys/arch/sgi/dev/if_mec.c +++ b/sys/arch/sgi/dev/if_mec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mec.c,v 1.33 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_mec.c,v 1.34 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_mec_mace.c,v 1.5 2004/08/01 06:36:36 tsutsui Exp $ */ /* @@ -78,7 +78,6 @@ #include <sys/errno.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/arch/sgi/hpc/if_sq.c b/sys/arch/sgi/hpc/if_sq.c index 3e2e5c127e9..0f2f0d034dd 100644 --- a/sys/arch/sgi/hpc/if_sq.c +++ b/sys/arch/sgi/hpc/if_sq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sq.c,v 1.21 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_sq.c,v 1.22 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_sq.c,v 1.42 2011/07/01 18:53:47 dyoung Exp $ */ /* @@ -50,7 +50,6 @@ #include <uvm/uvm_extern.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/arch/sparc/dev/be.c b/sys/arch/sparc/dev/be.c index 57057948130..a45833e6708 100644 --- a/sys/arch/sparc/dev/be.c +++ b/sys/arch/sparc/dev/be.c @@ -1,4 +1,4 @@ -/* $OpenBSD: be.c,v 1.55 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: be.c,v 1.56 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -38,7 +38,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/arch/sparc/dev/hme.c b/sys/arch/sparc/dev/hme.c index bcfda759d80..a197caa59a3 100644 --- a/sys/arch/sparc/dev/hme.c +++ b/sys/arch/sparc/dev/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.74 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: hme.c,v 1.75 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -51,7 +51,6 @@ #include <sys/malloc.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/arch/sparc/dev/if_gem_sbus.c b/sys/arch/sparc/dev/if_gem_sbus.c index f77da305e20..99898117ff2 100644 --- a/sys/arch/sparc/dev/if_gem_sbus.c +++ b/sys/arch/sparc/dev/if_gem_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gem_sbus.c,v 1.4 2015/03/28 19:07:07 miod Exp $ */ +/* $OpenBSD: if_gem_sbus.c,v 1.5 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_gem_sbus.c,v 1.1 2006/11/24 13:23:32 martin Exp $ */ /*- @@ -42,7 +42,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/sparc/dev/if_ie.c b/sys/arch/sparc/dev/if_ie.c index cede7fbf6a8..50bc9282f77 100644 --- a/sys/arch/sparc/dev/if_ie.c +++ b/sys/arch/sparc/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.57 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_ie.c,v 1.58 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $ */ /*- @@ -113,7 +113,6 @@ Mode of operation: #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/route.h> diff --git a/sys/arch/sparc/dev/if_ti_sbus.c b/sys/arch/sparc/dev/if_ti_sbus.c index 3f928fea157..9cc6cade175 100644 --- a/sys/arch/sparc/dev/if_ti_sbus.c +++ b/sys/arch/sparc/dev/if_ti_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti_sbus.c,v 1.3 2014/07/22 10:35:35 mpi Exp $ */ +/* $OpenBSD: if_ti_sbus.c,v 1.4 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -20,7 +20,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/sparc/dev/qe.c b/sys/arch/sparc/dev/qe.c index d5eba3d1eb8..0da22b6e595 100644 --- a/sys/arch/sparc/dev/qe.c +++ b/sys/arch/sparc/dev/qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qe.c,v 1.45 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: qe.c,v 1.46 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1998, 2000 Jason L. Wright. @@ -46,7 +46,6 @@ #include <sys/malloc.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <net/netisr.h> diff --git a/sys/arch/sparc/dev/qec.c b/sys/arch/sparc/dev/qec.c index 3eff3ded97e..964ca7a1da1 100644 --- a/sys/arch/sparc/dev/qec.c +++ b/sys/arch/sparc/dev/qec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qec.c,v 1.25 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: qec.c,v 1.26 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -39,7 +39,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/arch/sparc64/dev/vnet.c b/sys/arch/sparc64/dev/vnet.c index 70bf0bfe1e0..001f317301e 100644 --- a/sys/arch/sparc64/dev/vnet.c +++ b/sys/arch/sparc64/dev/vnet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vnet.c,v 1.49 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: vnet.c,v 1.50 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 2009, 2015 Mark Kettenis * @@ -33,7 +33,6 @@ #include <machine/openfirm.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/vax/if/if_de.c b/sys/arch/vax/if/if_de.c index 545c55353c1..c26e9e5c955 100644 --- a/sys/arch/vax/if/if_de.c +++ b/sys/arch/vax/if/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.32 2015/11/06 07:08:42 dlg Exp $ */ +/* $OpenBSD: if_de.c,v 1.33 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_de.c,v 1.27 1997/04/19 15:02:29 ragge Exp $ */ /* @@ -57,7 +57,6 @@ #include <machine/sid.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/ip.h> diff --git a/sys/arch/vax/if/if_qe.c b/sys/arch/vax/if/if_qe.c index 065dfae355a..90d12d77801 100644 --- a/sys/arch/vax/if/if_qe.c +++ b/sys/arch/vax/if/if_qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_qe.c,v 1.38 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: if_qe.c,v 1.39 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_qe.c,v 1.51 2002/06/08 12:28:37 ragge Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -48,7 +48,6 @@ #include <sys/sockio.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/arch/vax/if/if_ze.c b/sys/arch/vax/if/if_ze.c index be3bf4b5593..6087e7a7c16 100644 --- a/sys/arch/vax/if/if_ze.c +++ b/sys/arch/vax/if/if_ze.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ze.c,v 1.10 2014/11/05 07:09:04 jsg Exp $ */ +/* $OpenBSD: if_ze.c,v 1.11 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: if_ze.c,v 1.3 2000/01/24 02:54:03 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -37,7 +37,6 @@ #include <sys/sockio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/vax/if/sgec.c b/sys/arch/vax/if/sgec.c index 3b3e40975a5..c77f3d1247f 100644 --- a/sys/arch/vax/if/sgec.c +++ b/sys/arch/vax/if/sgec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgec.c,v 1.32 2015/11/14 17:26:40 mpi Exp $ */ +/* $OpenBSD: sgec.c,v 1.33 2015/11/24 17:11:38 mpi Exp $ */ /* $NetBSD: sgec.c,v 1.5 2000/06/04 02:14:14 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -55,7 +55,6 @@ #include <sys/sockio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/vax/vsa/if_ze_vsbus.c b/sys/arch/vax/vsa/if_ze_vsbus.c index f00a47f29ed..0e8c91dea1a 100644 --- a/sys/arch/vax/vsa/if_ze_vsbus.c +++ b/sys/arch/vax/vsa/if_ze_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ze_vsbus.c,v 1.7 2014/11/05 07:09:04 jsg Exp $ */ +/* $OpenBSD: if_ze_vsbus.c,v 1.8 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ze_vsbus.c,v 1.5 2000/07/26 21:50:49 matt Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. @@ -37,7 +37,6 @@ #include <sys/sockio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/arch/vax/vxt/if_ze_vxtbus.c b/sys/arch/vax/vxt/if_ze_vxtbus.c index 383e462bbf3..975e1bf312f 100644 --- a/sys/arch/vax/vxt/if_ze_vxtbus.c +++ b/sys/arch/vax/vxt/if_ze_vxtbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ze_vxtbus.c,v 1.3 2008/08/22 17:09:08 deraadt Exp $ */ +/* $OpenBSD: if_ze_vxtbus.c,v 1.4 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved. * @@ -35,7 +35,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_acx_cardbus.c b/sys/dev/cardbus/if_acx_cardbus.c index 17c2c04a2f0..36ed0358614 100644 --- a/sys/dev/cardbus/if_acx_cardbus.c +++ b/sys/dev/cardbus/if_acx_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_acx_cardbus.c,v 1.21 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: if_acx_cardbus.c,v 1.22 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -38,7 +38,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_ath_cardbus.c b/sys/dev/cardbus/if_ath_cardbus.c index 1e547a160b1..b7ce6546bba 100644 --- a/sys/dev/cardbus/if_ath_cardbus.c +++ b/sys/dev/cardbus/if_ath_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_cardbus.c,v 1.18 2014/12/22 02:28:51 tedu Exp $ */ +/* $OpenBSD: if_ath_cardbus.c,v 1.19 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */ /* @@ -51,7 +51,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_athn_cardbus.c b/sys/dev/cardbus/if_athn_cardbus.c index 54a55f61a2d..04d80adf25a 100644 --- a/sys/dev/cardbus/if_athn_cardbus.c +++ b/sys/dev/cardbus/if_athn_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_cardbus.c,v 1.13 2011/01/08 10:02:32 damien Exp $ */ +/* $OpenBSD: if_athn_cardbus.c,v 1.14 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -36,7 +36,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_atw_cardbus.c b/sys/dev/cardbus/if_atw_cardbus.c index e9664d41c4c..914c07ddd1b 100644 --- a/sys/dev/cardbus/if_atw_cardbus.c +++ b/sys/dev/cardbus/if_atw_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atw_cardbus.c,v 1.23 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: if_atw_cardbus.c,v 1.24 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_atw_cardbus.c,v 1.9 2004/07/23 07:07:55 dyoung Exp $ */ /*- @@ -50,7 +50,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_dc_cardbus.c b/sys/dev/cardbus/if_dc_cardbus.c index 83af081ae74..3cb7a65d181 100644 --- a/sys/dev/cardbus/if_dc_cardbus.c +++ b/sys/dev/cardbus/if_dc_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dc_cardbus.c,v 1.39 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_dc_cardbus.c,v 1.40 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -45,7 +45,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_fxp_cardbus.c b/sys/dev/cardbus/if_fxp_cardbus.c index 783ab1453f6..ea8e95838d2 100644 --- a/sys/dev/cardbus/if_fxp_cardbus.c +++ b/sys/dev/cardbus/if_fxp_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_cardbus.c,v 1.35 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_fxp_cardbus.c,v 1.36 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_fxp_cardbus.c,v 1.12 2000/05/08 18:23:36 thorpej Exp $ */ /* @@ -49,7 +49,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/cardbus/if_pgt_cardbus.c b/sys/dev/cardbus/if_pgt_cardbus.c index 90ddaa4044f..653f9ce6c43 100644 --- a/sys/dev/cardbus/if_pgt_cardbus.c +++ b/sys/dev/cardbus/if_pgt_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pgt_cardbus.c,v 1.16 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: if_pgt_cardbus.c,v 1.17 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2006 Marcus Glocker <mglocker@openbsd.org> @@ -35,7 +35,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_ral_cardbus.c b/sys/dev/cardbus/if_ral_cardbus.c index da649ada6e9..d1812d8b09c 100644 --- a/sys/dev/cardbus/if_ral_cardbus.c +++ b/sys/dev/cardbus/if_ral_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral_cardbus.c,v 1.21 2013/12/06 21:03:02 deraadt Exp $ */ +/* $OpenBSD: if_ral_cardbus.c,v 1.22 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -36,7 +36,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_re_cardbus.c b/sys/dev/cardbus/if_re_cardbus.c index 49699baa2c2..b6be4899a70 100644 --- a/sys/dev/cardbus/if_re_cardbus.c +++ b/sys/dev/cardbus/if_re_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_cardbus.c,v 1.27 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: if_re_cardbus.c,v 1.28 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -32,7 +32,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/cardbus/if_rl_cardbus.c b/sys/dev/cardbus/if_rl_cardbus.c index 682f42054e1..8cd98f15405 100644 --- a/sys/dev/cardbus/if_rl_cardbus.c +++ b/sys/dev/cardbus/if_rl_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_cardbus.c,v 1.29 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_rl_cardbus.c,v 1.30 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_rl_cardbus.c,v 1.3.8.3 2001/11/14 19:14:02 nathanw Exp $ */ /* @@ -51,7 +51,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/cardbus/if_rtw_cardbus.c b/sys/dev/cardbus/if_rtw_cardbus.c index a65c84f0f1f..6f4546becba 100644 --- a/sys/dev/cardbus/if_rtw_cardbus.c +++ b/sys/dev/cardbus/if_rtw_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rtw_cardbus.c,v 1.25 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: if_rtw_cardbus.c,v 1.26 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_rtw_cardbus.c,v 1.4 2004/12/20 21:05:34 dyoung Exp $ */ /*- @@ -79,10 +79,10 @@ #include <sys/errno.h> #include <sys/device.h> #include <sys/endian.h> - + #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> + #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/cardbus/if_xl_cardbus.c b/sys/dev/cardbus/if_xl_cardbus.c index a63287a9cdf..6c6b8315385 100644 --- a/sys/dev/cardbus/if_xl_cardbus.c +++ b/sys/dev/cardbus/if_xl_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_cardbus.c,v 1.32 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_xl_cardbus.c,v 1.33 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_xl_cardbus.c,v 1.13 2000/03/07 00:32:52 mycroft Exp $ */ /* @@ -44,7 +44,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/eisa/if_ep_eisa.c b/sys/dev/eisa/if_ep_eisa.c index 79da305772f..67a9e1cf2e1 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.25 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ep_eisa.c,v 1.26 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ep_eisa.c,v 1.13 1997/04/18 00:50:33 cgd Exp $ */ /* @@ -46,8 +46,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> -#include <net/netisr.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index 85839ab3da7..b84a7d6a60c 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.115 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: acx.c,v 1.116 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -104,7 +104,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index 3f492da12f8..0c05eb80947 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $OpenBSD: an.c,v 1.68 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: an.c,v 1.69 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: an.c,v 1.34 2005/06/20 02:49:18 atatat Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -94,7 +94,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_llc.h> #include <net/if_media.h> diff --git a/sys/dev/ic/ar5008.c b/sys/dev/ic/ar5008.c index 8fdc2031b41..194d6d35c13 100644 --- a/sys/dev/ic/ar5008.c +++ b/sys/dev/ic/ar5008.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5008.c,v 1.32 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar5008.c,v 1.33 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar5416.c b/sys/dev/ic/ar5416.c index 1850a8c8fcd..58fd39a804d 100644 --- a/sys/dev/ic/ar5416.c +++ b/sys/dev/ic/ar5416.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5416.c,v 1.17 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar5416.c,v 1.18 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index e479620d1ff..b478516c06b 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.54 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.55 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -45,7 +45,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar9003.c b/sys/dev/ic/ar9003.c index e5ff4d6e3e6..6753d58cdeb 100644 --- a/sys/dev/ic/ar9003.c +++ b/sys/dev/ic/ar9003.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9003.c,v 1.36 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar9003.c,v 1.37 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar9280.c b/sys/dev/ic/ar9280.c index 282fd3c8b30..ca5fda95413 100644 --- a/sys/dev/ic/ar9280.c +++ b/sys/dev/ic/ar9280.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9280.c,v 1.23 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar9280.c,v 1.24 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar9285.c b/sys/dev/ic/ar9285.c index fbea63af535..d9b252f968d 100644 --- a/sys/dev/ic/ar9285.c +++ b/sys/dev/ic/ar9285.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9285.c,v 1.24 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar9285.c,v 1.25 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -45,7 +45,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar9287.c b/sys/dev/ic/ar9287.c index baeb83c66b0..f75052c9e96 100644 --- a/sys/dev/ic/ar9287.c +++ b/sys/dev/ic/ar9287.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9287.c,v 1.22 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar9287.c,v 1.23 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ar9380.c b/sys/dev/ic/ar9380.c index 3bf2eb936e8..ff211a0cfd2 100644 --- a/sys/dev/ic/ar9380.c +++ b/sys/dev/ic/ar9380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9380.c,v 1.22 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ar9380.c,v 1.23 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -42,7 +42,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c index 579c462931a..117000a833f 100644 --- a/sys/dev/ic/ax88190.c +++ b/sys/dev/ic/ax88190.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ax88190.c,v 1.7 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: ax88190.c,v 1.8 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD$ */ /*- @@ -36,7 +36,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/dl10019.c b/sys/dev/ic/dl10019.c index 8ad4ba5811b..1f0d36a791a 100644 --- a/sys/dev/ic/dl10019.c +++ b/sys/dev/ic/dl10019.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dl10019.c,v 1.8 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: dl10019.c,v 1.9 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD$ */ /*- @@ -38,7 +38,6 @@ #include <sys/syslog.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index f00ada669fe..05ae6cc147c 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gem.c,v 1.115 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: gem.c,v 1.116 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -50,7 +50,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index d15abf9b610..36f20ffc54c 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.46 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: i82596.c,v 1.47 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -146,7 +146,6 @@ Mode of operation: #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/ic/if_wi_hostap.c b/sys/dev/ic/if_wi_hostap.c index d6552ea9241..353a78aa737 100644 --- a/sys/dev/ic/if_wi_hostap.c +++ b/sys/dev/ic/if_wi_hostap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_hostap.c,v 1.50 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: if_wi_hostap.c,v 1.51 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2002 @@ -56,7 +56,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index 977b1797912..f097e3cde9d 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lemac.c,v 1.24 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: lemac.c,v 1.25 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: lemac.c,v 1.20 2001/06/13 10:46:02 wiz Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/route.h> #include <net/if_media.h> diff --git a/sys/dev/ic/ne2000.c b/sys/dev/ic/ne2000.c index d3a41912946..4c566632958 100644 --- a/sys/dev/ic/ne2000.c +++ b/sys/dev/ic/ne2000.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ne2000.c,v 1.26 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: ne2000.c,v 1.27 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: ne2000.c,v 1.12 1998/06/10 01:15:50 thorpej Exp $ */ /*- @@ -56,7 +56,6 @@ #include <sys/syslog.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/pgt.c b/sys/dev/ic/pgt.c index e6f08ec555a..a2f0b897848 100644 --- a/sys/dev/ic/pgt.c +++ b/sys/dev/ic/pgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pgt.c,v 1.82 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: pgt.c,v 1.83 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -63,7 +63,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_llc.h> #include <net/if_media.h> diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c index f7de7c87b71..12ae46ae3b6 100644 --- a/sys/dev/ic/re.c +++ b/sys/dev/ic/re.c @@ -1,4 +1,4 @@ -/* $OpenBSD: re.c,v 1.185 2015/11/24 15:43:15 mpi Exp $ */ +/* $OpenBSD: re.c,v 1.186 2015/11/24 17:11:39 mpi Exp $ */ /* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */ /* * Copyright (c) 1997, 1998-2003 @@ -124,7 +124,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index 795ceb0a30d..e7f14ac22ba 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.128 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: xl.c,v 1.129 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -114,7 +114,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_an_isapnp.c b/sys/dev/isa/if_an_isapnp.c index 59ac74e66d9..4b0227614bc 100644 --- a/sys/dev/isa/if_an_isapnp.c +++ b/sys/dev/isa/if_an_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_isapnp.c,v 1.9 2006/03/10 00:27:55 jsg Exp $ */ +/* $OpenBSD: if_an_isapnp.c,v 1.10 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -34,7 +34,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_ec.c b/sys/dev/isa/if_ec.c index a422dde9e8e..b5b06851978 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.15 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ec.c,v 1.16 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ec.c,v 1.9 1998/07/05 06:49:12 jonathan Exp $ */ /*- @@ -58,7 +58,6 @@ #include <sys/syslog.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_ef_isapnp.c b/sys/dev/isa/if_ef_isapnp.c index c338182b255..954143fddc2 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.33 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ef_isapnp.c,v 1.34 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -42,7 +42,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/dev/isa/if_eg.c b/sys/dev/isa/if_eg.c index fd8d80263ef..d1c28542cd6 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.41 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_eg.c,v 1.42 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_eg.c,v 1.26 1996/05/12 23:52:27 mycroft Exp $ */ /* @@ -52,7 +52,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_el.c b/sys/dev/isa/if_el.c index ba9d534ca26..9cc69f33a40 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.29 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_el.c,v 1.30 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_el.c,v 1.39 1996/05/12 23:52:32 mycroft Exp $ */ /* @@ -31,7 +31,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/isa/if_ep_isa.c b/sys/dev/isa/if_ep_isa.c index 96a22897cd3..79257a75e85 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.29 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ep_isa.c,v 1.30 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ep_isa.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -51,7 +51,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/dev/isa/if_ep_isapnp.c b/sys/dev/isa/if_ep_isapnp.c index fe1e2cc7663..70546539e06 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.15 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ep_isapnp.c,v 1.16 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ep_isapnp.c,v 1.5 1996/05/12 23:52:36 mycroft Exp $ */ /* @@ -51,8 +51,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_dl.h> -#include <net/netisr.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 4971a9c6147..d4e00e44dcc 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.45 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ie.c,v 1.46 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -121,7 +121,6 @@ iomem, and to make 16-pointers, we subtract sc_maddr and and with 0xffff. #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/route.h> diff --git a/sys/dev/isa/if_lc_isa.c b/sys/dev/isa/if_lc_isa.c index f7033f89082..c640e688316 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.11 2014/08/11 12:45:45 mpi Exp $ */ +/* $OpenBSD: if_lc_isa.c,v 1.12 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_lc_isa.c,v 1.10 2001/06/13 10:46:03 wiz Exp $ */ /*- @@ -47,7 +47,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_ne_isa.c b/sys/dev/isa/if_ne_isa.c index f52566a8d0d..badabe3bc40 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.16 2014/11/24 02:03:37 brad Exp $ */ +/* $OpenBSD: if_ne_isa.c,v 1.17 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ne_isa.c,v 1.6 1998/07/05 06:49:13 jonathan Exp $ */ /*- @@ -44,7 +44,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_ne_isapnp.c b/sys/dev/isa/if_ne_isapnp.c index 7dbf7890ff1..54ba0f2acda 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.15 2014/11/24 02:03:37 brad Exp $ */ +/* $OpenBSD: if_ne_isapnp.c,v 1.16 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ne_isapnp.c,v 1.7 1998/07/23 19:30:45 christos Exp $ */ /*- @@ -44,7 +44,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_sm_isa.c b/sys/dev/isa/if_sm_isa.c index a949d5fd627..fedc9bcf0f3 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.13 2014/12/03 20:09:32 krw Exp $ */ +/* $OpenBSD: if_sm_isa.c,v 1.14 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_sm_isa.c,v 1.4 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/isa/if_we.c b/sys/dev/isa/if_we.c index 0268f29ddfa..c5f4d57c0ce 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.25 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_we.c,v 1.26 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_we.c,v 1.11 1998/07/05 06:49:14 jonathan Exp $ */ /*- @@ -60,7 +60,6 @@ #include <sys/syslog.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_acx_pci.c b/sys/dev/pci/if_acx_pci.c index bf913271759..4a9b2e1f0c1 100644 --- a/sys/dev/pci/if_acx_pci.c +++ b/sys/dev/pci/if_acx_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_acx_pci.c,v 1.8 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_acx_pci.c,v 1.9 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org> @@ -38,7 +38,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_an_pci.c b/sys/dev/pci/if_an_pci.c index 4d4389f45c3..fb92d9cbc5e 100644 --- a/sys/dev/pci/if_an_pci.c +++ b/sys/dev/pci/if_an_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_pci.c,v 1.18 2011/04/03 15:36:02 jasper Exp $ */ +/* $OpenBSD: if_an_pci.c,v 1.19 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -62,7 +62,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_ath_pci.c b/sys/dev/pci/if_ath_pci.c index b02ae7ddd92..c38fdb09669 100644 --- a/sys/dev/pci/if_ath_pci.c +++ b/sys/dev/pci/if_ath_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_pci.c,v 1.25 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: if_ath_pci.c,v 1.26 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ath_pci.c,v 1.7 2004/06/30 05:58:17 mycroft Exp $ */ /*- @@ -52,7 +52,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_athn_pci.c b/sys/dev/pci/if_athn_pci.c index a0f641c8b35..5d4758759b3 100644 --- a/sys/dev/pci/if_athn_pci.c +++ b/sys/dev/pci/if_athn_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_pci.c,v 1.17 2014/11/11 16:26:28 stsp Exp $ */ +/* $OpenBSD: if_athn_pci.c,v 1.18 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -36,7 +36,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_atw_pci.c b/sys/dev/pci/if_atw_pci.c index f95e3eacb68..f12a7c5169d 100644 --- a/sys/dev/pci/if_atw_pci.c +++ b/sys/dev/pci/if_atw_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atw_pci.c,v 1.17 2014/12/22 02:28:51 tedu Exp $ */ +/* $OpenBSD: if_atw_pci.c,v 1.18 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_atw_pci.c,v 1.7 2004/07/23 07:07:55 dyoung Exp $ */ /*- @@ -49,7 +49,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_bce.c b/sys/dev/pci/if_bce.c index 1c5a5208753..4c8c02a9e17 100644 --- a/sys/dev/pci/if_bce.c +++ b/sys/dev/pci/if_bce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bce.c,v 1.48 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_bce.c,v 1.49 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_bce.c,v 1.3 2003/09/29 01:53:02 mrg Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 685282c6326..abe763458c7 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.377 2015/11/23 10:52:43 mpi Exp $ */ +/* $OpenBSD: if_bge.c,v 1.378 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -87,7 +87,6 @@ #include <sys/atomic.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 14a4e23d3b4..5cc34368ba2 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.47 2015/11/14 17:54:57 mpi Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.48 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -52,7 +52,6 @@ #include <sys/task.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_bwi_pci.c b/sys/dev/pci/if_bwi_pci.c index f9fc342652a..c4fe875b25a 100644 --- a/sys/dev/pci/if_bwi_pci.c +++ b/sys/dev/pci/if_bwi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bwi_pci.c,v 1.15 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_bwi_pci.c,v 1.16 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -35,7 +35,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_cas.c b/sys/dev/pci/if_cas.c index 7035cae3964..01d9a12580f 100644 --- a/sys/dev/pci/if_cas.c +++ b/sys/dev/pci/if_cas.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cas.c,v 1.44 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_cas.c,v 1.45 2015/11/24 17:11:39 mpi Exp $ */ /* * @@ -58,7 +58,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c index 1fa11b61dce..5856e8d577b 100644 --- a/sys/dev/pci/if_dc_pci.c +++ b/sys/dev/pci/if_dc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dc_pci.c,v 1.73 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_dc_pci.c,v 1.74 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -49,7 +49,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index 27efd4e1cc9..972ddadd378 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.129 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_de.c,v 1.130 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -53,7 +53,6 @@ #include <net/if.h> #include <net/if_media.h> -#include <net/if_dl.h> #include <net/netisr.h> #include "bpfilter.h" diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index f228cb64e52..df25f36004c 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.60 2015/11/20 14:32:33 mpi Exp $ */ +/* $OpenBSD: if_em.h,v 1.61 2015/11/24 17:11:39 mpi Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -51,7 +51,6 @@ POSSIBILITY OF SUCH DAMAGE. #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c index 3e7fdb15121..446c50cfa0b 100644 --- a/sys/dev/pci/if_em_hw.c +++ b/sys/dev/pci/if_em_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: if_em_hw.c,v 1.88 2015/09/12 02:38:14 jsg Exp $ */ +/* $OpenBSD: if_em_hw.c,v 1.89 2015/11/24 17:11:39 mpi Exp $ */ /* * if_em_hw.c Shared functions for accessing and configuring the MAC */ @@ -46,7 +46,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index 3c62d12079a..183a89f39cd 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.33 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ep_pci.c,v 1.34 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_ep_pci.c,v 1.13 1996/10/21 22:56:38 thorpej Exp $ */ /* @@ -45,7 +45,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_epic_pci.c b/sys/dev/pci/if_epic_pci.c index f6a407d9219..5ef343f74e7 100644 --- a/sys/dev/pci/if_epic_pci.c +++ b/sys/dev/pci/if_epic_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_epic_pci.c,v 1.15 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_epic_pci.c,v 1.16 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_epic_pci.c,v 1.28 2005/02/27 00:27:32 perry Exp $ */ /*- @@ -47,13 +47,11 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> +#include <net/if_media.h> #include <netinet/in.h> #include <netinet/if_ether.h> -#include <net/if_media.h> - #include <machine/bus.h> #include <machine/intr.h> diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index 876f018eb0f..d2d8a080043 100644 --- a/sys/dev/pci/if_fxp_pci.c +++ b/sys/dev/pci/if_fxp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxp_pci.c,v 1.64 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.65 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -48,7 +48,6 @@ #include <sys/syslog.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c index bc24adbddad..68c61eddfba 100644 --- a/sys/dev/pci/if_gem_pci.c +++ b/sys/dev/pci/if_gem_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gem_pci.c,v 1.37 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_gem_pci.c,v 1.38 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_gem_pci.c,v 1.1 2001/09/16 00:11:42 eeh Exp $ */ /* @@ -44,7 +44,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_hme_pci.c b/sys/dev/pci/if_hme_pci.c index 53bad42ba4f..9c5297efbb2 100644 --- a/sys/dev/pci/if_hme_pci.c +++ b/sys/dev/pci/if_hme_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hme_pci.c,v 1.20 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_hme_pci.c,v 1.21 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_hme_pci.c,v 1.3 2000/12/28 22:59:13 sommerfeld Exp $ */ /* @@ -41,7 +41,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_iwm.c b/sys/dev/pci/if_iwm.c index 4329ad7889b..94ab7e188e0 100644 --- a/sys/dev/pci/if_iwm.c +++ b/sys/dev/pci/if_iwm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwm.c,v 1.66 2015/11/24 15:43:15 mpi Exp $ */ +/* $OpenBSD: if_iwm.c,v 1.67 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2014 genua mbh <info@genua.de> @@ -129,7 +129,6 @@ #include <net/bpf.h> #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h index 7891f19ebe8..35804921634 100644 --- a/sys/dev/pci/if_ixgb.h +++ b/sys/dev/pci/if_ixgb.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.h,v 1.18 2015/11/14 17:54:57 mpi Exp $ */ +/* $OpenBSD: if_ixgb.h,v 1.19 2015/11/24 17:11:39 mpi Exp $ */ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ @@ -50,7 +50,6 @@ POSSIBILITY OF SUCH DAMAGE. #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_lge.c b/sys/dev/pci/if_lge.c index 31fbe7b35c1..e6e1e5f41ad 100644 --- a/sys/dev/pci/if_lge.c +++ b/sys/dev/pci/if_lge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lge.c,v 1.69 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_lge.c,v 1.70 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -86,7 +86,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_lii.c b/sys/dev/pci/if_lii.c index 9204dc85a89..f695258a3ad 100644 --- a/sys/dev/pci/if_lii.c +++ b/sys/dev/pci/if_lii.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lii.c,v 1.40 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_lii.c,v 1.41 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2007 The NetBSD Foundation. @@ -45,7 +45,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/pci/if_malo_pci.c b/sys/dev/pci/if_malo_pci.c index 8558ab7b516..db0f9025619 100644 --- a/sys/dev/pci/if_malo_pci.c +++ b/sys/dev/pci/if_malo_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_malo_pci.c,v 1.9 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_malo_pci.c,v 1.10 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2006 Marcus Glocker <mglocker@openbsd.org> @@ -35,7 +35,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_msk.c b/sys/dev/pci/if_msk.c index cb1ad90bd16..2c2eb146695 100644 --- a/sys/dev/pci/if_msk.c +++ b/sys/dev/pci/if_msk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_msk.c,v 1.120 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_msk.c,v 1.121 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -100,7 +100,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_nep.c b/sys/dev/pci/if_nep.c index 42dc08b30bd..f20df06c633 100644 --- a/sys/dev/pci/if_nep.c +++ b/sys/dev/pci/if_nep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nep.c,v 1.22 2015/11/22 00:42:24 jsg Exp $ */ +/* $OpenBSD: if_nep.c,v 1.23 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2014, 2015 Mark Kettenis * @@ -27,7 +27,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_nfe.c b/sys/dev/pci/if_nfe.c index a59393dfc81..2b3e816d67d 100644 --- a/sys/dev/pci/if_nfe.c +++ b/sys/dev/pci/if_nfe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nfe.c,v 1.114 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_nfe.c,v 1.115 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2006, 2007 Damien Bergamini <damien.bergamini@free.fr> @@ -37,7 +37,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c index f1c89ec918e..fe8bcca6366 100644 --- a/sys/dev/pci/if_nge.c +++ b/sys/dev/pci/if_nge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nge.c,v 1.88 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_nge.c,v 1.89 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -101,7 +101,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_pgt_pci.c b/sys/dev/pci/if_pgt_pci.c index fc31a3dcab6..8c6f71f2f1c 100644 --- a/sys/dev/pci/if_pgt_pci.c +++ b/sys/dev/pci/if_pgt_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pgt_pci.c,v 1.16 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_pgt_pci.c,v 1.17 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2006 Marcus Glocker <mglocker@openbsd.org> @@ -35,7 +35,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_ral_pci.c b/sys/dev/pci/if_ral_pci.c index 62868c26781..bbdf64f02dd 100644 --- a/sys/dev/pci/if_ral_pci.c +++ b/sys/dev/pci/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral_pci.c,v 1.23 2013/12/06 21:03:04 deraadt Exp $ */ +/* $OpenBSD: if_ral_pci.c,v 1.24 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -36,7 +36,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index f82426c9f25..7fdd8584f09 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.48 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.49 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -32,7 +32,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index d6080759f61..b5737c67d4b 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.32 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.33 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -45,7 +45,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_rtw_pci.c b/sys/dev/pci/if_rtw_pci.c index ac0f81a6705..5482e005865 100644 --- a/sys/dev/pci/if_rtw_pci.c +++ b/sys/dev/pci/if_rtw_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rtw_pci.c,v 1.19 2014/12/22 02:28:52 tedu Exp $ */ +/* $OpenBSD: if_rtw_pci.c,v 1.20 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_rtw_pci.c,v 1.1 2004/09/26 02:33:36 dyoung Exp $ */ /*- @@ -51,7 +51,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_se.c b/sys/dev/pci/if_se.c index 22d24679964..cb3a0978876 100644 --- a/sys/dev/pci/if_se.c +++ b/sys/dev/pci/if_se.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_se.c,v 1.16 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_se.c,v 1.17 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2009, 2010 Christopher Zimmermann <madroach@zakweb.de> @@ -64,7 +64,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_sf_pci.c b/sys/dev/pci/if_sf_pci.c index 04fab845556..3fe97a9e84a 100644 --- a/sys/dev/pci/if_sf_pci.c +++ b/sys/dev/pci/if_sf_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sf_pci.c,v 1.13 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_sf_pci.c,v 1.14 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_sf_pci.c,v 1.10 2006/06/17 23:34:27 christos Exp $ */ /*- @@ -46,7 +46,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_sis.c b/sys/dev/pci/if_sis.c index 9bd8499082d..23ecd1f5996 100644 --- a/sys/dev/pci/if_sis.c +++ b/sys/dev/pci/if_sis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sis.c,v 1.130 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_sis.c,v 1.131 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -72,7 +72,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index 98f212939e2..b10761ea93b 100644 --- a/sys/dev/pci/if_sk.c +++ b/sys/dev/pci/if_sk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sk.c,v 1.181 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_sk.c,v 1.182 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -100,7 +100,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index 724bdf34012..07938c7e363 100644 --- a/sys/dev/pci/if_ste.c +++ b/sys/dev/pci/if_ste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ste.c,v 1.61 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_ste.c,v 1.62 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -47,7 +47,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_stge.c b/sys/dev/pci/if_stge.c index 4deaa8598c6..5b6a501810f 100644 --- a/sys/dev/pci/if_stge.c +++ b/sys/dev/pci/if_stge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_stge.c,v 1.64 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_stge.c,v 1.65 2015/11/24 17:11:39 mpi Exp $ */ /* $NetBSD: if_stge.c,v 1.27 2005/05/16 21:35:32 bouyer Exp $ */ /*- @@ -51,7 +51,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_ti_pci.c b/sys/dev/pci/if_ti_pci.c index 6c561eed173..e35e43c56e2 100644 --- a/sys/dev/pci/if_ti_pci.c +++ b/sys/dev/pci/if_ti_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti_pci.c,v 1.4 2014/12/22 02:28:52 tedu Exp $ */ +/* $OpenBSD: if_ti_pci.c,v 1.5 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -77,7 +77,6 @@ #include <sys/systm.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_tl.c b/sys/dev/pci/if_tl.c index 14eaaa6a01f..c3bc7d3bebb 100644 --- a/sys/dev/pci/if_tl.c +++ b/sys/dev/pci/if_tl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tl.c,v 1.66 2015/10/25 13:04:28 mpi Exp $ */ +/* $OpenBSD: if_tl.c,v 1.67 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -197,7 +197,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index f56d7a88b42..56d82416b62 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.120 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_txp.c,v 1.121 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2001 @@ -45,7 +45,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_vge.c b/sys/dev/pci/if_vge.c index 4377107437b..1cbbd425b28 100644 --- a/sys/dev/pci/if_vge.c +++ b/sys/dev/pci/if_vge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vge.c,v 1.67 2015/11/16 04:02:34 dlg Exp $ */ +/* $OpenBSD: if_vge.c,v 1.68 2015/11/24 17:11:39 mpi Exp $ */ /* $FreeBSD: if_vge.c,v 1.3 2004/09/11 22:13:25 wpaul Exp $ */ /* * Copyright (c) 2004 @@ -96,7 +96,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_vio.c b/sys/dev/pci/if_vio.c index 748c884c3dd..dbb110878f0 100644 --- a/sys/dev/pci/if_vio.c +++ b/sys/dev/pci/if_vio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vio.c,v 1.37 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_vio.c,v 1.38 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2012 Stefan Fritsch, Alexander Fiveg. @@ -42,7 +42,6 @@ #include <dev/pci/virtiovar.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index 2bab8bd46fc..2984e8b4581 100644 --- a/sys/dev/pci/if_vr.c +++ b/sys/dev/pci/if_vr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vr.c,v 1.146 2015/11/24 12:32:53 mpi Exp $ */ +/* $OpenBSD: if_vr.c,v 1.147 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -76,7 +76,6 @@ #include <sys/device.h> #include <netinet/in.h> #include <netinet/if_ether.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NVLAN > 0 diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index 4b096de4fa6..8cf4c154d8f 100644 --- a/sys/dev/pci/if_wb.c +++ b/sys/dev/pci/if_wb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wb.c,v 1.64 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_wb.c,v 1.65 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -99,7 +99,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pci/if_wi_pci.c b/sys/dev/pci/if_wi_pci.c index 6b1d8202228..d334c50328a 100644 --- a/sys/dev/pci/if_wi_pci.c +++ b/sys/dev/pci/if_wi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_pci.c,v 1.51 2014/12/22 02:28:52 tedu Exp $ */ +/* $OpenBSD: if_wi_pci.c,v 1.52 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 2001-2003 Todd C. Miller <Todd.Miller@courtesan.com> @@ -48,7 +48,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_xge.c b/sys/dev/pci/if_xge.c index 0d277c9af4d..04d3c588541 100644 --- a/sys/dev/pci/if_xge.c +++ b/sys/dev/pci/if_xge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xge.c,v 1.65 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_xge.c,v 1.66 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $ */ /* @@ -53,7 +53,6 @@ #include <sys/endian.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index cd9569235c4..8bf2c48a110 100644 --- a/sys/dev/pci/if_xl_pci.c +++ b/sys/dev/pci/if_xl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_pci.c,v 1.45 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.46 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -48,7 +48,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/ixgb_ee.c b/sys/dev/pci/ixgb_ee.c index ed3026eef20..5d290d253f1 100644 --- a/sys/dev/pci/ixgb_ee.c +++ b/sys/dev/pci/ixgb_ee.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: ixgb_ee.c,v 1.6 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: ixgb_ee.c,v 1.7 2015/11/24 17:11:40 mpi Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -43,7 +43,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/ixgb_hw.c b/sys/dev/pci/ixgb_hw.c index bb1a17a5c7a..17834ca672c 100644 --- a/sys/dev/pci/ixgb_hw.c +++ b/sys/dev/pci/ixgb_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: ixgb_hw.c,v 1.7 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: ixgb_hw.c,v 1.8 2015/11/24 17:11:40 mpi Exp $ */ /* ixgb_hw.c * Shared functions for accessing and configuring the adapter @@ -47,7 +47,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pci/ixgbe.h b/sys/dev/pci/ixgbe.h index 6d225fb7fcd..5beeb8f7234 100644 --- a/sys/dev/pci/ixgbe.h +++ b/sys/dev/pci/ixgbe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ixgbe.h,v 1.19 2015/11/24 13:45:06 mpi Exp $ */ +/* $OpenBSD: ixgbe.h,v 1.20 2015/11/24 17:11:40 mpi Exp $ */ /****************************************************************************** @@ -55,7 +55,6 @@ #include <net/if.h> #include <net/bpf.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pcmcia/if_an_pcmcia.c b/sys/dev/pcmcia/if_an_pcmcia.c index 36ba679f75d..182eafe4074 100644 --- a/sys/dev/pcmcia/if_an_pcmcia.c +++ b/sys/dev/pcmcia/if_an_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_pcmcia.c,v 1.25 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_an_pcmcia.c,v 1.26 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -34,7 +34,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pcmcia/if_cnw.c b/sys/dev/pcmcia/if_cnw.c index dd54d15c9ee..1e8cdd8984d 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.33 2015/10/25 13:13:06 mpi Exp $ */ +/* $OpenBSD: if_cnw.c,v 1.34 2015/11/24 17:11:40 mpi Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -65,7 +65,6 @@ #include <dev/pcmcia/pcmciadevs.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/pcmcia/if_ep_pcmcia.c b/sys/dev/pcmcia/if_ep_pcmcia.c index cdf3f95e3d4..aad909cfd1f 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.46 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_ep_pcmcia.c,v 1.47 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_ep_pcmcia.c,v 1.16 1998/08/17 23:20:40 thorpej Exp $ */ /*- @@ -74,7 +74,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/dev/pcmcia/if_sm_pcmcia.c b/sys/dev/pcmcia/if_sm_pcmcia.c index e17934ec134..04ac5709b91 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.36 2015/03/14 03:38:49 jsg Exp $ */ +/* $OpenBSD: if_sm_pcmcia.c,v 1.37 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_sm_pcmcia.c,v 1.11 1998/08/15 20:47:32 thorpej Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/pcmcia/if_wi_pcmcia.c b/sys/dev/pcmcia/if_wi_pcmcia.c index 8ee4527389c..5a058701ee2 100644 --- a/sys/dev/pcmcia/if_wi_pcmcia.c +++ b/sys/dev/pcmcia/if_wi_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_pcmcia.c,v 1.73 2014/12/22 02:28:52 tedu Exp $ */ +/* $OpenBSD: if_wi_pcmcia.c,v 1.74 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_wi_pcmcia.c,v 1.14 2001/11/26 04:34:56 ichiro Exp $ */ /* @@ -51,7 +51,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c index 9060403d88f..a6e58d7ffa4 100644 --- a/sys/dev/sbus/be.c +++ b/sys/dev/sbus/be.c @@ -1,4 +1,4 @@ -/* $OpenBSD: be.c,v 1.36 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: be.c,v 1.37 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: be.c,v 1.26 2001/03/20 15:39:20 pk Exp $ */ /*- @@ -70,7 +70,6 @@ #include <sys/malloc.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/dev/sbus/if_gem_sbus.c b/sys/dev/sbus/if_gem_sbus.c index 14a1273c97f..50fff4bcec4 100644 --- a/sys/dev/sbus/if_gem_sbus.c +++ b/sys/dev/sbus/if_gem_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gem_sbus.c,v 1.8 2014/08/11 12:45:45 mpi Exp $ */ +/* $OpenBSD: if_gem_sbus.c,v 1.9 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_gem_sbus.c,v 1.1 2006/11/24 13:23:32 martin Exp $ */ /*- @@ -42,7 +42,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/sbus/if_hme_sbus.c b/sys/dev/sbus/if_hme_sbus.c index cc99f9b6b24..52bbeb635f1 100644 --- a/sys/dev/sbus/if_hme_sbus.c +++ b/sys/dev/sbus/if_hme_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hme_sbus.c,v 1.15 2014/08/11 12:45:45 mpi Exp $ */ +/* $OpenBSD: if_hme_sbus.c,v 1.16 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_hme_sbus.c,v 1.6 2001/02/28 14:52:48 mrg Exp $ */ /*- @@ -42,7 +42,6 @@ #include <sys/socket.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/sbus/if_ti_sbus.c b/sys/dev/sbus/if_ti_sbus.c index 859a870c501..aa20a95725c 100644 --- a/sys/dev/sbus/if_ti_sbus.c +++ b/sys/dev/sbus/if_ti_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti_sbus.c,v 1.3 2014/08/11 12:45:45 mpi Exp $ */ +/* $OpenBSD: if_ti_sbus.c,v 1.4 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -21,7 +21,6 @@ #include <sys/systm.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/sbus/qe.c b/sys/dev/sbus/qe.c index 48cb836973b..12bfbc56a7d 100644 --- a/sys/dev/sbus/qe.c +++ b/sys/dev/sbus/qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qe.c,v 1.34 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: qe.c,v 1.35 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: qe.c,v 1.16 2001/03/30 17:30:18 christos Exp $ */ /*- @@ -80,7 +80,6 @@ #include <sys/malloc.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index f795acd4aaf..d7c74af6233 100644 --- a/sys/dev/usb/if_atu.c +++ b/sys/dev/usb/if_atu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atu.c,v 1.114 2015/11/04 12:12:00 dlg Exp $ */ +/* $OpenBSD: if_atu.c,v 1.115 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -71,7 +71,6 @@ #endif #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 78b906dd237..b20af87c447 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.102 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_aue.c,v 1.103 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -90,7 +90,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 1912c057923..98013dde8fb 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.134 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_axe.c,v 1.135 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org> @@ -102,7 +102,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_axen.c b/sys/dev/usb/if_axen.c index e02c06bf6fa..786f223b540 100644 --- a/sys/dev/usb/if_axen.c +++ b/sys/dev/usb/if_axen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axen.c,v 1.18 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_axen.c,v 1.19 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2013 Yojiro UO <yuo@openbsd.org> @@ -36,7 +36,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_mos.c b/sys/dev/usb/if_mos.c index beebf669e71..8a63d31733f 100644 --- a/sys/dev/usb/if_mos.c +++ b/sys/dev/usb/if_mos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mos.c,v 1.33 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_mos.c,v 1.34 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2008 Johann Christian Rode <jcrode@gmx.net> @@ -85,7 +85,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_smsc.c b/sys/dev/usb/if_smsc.c index 448c00dc5dd..0311186a7d0 100644 --- a/sys/dev/usb/if_smsc.c +++ b/sys/dev/usb/if_smsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_smsc.c,v 1.23 2015/11/24 15:25:20 mpi Exp $ */ +/* $OpenBSD: if_smsc.c,v 1.24 2015/11/24 17:11:40 mpi Exp $ */ /* $FreeBSD: src/sys/dev/usb/net/if_smsc.c,v 1.1 2012/08/15 04:03:55 gonzo Exp $ */ /*- * Copyright (c) 2012 @@ -73,7 +73,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index 2adf3843725..8b577c0b750 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udav.c,v 1.75 2015/11/24 13:45:07 mpi Exp $ */ +/* $OpenBSD: if_udav.c,v 1.76 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* @@ -57,7 +57,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_url.c b/sys/dev/usb/if_url.c index a60397df06b..921e39034bc 100644 --- a/sys/dev/usb/if_url.c +++ b/sys/dev/usb/if_url.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_url.c,v 1.77 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_url.c,v 1.78 2015/11/24 17:11:40 mpi Exp $ */ /* $NetBSD: if_url.c,v 1.6 2002/09/29 10:19:21 martin Exp $ */ /* * Copyright (c) 2001, 2002 @@ -54,7 +54,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_urndis.c b/sys/dev/usb/if_urndis.c index 3e6fa3634b8..06762723f5c 100644 --- a/sys/dev/usb/if_urndis.c +++ b/sys/dev/usb/if_urndis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urndis.c,v 1.57 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_urndis.c,v 1.58 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2010 Jonathan Armani <armani@openbsd.org> @@ -34,7 +34,6 @@ #include <machine/bus.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c index ea16ce78c1d..6c1207eca2d 100644 --- a/sys/dev/usb/if_wi_usb.c +++ b/sys/dev/usb/if_wi_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.c,v 1.67 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_wi_usb.c,v 1.68 2015/11/24 17:11:40 mpi Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -42,7 +42,6 @@ #include <sys/tree.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> |