Module Name:    src
Committed By:   msaitoh
Date:           Wed Mar 31 07:52:15 UTC 2021

Modified Files:
        src/sys/dev/pci/ixgbe: ixv.c

Log Message:
Modify error message to sync with ixgbe.c


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/sys/dev/pci/ixgbe/ixv.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/ixv.c
diff -u src/sys/dev/pci/ixgbe/ixv.c:1.156 src/sys/dev/pci/ixgbe/ixv.c:1.157
--- src/sys/dev/pci/ixgbe/ixv.c:1.156	Thu Mar 11 02:30:47 2021
+++ src/sys/dev/pci/ixgbe/ixv.c	Wed Mar 31 07:52:14 2021
@@ -1,4 +1,4 @@
-/*$NetBSD: ixv.c,v 1.156 2021/03/11 02:30:47 msaitoh Exp $*/
+/*$NetBSD: ixv.c,v 1.157 2021/03/31 07:52:14 msaitoh Exp $*/
 
 /******************************************************************************
 
@@ -3358,7 +3358,7 @@ ixv_allocate_msix(struct adapter *adapte
 	    IXGBE_WORKQUEUE_FLAGS);
 	if (error) {
 		aprint_error_dev(dev,
-		    "couldn't create workqueue\n");
+		    "couldn't create workqueue for Tx/Rx\n");
 	}
 
 	/* and Mailbox */

Reply via email to