Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/ixgbe Remove ETHERCAP_VLAN_HWFILTER.



details:   https://anonhg.NetBSD.org/src/rev/780fe65bedc7
branches:  trunk
changeset: 446823:780fe65bedc7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 21 07:13:30 2018 +0000

description:
Remove ETHERCAP_VLAN_HWFILTER.

diffstat:

 sys/dev/pci/ixgbe/ixgbe_netbsd.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 292ce93a47c6 -r 780fe65bedc7 sys/dev/pci/ixgbe/ixgbe_netbsd.h
--- a/sys/dev/pci/ixgbe/ixgbe_netbsd.h  Fri Dec 21 05:50:19 2018 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_netbsd.h  Fri Dec 21 07:13:30 2018 +0000
@@ -1,4 +1,4 @@
-/*$NetBSD: ixgbe_netbsd.h,v 1.9 2018/12/06 13:25:02 msaitoh Exp $*/
+/*$NetBSD: ixgbe_netbsd.h,v 1.10 2018/12/21 07:13:30 msaitoh Exp $*/
 /*
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,7 +35,6 @@
 #define        IXGBE_LEGACY_TX 1
 #endif
 
-#define        ETHERCAP_VLAN_HWFILTER  0
 #define        ETHERCAP_VLAN_HWCSUM    0
 #define        MJUM9BYTES      (9 * 1024)
 #define        MJUM16BYTES     (16 * 1024)



Home | Main Index | Thread Index | Old Index