| ce2d3770 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
mibstore.h and its miInitializeBackingStore() have been otherwise empty since at least xorg-server 1.10. remove all reference to them as the header is gone in xorg-server 1.18. |
| e0f6b804 |
06-Aug-2015 |
wiz <wiz@NetBSD.org> |
Remove unnecessary unistd.h inclusion. Reduces diff to upstream. |
| 68e48be9 |
09-Nov-2012 |
apb <apb@NetBSD.org> |
Adjust previous: the cast should be to (unsigned long), not (long), since the value is printed in hex and we don't want sign extension. |
| 50e787e2 |
09-Nov-2012 |
apb <apb@NetBSD.org> |
printf format fix: cast to (long) when printing with "%lX" format. |
| 91817726 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
In XGI_GetTVPtrIndex2(), return the correct value through *tempch by using (*tempch)++ instead of *tempch++. Found using clang -Wunused-value. |
| ecb1bcb9 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Add returns in non-void functions. Found using clang -Wreturn-type. |
| b83cc2c0 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
printf format fixes, found using clang -Wformat. Some are fixed by adding casts, some by changing the format string, and some by changing the type of the variable. |
| cb1acafb |
20-Jul-2012 |
macallan <macallan@NetBSD.org> |
some more gcc appeasing ( now why did that fire a warning on i386 but not amd64? ) |
| 098ad5bd |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
make this compile on NetBSD, still needs to be tested on actual hardware ( hi msaitoh@ ) |
| 3ad4ed57 |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
remove accitentially imported garbage |
| dfe64dd3 |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
initial import of xf86-video-xgi-1.6.0 |