Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2008 17:23:55 GMT
From:      Steve Wise <swise@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 132408 for review
Message-ID:  <200801031723.m03HNteT024093@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132408

Change 132408 by swise@swise:vic10:iwarp on 2008/01/03 17:23:11

	Print out firmware version.

Affected files ...

.. //depot/projects/iwarp/sys/dev/cxgb/cxgb_main.c#8 edit

Differences ...

==== //depot/projects/iwarp/sys/dev/cxgb/cxgb_main.c#8 (text+ko) ====

@@ -630,6 +630,7 @@
 	snprintf(&sc->fw_version[0], sizeof(sc->fw_version), "%d.%d.%d",
 	    G_FW_VERSION_MAJOR(vers), G_FW_VERSION_MINOR(vers),
 	    G_FW_VERSION_MICRO(vers));
+	device_printf("Firmware Version %s\n", &sc->fw_version[0]);
 
 	t3_add_attach_sysctls(sc);
 out:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801031723.m03HNteT024093>