Radeon 9250 (was Re: Matrox G550)
Jung-uk Kim
jkim at niksun.com
Wed Dec 1 13:21:12 PST 2004
On Thursday 02 December 2004 04:07 pm, James Earl wrote:
> Even though the radeon manpage doesn't list the 9250 (6.7.0), I was
> assuming the 9250 is basically the same as a 9200. Is this true?
Yes.
> Does your 9200 exhibit the same problems as Roland Smith describes?
Fixed now and patch attached. BTW, I am using Xorg 6.8.0.
Jung-uk Kim
-------------- next part --------------
--- src/sys/dev/drm/drm_os_freebsd.h.orig Wed Dec 1 16:16:40 2004
+++ src/sys/dev/drm/drm_os_freebsd.h Wed Dec 1 15:59:19 2004
@@ -275,9 +275,9 @@
#define DRM_COPY_TO_USER_UNCHECKED(arg1, arg2, arg3) \
copyout(arg2, arg1, arg3)
#define DRM_GET_USER_UNCHECKED(val, uaddr) \
- ((val) = fuword(uaddr), 0)
+ ((val) = fuword32(uaddr), 0)
#define DRM_PUT_USER_UNCHECKED(uaddr, val) \
- suword(uaddr, val)
+ suword32(uaddr, val)
/* DRM_READMEMORYBARRIER() prevents reordering of reads.
* DRM_WRITEMEMORYBARRIER() prevents reordering of writes.
More information about the freebsd-amd64
mailing list