Date: Mon, 30 Sep 2002 17:52:59 -0700 (PDT) From: Brooks Davis <brooks@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fe if_fe.c Message-ID: <200210010052.g910qxlV069662@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2002/09/30 17:52:59 PDT Modified files: sys/dev/fe if_fe.c Log: Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit). A number of functions in this driver still use the unit number in their printouts because they pass the unit directly as a function argument instead of passing a softc or struct ifnet pointer. This should be resolved at a future date. Revision Changes Path 1.73 +7 -7 src/sys/dev/fe/if_fe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210010052.g910qxlV069662>