diff options
Diffstat (limited to 'sys/dev/pci')
51 files changed, 51 insertions, 156 deletions
diff --git a/sys/dev/pci/if_age.c b/sys/dev/pci/if_age.c index 5c52ea372f0..087e1ace304 100644 --- a/sys/dev/pci/if_age.c +++ b/sys/dev/pci/if_age.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_age.c,v 1.21 2013/08/07 01:06:33 bluhm Exp $ */ +/* $OpenBSD: if_age.c,v 1.22 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> @@ -52,8 +52,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_alc.c b/sys/dev/pci/if_alc.c index efb1c17afce..453baf44225 100644 --- a/sys/dev/pci/if_alc.c +++ b/sys/dev/pci/if_alc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_alc.c,v 1.26 2013/12/28 03:34:53 deraadt Exp $ */ +/* $OpenBSD: if_alc.c,v 1.27 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -51,8 +51,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ale.c b/sys/dev/pci/if_ale.c index 748410ccc85..b75655ed387 100644 --- a/sys/dev/pci/if_ale.c +++ b/sys/dev/pci/if_ale.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ale.c,v 1.30 2013/12/28 03:34:54 deraadt Exp $ */ +/* $OpenBSD: if_ale.c,v 1.31 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -54,7 +54,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_bce.c b/sys/dev/pci/if_bce.c index 5b745973e6e..6567177b5a4 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.37 2013/08/21 05:21:43 dlg Exp $ */ +/* $OpenBSD: if_bce.c,v 1.38 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_bce.c,v 1.3 2003/09/29 01:53:02 mrg Exp $ */ /* @@ -53,8 +53,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif #if NBPFILTER > 0 diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index fad3939f12b..5d239b1cc51 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.357 2014/07/12 18:48:51 tedu Exp $ */ +/* $OpenBSD: if_bge.c,v 1.358 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -91,8 +91,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 83b358ead98..41260872181 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.43 2014/07/08 05:35:18 dlg Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.44 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -57,8 +57,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c index 20e7aba5b71..20a93db08d3 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.69 2013/08/07 01:06:34 bluhm Exp $ */ +/* $OpenBSD: if_dc_pci.c,v 1.70 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -54,8 +54,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index c3f8f6aef45..d48a878b8dd 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.114 2014/04/22 14:41:03 mpi Exp $ */ +/* $OpenBSD: if_de.c,v 1.115 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -62,12 +62,7 @@ #include <net/bpf.h> #endif -#ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> -#endif - #include <netinet/if_ether.h> #include <machine/bus.h> diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index f391e62375b..f85af705c35 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.52 2014/07/10 14:21:20 deraadt Exp $ */ +/* $OpenBSD: if_em.h,v 1.53 2014/07/22 13:12:11 mpi Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -56,7 +56,6 @@ POSSIBILITY OF SUCH DAMAGE. #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c index 3a1f0cdaed8..02543e928f5 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.79 2014/03/10 04:09:53 jsg Exp $ */ +/* $OpenBSD: if_em_hw.c,v 1.80 2014/07/22 13:12:11 mpi Exp $ */ /* * if_em_hw.c Shared functions for accessing and configuring the MAC */ @@ -51,8 +51,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index 9690de7d7b8..1fb020b9055 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.29 2013/08/07 01:06:34 bluhm Exp $ */ +/* $OpenBSD: if_ep_pci.c,v 1.30 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_ep_pci.c,v 1.13 1996/10/21 22:56:38 thorpej Exp $ */ /* @@ -51,8 +51,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_epic_pci.c b/sys/dev/pci/if_epic_pci.c index e037984dff0..4e8ad359983 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.12 2013/08/07 01:06:35 bluhm Exp $ */ +/* $OpenBSD: if_epic_pci.c,v 1.13 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_epic_pci.c,v 1.28 2005/02/27 00:27:32 perry Exp $ */ /*- @@ -52,8 +52,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_et.c b/sys/dev/pci/if_et.c index ea9fed1c0f9..bc6f8092ea4 100644 --- a/sys/dev/pci/if_et.c +++ b/sys/dev/pci/if_et.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_et.c,v 1.22 2013/08/07 01:06:35 bluhm Exp $ */ +/* $OpenBSD: if_et.c,v 1.23 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. * @@ -58,8 +58,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index e23a1218670..f70dcbf730c 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.61 2014/06/21 01:14:32 deraadt Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.62 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -54,8 +54,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #endif #include <sys/ioctl.h> diff --git a/sys/dev/pci/if_hme_pci.c b/sys/dev/pci/if_hme_pci.c index e1d9b26139b..ed3b0793ac3 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.17 2013/08/07 01:06:35 bluhm Exp $ */ +/* $OpenBSD: if_hme_pci.c,v 1.18 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_hme_pci.c,v 1.3 2000/12/28 22:59:13 sommerfeld Exp $ */ /* @@ -46,8 +46,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index 35d22a08832..752829375b4 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipw.c,v 1.100 2014/07/12 18:48:51 tedu Exp $ */ +/* $OpenBSD: if_ipw.c,v 1.101 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2004-2008 @@ -51,9 +51,7 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/if_ether.h> -#include <netinet/ip.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_radiotap.h> diff --git a/sys/dev/pci/if_iwi.c b/sys/dev/pci/if_iwi.c index 9766ba969e2..c6baddbbeec 100644 --- a/sys/dev/pci/if_iwi.c +++ b/sys/dev/pci/if_iwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwi.c,v 1.117 2014/07/12 18:48:51 tedu Exp $ */ +/* $OpenBSD: if_iwi.c,v 1.118 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2004-2008 @@ -51,9 +51,7 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/if_ether.h> -#include <netinet/ip.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_radiotap.h> diff --git a/sys/dev/pci/if_iwn.c b/sys/dev/pci/if_iwn.c index 8e9b1a86087..1868de2f13d 100644 --- a/sys/dev/pci/if_iwn.c +++ b/sys/dev/pci/if_iwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwn.c,v 1.132 2014/07/12 18:48:51 tedu Exp $ */ +/* $OpenBSD: if_iwn.c,v 1.133 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -52,9 +52,7 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/if_ether.h> -#include <netinet/ip.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_amrr.h> diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h index 5d8a6f9993b..f375b2dfd1f 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.15 2014/07/10 14:21:20 deraadt Exp $ */ +/* $OpenBSD: if_ixgb.h,v 1.16 2014/07/22 13:12:11 mpi Exp $ */ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ @@ -55,7 +55,6 @@ POSSIBILITY OF SUCH DAMAGE. #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c index fe3d67d0d11..90b70d05687 100644 --- a/sys/dev/pci/if_jme.c +++ b/sys/dev/pci/if_jme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_jme.c,v 1.35 2014/01/27 12:04:46 brad Exp $ */ +/* $OpenBSD: if_jme.c,v 1.36 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -52,8 +52,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_lge.c b/sys/dev/pci/if_lge.c index 62c93269c68..ea655e0eacc 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.61 2013/11/26 09:50:33 mpi Exp $ */ +/* $OpenBSD: if_lge.c,v 1.62 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -91,8 +91,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_msk.c b/sys/dev/pci/if_msk.c index c4e460af451..78e8b9b998d 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.105 2014/07/12 18:48:51 tedu Exp $ */ +/* $OpenBSD: if_msk.c,v 1.106 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -105,10 +105,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> -#include <netinet/udp.h> -#include <netinet/tcp.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_nfe.c b/sys/dev/pci/if_nfe.c index 40a33a0af11..f7bc1c90309 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.104 2013/12/28 03:34:54 deraadt Exp $ */ +/* $OpenBSD: if_nfe.c,v 1.105 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2006, 2007 Damien Bergamini <damien.bergamini@free.fr> @@ -42,8 +42,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c index d61109555e4..e5cb1730f90 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.78 2013/11/26 09:50:33 mpi Exp $ */ +/* $OpenBSD: if_nge.c,v 1.79 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -106,8 +106,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_oce.c b/sys/dev/pci/if_oce.c index a34e5a35cb7..7f2b1911c0e 100644 --- a/sys/dev/pci/if_oce.c +++ b/sys/dev/pci/if_oce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_oce.c,v 1.76 2014/07/12 18:48:52 tedu Exp $ */ +/* $OpenBSD: if_oce.c,v 1.77 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2012 Mike Belopuhov @@ -75,8 +75,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_pcn.c b/sys/dev/pci/if_pcn.c index 0ba818bea9d..07e92a7d703 100644 --- a/sys/dev/pci/if_pcn.c +++ b/sys/dev/pci/if_pcn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pcn.c,v 1.29 2013/12/07 20:12:15 brad Exp $ */ +/* $OpenBSD: if_pcn.c,v 1.30 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_pcn.c,v 1.26 2005/05/07 09:15:44 is Exp $ */ /* @@ -84,8 +84,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index 5661a5eab06..afb4c0a400f 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.40 2013/11/18 22:21:27 brad Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.41 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -37,8 +37,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index fbc719836dc..f38432d1c79 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.27 2013/08/07 01:06:36 bluhm Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.28 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -50,8 +50,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_san_common.c b/sys/dev/pci/if_san_common.c index a4c4e2e4409..b259667a64b 100644 --- a/sys/dev/pci/if_san_common.c +++ b/sys/dev/pci/if_san_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_common.c,v 1.17 2014/07/12 18:48:52 tedu Exp $ */ +/* $OpenBSD: if_san_common.c,v 1.18 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -59,7 +59,6 @@ # include <net/ppp_defs.h> # include <net/if_ppp.h> # include <net/if_sppp.h> -# include <netinet/in_systm.h> # include <netinet/in.h> # include <netinet/udp.h> # include <netinet/ip.h> diff --git a/sys/dev/pci/if_san_obsd.c b/sys/dev/pci/if_san_obsd.c index 3dc5ca2007f..70810a7559f 100644 --- a/sys/dev/pci/if_san_obsd.c +++ b/sys/dev/pci/if_san_obsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_obsd.c,v 1.14 2013/11/18 23:36:09 deraadt Exp $ */ +/* $OpenBSD: if_san_obsd.c,v 1.15 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -58,7 +58,6 @@ #include <net/if_media.h> #include <net/netisr.h> #include <net/if_sppp.h> -#include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/udp.h> diff --git a/sys/dev/pci/if_san_te1.c b/sys/dev/pci/if_san_te1.c index 014dd438eab..acd8c4a2ac2 100644 --- a/sys/dev/pci/if_san_te1.c +++ b/sys/dev/pci/if_san_te1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_te1.c,v 1.12 2013/08/07 01:06:37 bluhm Exp $ */ +/* $OpenBSD: if_san_te1.c,v 1.13 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -49,7 +49,6 @@ #include <net/if.h> #include <net/if_media.h> #include <net/if_sppp.h> -#include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/udp.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_san_xilinx.c b/sys/dev/pci/if_san_xilinx.c index 7cba72e04ea..06ab0b98098 100644 --- a/sys/dev/pci/if_san_xilinx.c +++ b/sys/dev/pci/if_san_xilinx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_san_xilinx.c,v 1.29 2014/07/12 18:48:52 tedu Exp $ */ +/* $OpenBSD: if_san_xilinx.c,v 1.30 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2001-2004 Sangoma Technologies (SAN) @@ -52,7 +52,6 @@ #include <net/if_media.h> #include <net/netisr.h> #include <net/if_sppp.h> -#include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/udp.h> #include <netinet/ip.h> diff --git a/sys/dev/pci/if_sf_pci.c b/sys/dev/pci/if_sf_pci.c index 653b73fd6cb..af03cbf47ab 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.10 2013/08/07 01:06:37 bluhm Exp $ */ +/* $OpenBSD: if_sf_pci.c,v 1.11 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_sf_pci.c,v 1.10 2006/06/17 23:34:27 christos Exp $ */ /*- @@ -51,8 +51,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_sis.c b/sys/dev/pci/if_sis.c index a51ca8e26b1..3285e9d938d 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.116 2014/07/08 05:35:18 dlg Exp $ */ +/* $OpenBSD: if_sis.c,v 1.117 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -77,8 +77,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c index d4a50c63b67..2b499683e0d 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.169 2014/07/12 18:48:52 tedu Exp $ */ +/* $OpenBSD: if_sk.c,v 1.170 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -105,10 +105,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> -#include <netinet/udp.h> -#include <netinet/tcp.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index 36415fa68dc..9b741d370b0 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.54 2013/08/07 01:06:38 bluhm Exp $ */ +/* $OpenBSD: if_ste.c,v 1.55 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -52,8 +52,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_stge.c b/sys/dev/pci/if_stge.c index 51c8df9c305..e19131cebc7 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.55 2013/08/07 01:06:38 bluhm Exp $ */ +/* $OpenBSD: if_stge.c,v 1.56 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_stge.c,v 1.27 2005/05/16 21:35:32 bouyer Exp $ */ /*- @@ -55,8 +55,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_ti_pci.c b/sys/dev/pci/if_ti_pci.c index 6c7aa8ffa0c..9ff5ea4647f 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.2 2013/08/07 01:06:38 bluhm Exp $ */ +/* $OpenBSD: if_ti_pci.c,v 1.3 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -82,8 +82,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_tl.c b/sys/dev/pci/if_tl.c index 5e474793dab..2c85d4718ad 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.59 2014/01/31 08:58:32 brad Exp $ */ +/* $OpenBSD: if_tl.c,v 1.60 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -196,8 +196,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 3fc6240caf5..37fcde407e1 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.110 2014/07/13 23:10:23 deraadt Exp $ */ +/* $OpenBSD: if_txp.c,v 1.111 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2001 @@ -50,8 +50,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_vge.c b/sys/dev/pci/if_vge.c index 658fa5114f1..77b2eb749f1 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.57 2013/08/21 05:21:44 dlg Exp $ */ +/* $OpenBSD: if_vge.c,v 1.58 2014/07/22 13:12:11 mpi Exp $ */ /* $FreeBSD: if_vge.c,v 1.3 2004/09/11 22:13:25 wpaul Exp $ */ /* * Copyright (c) 2004 @@ -101,8 +101,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_vmx.c b/sys/dev/pci/if_vmx.c index c156a5f5827..631e3cfa31d 100644 --- a/sys/dev/pci/if_vmx.c +++ b/sys/dev/pci/if_vmx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vmx.c,v 1.18 2014/07/08 08:54:00 stsp Exp $ */ +/* $OpenBSD: if_vmx.c,v 1.19 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 2013 Tsubai Masanari @@ -34,7 +34,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> #include <netinet/udp.h> diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index 9a6f9441abc..96c9836ea48 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.134 2014/07/08 05:35:19 dlg Exp $ */ +/* $OpenBSD: if_vr.c,v 1.135 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -76,8 +76,6 @@ #include <sys/device.h> #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif /* INET */ #include <net/if_dl.h> diff --git a/sys/dev/pci/if_vte.c b/sys/dev/pci/if_vte.c index 12cd391a52a..3fc50284a46 100644 --- a/sys/dev/pci/if_vte.c +++ b/sys/dev/pci/if_vte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vte.c,v 1.8 2013/11/21 16:16:08 mpi Exp $ */ +/* $OpenBSD: if_vte.c,v 1.9 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -51,8 +51,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_wb.c b/sys/dev/pci/if_wb.c index 70afc260646..40c23fb7469 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.55 2013/11/26 09:50:33 mpi Exp $ */ +/* $OpenBSD: if_wb.c,v 1.56 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -104,8 +104,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/if_wpi.c b/sys/dev/pci/if_wpi.c index f2195884529..9910ecdd999 100644 --- a/sys/dev/pci/if_wpi.c +++ b/sys/dev/pci/if_wpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wpi.c,v 1.119 2014/07/12 18:48:52 tedu Exp $ */ +/* $OpenBSD: if_wpi.c,v 1.120 2014/07/22 13:12:11 mpi Exp $ */ /*- * Copyright (c) 2006-2008 @@ -52,9 +52,7 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/if_ether.h> -#include <netinet/ip.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_amrr.h> diff --git a/sys/dev/pci/if_xge.c b/sys/dev/pci/if_xge.c index bd286e36740..edd937f5b1b 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.56 2013/11/26 09:50:33 mpi Exp $ */ +/* $OpenBSD: if_xge.c,v 1.57 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_xge.c,v 1.1 2005/09/09 10:30:27 ragge Exp $ */ /* @@ -57,11 +57,7 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> -#include <netinet/tcp.h> -#include <netinet/udp.h> #endif #if NVLAN > 0 diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index bd6608579b4..c59af2588bc 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.41 2013/08/07 01:06:39 bluhm Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.42 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -54,8 +54,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/ixgb_ee.c b/sys/dev/pci/ixgb_ee.c index 00060e7d8d3..f9659b41480 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.3 2013/08/07 01:06:39 bluhm Exp $ */ +/* $OpenBSD: ixgb_ee.c,v 1.4 2014/07/22 13:12:11 mpi Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -48,8 +48,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/ixgb_hw.c b/sys/dev/pci/ixgb_hw.c index 7eb655e44e9..7961645c5e8 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.4 2013/08/07 01:06:39 bluhm Exp $ */ +/* $OpenBSD: ixgb_hw.c,v 1.5 2014/07/22 13:12:11 mpi Exp $ */ /* ixgb_hw.c * Shared functions for accessing and configuring the adapter @@ -52,8 +52,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif diff --git a/sys/dev/pci/ixgbe.h b/sys/dev/pci/ixgbe.h index 8520452690a..07ca29729b8 100644 --- a/sys/dev/pci/ixgbe.h +++ b/sys/dev/pci/ixgbe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ixgbe.h,v 1.15 2014/07/10 14:21:20 deraadt Exp $ */ +/* $OpenBSD: ixgbe.h,v 1.16 2014/07/22 13:12:11 mpi Exp $ */ /****************************************************************************** @@ -59,13 +59,9 @@ #include <net/if_dl.h> #include <net/if_media.h> -#include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/if_ether.h> #include <netinet/ip.h> -#include <netinet/ip6.h> -#include <netinet/tcp.h> -#include <netinet/udp.h> #if NBPFILTER > 0 #include <net/bpf.h> |