Module Name: src Committed By: msaitoh Date: Mon Oct 30 02:46:28 UTC 2023
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixgbe: Fix comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 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.344 src/sys/dev/pci/ixgbe/ixgbe.c:1.345 --- src/sys/dev/pci/ixgbe/ixgbe.c:1.344 Wed Oct 18 03:52:55 2023 +++ src/sys/dev/pci/ixgbe/ixgbe.c Mon Oct 30 02:46:28 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: ixgbe.c,v 1.344 2023/10/18 03:52:55 msaitoh Exp $ */ +/* $NetBSD: ixgbe.c,v 1.345 2023/10/30 02:46:28 msaitoh Exp $ */ /****************************************************************************** @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.344 2023/10/18 03:52:55 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.345 2023/10/30 02:46:28 msaitoh Exp $"); #ifdef _KERNEL_OPT #include "opt_inet.h" @@ -723,7 +723,7 @@ ixgbe_initialize_transmit_units(struct i txr->txr_no_space = false; - /* Disable Head Writeback */ + /* Disable relax ordering */ /* * Note: for X550 series devices, these registers are actually * prefixed with TPH_ instead of DCA_, but the addresses and