Date: Tue, 11 Dec 2007 22:10:55 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/afbinit Makefile ports/sysutils/afbinit/files patch-afbinit.c Message-ID: <200712112210.lBBMAtxN010582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2007-12-11 22:10:55 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/afbinit Makefile
sysutils/afbinit/files patch-afbinit.c
Log:
- Ever since this port was converted to use a rc.d startup it announces
the uploading of the microcode. Printing this out via the framebuffer
turned out to sometimes being delayed until during the upload of the
microcode to it, resulting in a concurrent access which freezes the
machine. So change afbinit(8) to no longer announce the upload. Of
course the proper way to solve this would be to do the upload in the
kernel with proper locking, if the licenses of both the afbinit(8)
code and the microcode allowed.
- Re-read the board type after uploading the microcode so the right one
is displayed.
- Fix GCC4 warnings.
Approved by: netchild
Revision Changes Path
1.5 +1 -1 ports/sysutils/afbinit/Makefile
1.3 +20 -12 ports/sysutils/afbinit/files/patch-afbinit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712112210.lBBMAtxN010582>
