PERFORCE change 132408 for review

Steve Wise swise at FreeBSD.org
Thu Jan 3 09:23:55 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132408

Change 132408 by swise at 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:


More information about the p4-projects mailing list