Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Enable MSI/MSI-X feature by default.
details: https://anonhg.NetBSD.org/src/rev/e1cc66fdf951
branches: trunk
changeset: 809482:e1cc66fdf951
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Jul 15 07:36:01 2015 +0000
description:
Enable MSI/MSI-X feature by default.
diffstat:
sys/dev/pci/if_wm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c38e741f51a7 -r e1cc66fdf951 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Wed Jul 15 07:29:13 2015 +0000
+++ b/sys/dev/pci/if_wm.c Wed Jul 15 07:36:01 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.337 2015/07/15 04:03:16 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.338 2015/07/15 07:36:01 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.337 2015/07/15 04:03:16 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.338 2015/07/15 07:36:01 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -155,7 +155,7 @@
#endif
#ifdef __HAVE_PCI_MSI_MSIX
-#if 0 /* off by default */
+#if 1 /* Enable by default */
#define WM_MSI_MSIX 1
#endif
#endif
Home |
Main Index |
Thread Index |
Old Index