cvs commit: ports/sysutils/afbinit Makefile ports/sysutils/afbinit/files patch-afbinit.c

Marius Strobl marius at FreeBSD.org
Tue Dec 11 14:10:56 PST 2007


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


More information about the cvs-ports mailing list