Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by
authorEric Anholt <anholt@freebsd.org>
Mon, 15 Aug 2005 18:07:12 +0000 (18:07 +0000)
committerEric Anholt <anholt@freebsd.org>
Mon, 15 Aug 2005 18:07:12 +0000 (18:07 +0000)
commit8c21b783c3e38aa2c2d16e11ec01cf695f8e7f8a
treec40ed75e583b24b7a9947221766c82d5a4cd061d
parent4f5961eeeee806a2d6e08e159c56262d4f060cba
Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by
    me to match other drivers and avoid ifdeffing. The linux via_drv.c will
    be moved from shared-core to linux-core soon by repocopy.
Submitted by: Jake Burkholder <jake@FreeBSD.org> Tested by: unichrome
16 files changed:
bsd-core/Makefile
bsd-core/via/.cvsignore [new file with mode: 0644]
bsd-core/via/Makefile [new file with mode: 0644]
bsd-core/via_drv.c [new file with mode: 0644]
linux-core/drm_os_linux.h
shared-core/drm_pciids.txt
shared-core/via_dma.c
shared-core/via_drm.h
shared-core/via_drv.c
shared-core/via_drv.h
shared-core/via_ds.c
shared-core/via_irq.c
shared-core/via_map.c
shared-core/via_verifier.c
shared-core/via_verifier.h
shared-core/via_video.c