Module Name:    src
Committed By:   msaitoh
Date:           Wed Apr 24 09:35:54 UTC 2019

Modified Files:
        src/sys/dev/isa: if_iy.c

Log Message:
 Remove extra test for SIOCSIFMEDIA.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/dev/isa/if_iy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/if_iy.c
diff -u src/sys/dev/isa/if_iy.c:1.104 src/sys/dev/isa/if_iy.c:1.105
--- src/sys/dev/isa/if_iy.c:1.104	Tue Feb  5 06:17:02 2019
+++ src/sys/dev/isa/if_iy.c	Wed Apr 24 09:35:54 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_iy.c,v 1.104 2019/02/05 06:17:02 msaitoh Exp $	*/
+/*	$NetBSD: if_iy.c,v 1.105 2019/04/24 09:35:54 msaitoh Exp $	*/
 /* #define IYDEBUG */
 /* #define IYMEMDEBUG */
 
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iy.c,v 1.104 2019/02/05 06:17:02 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iy.c,v 1.105 2019/04/24 09:35:54 msaitoh Exp $");
 
 #include "opt_inet.h"
 
@@ -60,8 +60,8 @@ __KERNEL_RCSID(0, "$NetBSD: if_iy.c,v 1.
 #include <net/if_types.h>
 #include <net/if_dl.h>
 #include <net/bpf.h>
-
 #include <net/if_ether.h>
+#include <net/if_media.h>
 
 #ifdef INET
 #include <netinet/in.h>
@@ -72,10 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_iy.c,v 1.
 #endif
 
 
-#if defined(SIOCSIFMEDIA)
-#include <net/if_media.h>
-#endif
-
 #include <sys/cpu.h>
 #include <sys/bus.h>
 #include <sys/intr.h>

Reply via email to