Date: Thu, 3 Jan 2008 18:27:03 GMT From: Steve Wise <swise@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 132415 for review Message-ID: <200801031827.m03IR3qU049152@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132415 Change 132415 by swise@swise:vic10:iwarp on 2008/01/03 18:26:59 Fix build break. Affected files ... .. //depot/projects/iwarp/sys/dev/cxgb/cxgb_main.c#9 edit Differences ... ==== //depot/projects/iwarp/sys/dev/cxgb/cxgb_main.c#9 (text+ko) ==== @@ -630,7 +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]); + device_printf(sc->dev, "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?200801031827.m03IR3qU049152>