| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
11 Dec 2007 22:10:55
1.0_3
|
marius  |
- 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 |
20 Feb 2006 20:10:14
1.0_2
|
marius  |
- Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.
Approved by: netchild |
24 Jan 2006 05:43:37
1.0_1
|
edwin  |
SHA256ify (manually checked)
>
> Approved by: krion@ |
31 Aug 2004 16:28:12
1.0_1
|
marius  |
Fix a bug exposed by src/sys/vm/vm_mmap.c revision 1.192, devices can't
be mmap(2)'ed MAP_PRIVATE.
Approved by: eik |
20 Apr 2004 14:49:29
1.0
|
netchild  |
Use the @FreeBSD.org address of the maintainer.
Approved by: marius |
19 Mar 2004 01:51:15
1.0
|
trevor  |
Add size data, approved by maintainers. |
24 Sep 2003 14:59:43
1.0
|
netchild  |
Add afbinit, a tool to load the microcode firmware onto Sun Microsystem
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> |