OSDN Git Service

Fix the MGA driver on BSD by passing in the proper chipset flags to the
authorEric Anholt <anholt@freebsd.org>
Thu, 4 Aug 2005 07:42:01 +0000 (07:42 +0000)
committerEric Anholt <anholt@freebsd.org>
Thu, 4 Aug 2005 07:42:01 +0000 (07:42 +0000)
commitb0da5df90a76e4e79c356fdbc90211a8e21f095c
tree8653e6b94291441a6b101a705fad88e4d11ec0ca
parent49bbb6d86178890a03040d618a8c9c76c96d3d3f
Fix the MGA driver on BSD by passing in the proper chipset flags to the
    driver's preinit routine, and by using DRM_COPY_TO_USER_IOCTL when
    copying out to an ioctl's data pointer. Pulled from the latest version
    of my drm-hook-rename.diff and only compile-tested after that.
bsd-core/drmP.h
bsd-core/drm_drv.c
shared-core/mga_dma.c
shared-core/mga_state.c