diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/acx.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/an.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar5008.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar5416.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar9003.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar9280.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar9285.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar9287.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ar9380.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/athn.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ax88190.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/dc.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/dl10019.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/dp8390.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/elink3.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/fxp.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/i82596.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/if_wi_hostap.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/lemac.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ne2000.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/pgt.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/rt2560.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/rt2661.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/rt2860.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/rtl81x9.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/ti.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/xl.c | 3 |
27 files changed, 27 insertions, 54 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index ba986b2b5dc..85839ab3da7 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.114 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: acx.c,v 1.115 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -106,7 +106,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/dev/ic/an.c b/sys/dev/ic/an.c index abb6bac0ac2..3f492da12f8 100644 --- a/sys/dev/ic/an.c +++ b/sys/dev/ic/an.c @@ -1,4 +1,4 @@ -/* $OpenBSD: an.c,v 1.67 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: an.c,v 1.68 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: an.c,v 1.34 2005/06/20 02:49:18 atatat Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -97,7 +97,6 @@ #include <net/if_dl.h> #include <net/if_llc.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar5008.c b/sys/dev/ic/ar5008.c index 3f46fd4d7b0..fd2968ef4d2 100644 --- a/sys/dev/ic/ar5008.c +++ b/sys/dev/ic/ar5008.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5008.c,v 1.30 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: ar5008.c,v 1.31 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar5416.c b/sys/dev/ic/ar5416.c index c252fcdbb6f..ebfd793f5f8 100644 --- a/sys/dev/ic/ar5416.c +++ b/sys/dev/ic/ar5416.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5416.c,v 1.15 2014/12/19 22:44:58 guenther Exp $ */ +/* $OpenBSD: ar5416.c,v 1.16 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar9003.c b/sys/dev/ic/ar9003.c index a259d4a5a70..ab0de2edceb 100644 --- a/sys/dev/ic/ar9003.c +++ b/sys/dev/ic/ar9003.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9003.c,v 1.34 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: ar9003.c,v 1.35 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar9280.c b/sys/dev/ic/ar9280.c index b359a38a77a..80c9618028a 100644 --- a/sys/dev/ic/ar9280.c +++ b/sys/dev/ic/ar9280.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9280.c,v 1.21 2014/12/19 22:44:58 guenther Exp $ */ +/* $OpenBSD: ar9280.c,v 1.22 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar9285.c b/sys/dev/ic/ar9285.c index e4774e17fd2..1e56a49549e 100644 --- a/sys/dev/ic/ar9285.c +++ b/sys/dev/ic/ar9285.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9285.c,v 1.22 2014/12/19 22:44:58 guenther Exp $ */ +/* $OpenBSD: ar9285.c,v 1.23 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2009-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -48,7 +48,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar9287.c b/sys/dev/ic/ar9287.c index 7c8f1be2e3e..95cc5c2745d 100644 --- a/sys/dev/ic/ar9287.c +++ b/sys/dev/ic/ar9287.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9287.c,v 1.20 2014/12/19 22:44:58 guenther Exp $ */ +/* $OpenBSD: ar9287.c,v 1.21 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ar9380.c b/sys/dev/ic/ar9380.c index 1eea58054bf..c3954edadc5 100644 --- a/sys/dev/ic/ar9380.c +++ b/sys/dev/ic/ar9380.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9380.c,v 1.20 2014/12/19 22:44:58 guenther Exp $ */ +/* $OpenBSD: ar9380.c,v 1.21 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -45,7 +45,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index e93102be4c3..6dbaee3bd01 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.88 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: athn.c,v 1.89 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -47,7 +47,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c index c8d11a2ba8f..579c462931a 100644 --- a/sys/dev/ic/ax88190.c +++ b/sys/dev/ic/ax88190.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ax88190.c,v 1.6 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: ax88190.c,v 1.7 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD$ */ /*- @@ -37,7 +37,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c index e45edf8f7d9..8dceaffdcff 100644 --- a/sys/dev/ic/dc.c +++ b/sys/dev/ic/dc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.146 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: dc.c,v 1.147 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -104,7 +104,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/dl10019.c b/sys/dev/ic/dl10019.c index 7aa35598a06..8ad4ba5811b 100644 --- a/sys/dev/ic/dl10019.c +++ b/sys/dev/ic/dl10019.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dl10019.c,v 1.7 2015/03/14 03:38:47 jsg Exp $ */ +/* $OpenBSD: dl10019.c,v 1.8 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD$ */ /*- @@ -39,7 +39,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index 28047bc461d..2198af92ed6 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.56 2015/10/25 12:48:46 mpi Exp $ */ +/* $OpenBSD: dp8390.c,v 1.57 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -26,7 +26,6 @@ #include <sys/syslog.h> #include <net/if.h> -#include <net/if_types.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 726adc476bd..7079d7cfb06 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.89 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: elink3.c,v 1.90 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -46,7 +46,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_types.h> #include <net/netisr.h> #include <net/if_media.h> diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index e31e1863368..cafd245fcb0 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.124 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: fxp.c,v 1.125 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -50,7 +50,6 @@ #include <net/if.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/ip.h> diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c index 7bb69f23235..d15abf9b610 100644 --- a/sys/dev/ic/i82596.c +++ b/sys/dev/ic/i82596.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82596.c,v 1.45 2015/10/25 12:48:46 mpi Exp $ */ +/* $OpenBSD: i82596.c,v 1.46 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */ /*- @@ -147,7 +147,6 @@ Mode of operation: #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.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 3616fe3216c..86595020359 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.48 2015/11/04 12:22:01 dlg Exp $ */ +/* $OpenBSD: if_wi_hostap.c,v 1.49 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 2002 @@ -59,7 +59,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/lemac.c b/sys/dev/ic/lemac.c index c9c1078f1ed..977b1797912 100644 --- a/sys/dev/ic/lemac.c +++ b/sys/dev/ic/lemac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lemac.c,v 1.23 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: lemac.c,v 1.24 2015/11/24 13:33:17 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_types.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 7970b5e05fb..d3a41912946 100644 --- a/sys/dev/ic/ne2000.c +++ b/sys/dev/ic/ne2000.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ne2000.c,v 1.25 2010/04/20 20:42:54 deraadt Exp $ */ +/* $OpenBSD: ne2000.c,v 1.26 2015/11/24 13:33:17 mpi Exp $ */ /* $NetBSD: ne2000.c,v 1.12 1998/06/10 01:15:50 thorpej Exp $ */ /*- @@ -57,7 +57,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.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 aa35c109a6b..900a1f9e513 100644 --- a/sys/dev/ic/pgt.c +++ b/sys/dev/ic/pgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pgt.c,v 1.80 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: pgt.c,v 1.81 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -67,7 +67,6 @@ #include <net/if_dl.h> #include <net/if_llc.h> #include <net/if_media.h> -#include <net/if_types.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/dev/ic/rt2560.c b/sys/dev/ic/rt2560.c index 85e0ef34bda..06869ba408d 100644 --- a/sys/dev/ic/rt2560.c +++ b/sys/dev/ic/rt2560.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2560.c,v 1.76 2015/11/20 12:41:29 mpi Exp $ */ +/* $OpenBSD: rt2560.c,v 1.77 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -45,7 +45,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/rt2661.c b/sys/dev/ic/rt2661.c index 87deca78ac3..e58b6eb31c3 100644 --- a/sys/dev/ic/rt2661.c +++ b/sys/dev/ic/rt2661.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661.c,v 1.86 2015/11/20 12:41:29 mpi Exp $ */ +/* $OpenBSD: rt2661.c,v 1.87 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2006 @@ -46,7 +46,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/rt2860.c b/sys/dev/ic/rt2860.c index cab0d974e9f..2b74941a496 100644 --- a/sys/dev/ic/rt2860.c +++ b/sys/dev/ic/rt2860.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2860.c,v 1.83 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: rt2860.c,v 1.84 2015/11/24 13:33:17 mpi Exp $ */ /*- * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -45,7 +45,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index 2ac5982bad9..ff0ccd8000c 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.92 2015/10/25 12:48:46 mpi Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.93 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -96,7 +96,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/ti.c b/sys/dev/ic/ti.c index fb49a965d6c..106be6eb4de 100644 --- a/sys/dev/ic/ti.c +++ b/sys/dev/ic/ti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ti.c,v 1.20 2015/11/20 03:35:22 dlg Exp $ */ +/* $OpenBSD: ti.c,v 1.21 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -85,7 +85,6 @@ #include <sys/queue.h> #include <net/if.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index 640f01f782a..795ceb0a30d 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.127 2015/10/25 12:48:46 mpi Exp $ */ +/* $OpenBSD: xl.c,v 1.128 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -115,7 +115,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.h> #include <net/if_media.h> #include <netinet/in.h> |