Module Name:    src
Committed By:   yamaguchi
Date:           Wed Feb 12 06:21:44 UTC 2020

Modified Files:
        src/sys/dev/pci: if_ixl.c

Log Message:
Fix a wrong comment in ixl(4)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/pci/if_ixl.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/if_ixl.c
diff -u src/sys/dev/pci/if_ixl.c:1.38 src/sys/dev/pci/if_ixl.c:1.39
--- src/sys/dev/pci/if_ixl.c:1.38	Wed Feb 12 06:20:13 2020
+++ src/sys/dev/pci/if_ixl.c	Wed Feb 12 06:21:44 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ixl.c,v 1.38 2020/02/12 06:20:13 yamaguchi Exp $	*/
+/*	$NetBSD: if_ixl.c,v 1.39 2020/02/12 06:21:44 yamaguchi Exp $	*/
 
 /*
  * Copyright (c) 2013-2015, Intel Corporation
@@ -4348,7 +4348,7 @@ ixl_get_phy_info(struct ixl_softc *sc)
 
 	if (ixl_dmamem_alloc(sc, &idm, IXL_AQ_BUFLEN, 0) != 0) {
 		aprint_error_dev(sc->sc_dev,
-		    "unable to allocate switch config buffer\n");
+		    "unable to allocate phy abilities buffer\n");
 		return -1;
 	}
 

Reply via email to