Sergey Babkin <[EMAIL PROTECTED]> wrote:

> ------------------ cut here ---------------
> *** decode.c.0  Thu Dec  4 15:42:51 2003
> --- decode.c    Thu Dec  4 17:15:29 2003
> ***************
> *** 699,705 ****
> --- 699,709 ----
>                 DECODE_PRINTF("DS");
>                 return &M.x86.R_DS;
>           case 4:
> +               DECODE_PRINTF("FS");
> +               return &M.x86.R_FS;
>           case 5:
> +               DECODE_PRINTF("GS");
> +               return &M.x86.R_GS;
>           case 6:
>           case 7:
>                 DECODE_PRINTF("ILLEGAL SEGREG");
> ------------------ cut here ---------------
> 
> This patch made the X server to work with this card.

Thanks for the update. I have patched the official x86emu sources hosted 
in our Perforce server, and now is probably a good time for Egbert and I 
to try and sync up our two versions again. Patches have probably been 
made to the XFree86 version and over the last few months we made a bunch 
of patches to our version as well.

Ebgert, do you want to work with me to get this done? Clearly I don't 
have CVS commit access so I can't get stuff into XFree86, but I can work 
on merging the XFree86 patches that are not in our tree (assuming we both 
didn't patch the same bug ;-) so we can get back to a common version 
again.

Regards,

---
Kendall Bennett
Chief Executive Officer
SciTech Software, Inc.
Phone: (530) 894 8400
http://www.scitechsoft.com

~ SciTech SNAP - The future of device driver technology! ~

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to