Module Name:    src
Committed By:   msaitoh
Date:           Fri Jun 23 09:02:48 UTC 2017

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe_type.h

Log Message:
 Remove unused "cached_autoc". It was removed in ixgbe_82599.c rev.1.12
(FreeBSD r280182).


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/ixgbe/ixgbe_type.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_type.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_type.h:1.22 src/sys/dev/pci/ixgbe/ixgbe_type.h:1.23
--- src/sys/dev/pci/ixgbe/ixgbe_type.h:1.22	Fri Jun  2 08:16:52 2017
+++ src/sys/dev/pci/ixgbe/ixgbe_type.h	Fri Jun 23 09:02:48 2017
@@ -31,7 +31,7 @@
 
 ******************************************************************************/
 /*$FreeBSD: head/sys/dev/ixgbe/ixgbe_type.h 299200 2016-05-06 22:54:56Z pfg $*/
-/*$NetBSD: ixgbe_type.h,v 1.22 2017/06/02 08:16:52 msaitoh Exp $*/
+/*$NetBSD: ixgbe_type.h,v 1.23 2017/06/23 09:02:48 msaitoh Exp $*/
 
 #ifndef _IXGBE_TYPE_H_
 #define _IXGBE_TYPE_H_
@@ -3835,7 +3835,6 @@ struct ixgbe_mac_info {
 	u32				max_tx_queues;
 	u32				max_rx_queues;
 	u32				orig_autoc;
-	u32 cached_autoc;
 	u8  san_mac_rar_index;
 	bool get_link_status;
 	u32				orig_autoc2;

Reply via email to