Module Name: src Committed By: msaitoh Date: Sun Nov 12 05:11:36 UTC 2017
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Remove obsoleted comment. This comment should have been removed in rev. 1.97. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/dev/pci/ixgbe/ixgbe.c 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.c diff -u src/sys/dev/pci/ixgbe/ixgbe.c:1.110 src/sys/dev/pci/ixgbe/ixgbe.c:1.111 --- src/sys/dev/pci/ixgbe/ixgbe.c:1.110 Thu Nov 9 09:33:28 2017 +++ src/sys/dev/pci/ixgbe/ixgbe.c Sun Nov 12 05:11:36 2017 @@ -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 @@ ixgbe_configure_interrupts(struct adapte 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));