Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Cleanup.



details:   https://anonhg.NetBSD.org/src/rev/11bcaa04d429
branches:  trunk
changeset: 339341:11bcaa04d429
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jul 15 07:40:54 2015 +0000

description:
Cleanup.

diffstat:

 sys/dev/pci/if_wm.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r ca977ca5ebda -r 11bcaa04d429 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Wed Jul 15 07:36:01 2015 +0000
+++ b/sys/dev/pci/if_wm.c       Wed Jul 15 07:40:54 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.338 2015/07/15 07:36:01 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.339 2015/07/15 07:40:54 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.338 2015/07/15 07:36:01 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.339 2015/07/15 07:40:54 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -155,9 +155,7 @@
 #endif
 
 #ifdef __HAVE_PCI_MSI_MSIX
-#if 1 /* Enable by default */
-#define WM_MSI_MSIX    1
-#endif
+#define WM_MSI_MSIX    1 /* Enable by default */
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index