Module Name: src
Committed By: msaitoh
Date: Fri Dec 21 07:13:30 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_netbsd.h
Log Message:
Remove ETHERCAP_VLAN_HWFILTER.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/ixgbe/ixgbe_netbsd.h
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/pci/ixgbe/ixgbe_netbsd.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_netbsd.h:1.9 src/sys/dev/pci/ixgbe/ixgbe_netbsd.h:1.10
--- src/sys/dev/pci/ixgbe/ixgbe_netbsd.h:1.9 Thu Dec 6 13:25:02 2018
+++ src/sys/dev/pci/ixgbe/ixgbe_netbsd.h Fri Dec 21 07:13:30 2018
@@ -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)