summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ed/if_ed.c12
-rw-r--r--sys/dev/ep/if_ep.c7
-rw-r--r--sys/dev/ex/if_ex.c4
-rw-r--r--sys/dev/fe/if_fe.c4
-rw-r--r--sys/dev/ie/if_ie.c4
-rw-r--r--sys/dev/lnc/if_lnc.c2
-rw-r--r--sys/dev/si/si.c3
7 files changed, 6 insertions, 30 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 14d3e28..53b1e20 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.135 1998/02/27 06:39:30 msmith Exp $
+ * $Id: if_ed.c,v 1.136 1998/02/27 14:29:51 hosokawa Exp $
*/
/*
@@ -39,7 +39,6 @@
#include "ed.h"
#include "bpfilter.h"
-#include "opt_inet.h"
#include "pnp.h"
#ifndef EXTRA_ED
@@ -67,15 +66,6 @@
#include <net/if_dl.h>
#include <net/if_mib.h>
-#ifdef INET
-#include <netinet/in.h>
-#endif
-
-#ifdef NS
-#include <netns/ns.h>
-#include <netns/ns_if.h>
-#endif
-
#if NBPFILTER > 0
#include <net/bpf.h>
#endif
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 2698449..6e96c8f 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.72 1998/02/06 12:13:16 eivind Exp $
+ * $Id: if_ep.c,v 1.73 1998/02/27 05:38:30 msmith Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -79,11 +79,6 @@
#include <net/if.h>
-#if defined(__FreeBSD__)
-#include <net/ethernet.h>
-#include <net/if_arp.h>
-#endif
-
#ifdef INET
#include <netinet/in.h>
#include <netinet/if_ether.h>
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c
index 566d884..1f58a06 100644
--- a/sys/dev/ex/if_ex.c
+++ b/sys/dev/ex/if_ex.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ex.c,v 1.9 1997/12/15 20:30:45 eivind Exp $
+ * $Id: if_ex.c,v 1.10 1998/01/08 23:40:52 eivind Exp $
*/
/*
@@ -48,9 +48,7 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
-#include <net/ethernet.h>
#include <net/if.h>
-#include <net/if_arp.h>
#ifdef INET
#include <netinet/in.h>
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 462d1a5..81a4b72 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.38 1998/02/27 05:38:31 msmith Exp $
+ * $Id: if_fe.c,v 1.39 1998/02/27 06:39:31 msmith Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -86,9 +86,7 @@
#include <sys/socket.h>
#include <sys/syslog.h>
-#include <net/ethernet.h>
#include <net/if.h>
-#include <net/if_arp.h>
#include <net/if_dl.h>
#ifdef INET
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 1eeb533..755656c 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -47,7 +47,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.49 1998/01/08 23:40:56 eivind Exp $
+ * $Id: if_ie.c,v 1.50 1998/02/09 06:08:29 eivind Exp $
*/
/*
@@ -121,9 +121,7 @@ iomem and and with 0xffff.
#include <sys/sockio.h>
#include <sys/syslog.h>
-#include <net/ethernet.h>
#include <net/if.h>
-#include <net/if_arp.h>
#include <net/if_types.h>
#include <net/if_dl.h>
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c
index d6f9060..677aa34 100644
--- a/sys/dev/lnc/if_lnc.c
+++ b/sys/dev/lnc/if_lnc.c
@@ -80,9 +80,7 @@
#include <sys/socket.h>
#include <sys/syslog.h>
-#include <net/ethernet.h>
#include <net/if.h>
-#include <net/if_arp.h>
#include <net/if_types.h>
#ifdef INET
#include <netinet/in.h>
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 66cd72d..52838cf 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.68 1998/03/21 05:17:29 peter Exp $
+ * $Id: si.c,v 1.69 1998/03/23 16:27:37 peter Exp $
*/
#ifndef lint
@@ -76,7 +76,6 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International
#include "pci.h"
#if NPCI > 0
#include <pci/pcivar.h>
-#include <pci/pcireg.h>
#endif
#include "eisa.h"
OpenPOWER on IntegriCloud