aboutsummaryrefslogtreecommitdiff
path: root/sysutils/afbinit
Commit message (Collapse)AuthorAgeFilesLines
* - Ever since this port was converted to use a rc.d startup it announcesMarius Strobl2007-12-112-13/+21
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=203064
* - Switch to a rc.d startup script.Marius Strobl2006-02-205-52/+51
| | | | | | | | | - Remove obsolete USE_REINPLACE. Approved by: netchild Notes: svn path=/head/; revision=156519
* SHA256ify (manually checked)Edwin Groothuis2006-01-241-0/+2
| | | | | | | | > > Approved by: krion@ Notes: svn path=/head/; revision=154315
* Fix a bug exposed by src/sys/vm/vm_mmap.c revision 1.192, devices can'tMarius Strobl2004-08-312-0/+19
| | | | | | | | | be mmap(2)'ed MAP_PRIVATE. Approved by: eik Notes: svn path=/head/; revision=117746
* Use the @FreeBSD.org address of the maintainer.Alexander Leidinger2004-04-201-1/+1
| | | | | | | Approved by: marius Notes: svn path=/head/; revision=107715
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+2
| | | | Notes: svn path=/head/; revision=104563
* Add afbinit, a tool to load the microcode firmware onto Sun MicrosystemAlexander Leidinger2003-09-247-0/+208
AFB Graphics Accelerators aka Sun Microsystems Elite 3D. The microcode is necessary if you want to run XFree86 with acceleration on these cards. The microcode in itself has to be obtained from an existing SunOS/Solaris installation. Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=89227