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 unused "cached_autoc". It was remov...



details:   https://anonhg.NetBSD.org/src/rev/6bca0b913cd0
branches:  trunk
changeset: 824945:6bca0b913cd0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jun 23 09:02:48 2017 +0000

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

diffstat:

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

diffs (20 lines):

diff -r 64c156f59fd8 -r 6bca0b913cd0 sys/dev/pci/ixgbe/ixgbe_type.h
--- a/sys/dev/pci/ixgbe/ixgbe_type.h    Fri Jun 23 08:43:59 2017 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_type.h    Fri Jun 23 09:02:48 2017 +0000
@@ -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 @@
        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;



Home | Main Index | Thread Index | Old Index