Home | History | Annotate | Download | only in netbsd32
History log of /src/sys/compat/netbsd32/netbsd32_drm.c
RevisionDateAuthorComments
 1.4  28-Sep-2019  christos branches: 1.4.8;
fix sign-compare.
 1.3  20-Aug-2019  christos From maxv@:

1) In compat_drm_agp_info(), seems like it should be info64to32.
2) In compat_drm_getstats(), the assignments in the loop are inverted, it's
st32 which should be set to the values of st64, not the other way around.
3) In compat_drm_dma(), again inverted 32<->64, and there is no copyout (?).
4) In compat_drm_agp_enable(), m64 is uninitialized, everything is wrong in
this function it seems.
 1.2  20-Aug-2019  christos add NetBSD copyright.
 1.1  20-Aug-2019  christos compat32 drm ioctl support from Surya Shankar at GSoC 2019
 1.4.8.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.4.8.1  28-Sep-2019  martin file netbsd32_drm.c was added on branch phil-wifi on 2020-04-13 08:04:16 +0000

RSS XML Feed