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 obsoleted comment. This comment sho...
details: https://anonhg.NetBSD.org/src/rev/e483e36772f8
branches: trunk
changeset: 357468:e483e36772f8
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Nov 12 05:11:36 2017 +0000
description:
Remove obsoleted comment. This comment should have been removed in rev. 1.97.
diffstat:
sys/dev/pci/ixgbe/ixgbe.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 25cd49ac2da1 -r e483e36772f8 sys/dev/pci/ixgbe/ixgbe.c
--- a/sys/dev/pci/ixgbe/ixgbe.c Sun Nov 12 03:03:53 2017 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.c Sun Nov 12 05:11:36 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.110 2017/11/09 09:33:28 msaitoh Exp $ */
+/* $NetBSD: ixgbe.c,v 1.111 2017/11/12 05:11:36 msaitoh Exp $ */
/******************************************************************************
@@ -5976,7 +5976,6 @@
if (ixgbe_num_queues != 0)
queues = ixgbe_num_queues;
- /* Set max queues to 8 when autoconfiguring */
else
queues = min(queues,
min(mac->max_tx_queues, mac->max_rx_queues));
Home |
Main Index |
Thread Index |
Old Index