Initial revision
authorDavid Dawes <dawes@xfree86.org>
Sun, 27 Jan 2002 18:23:04 +0000 (18:23 +0000)
committerDavid Dawes <dawes@xfree86.org>
Sun, 27 Jan 2002 18:23:04 +0000 (18:23 +0000)
commit16bd14926e02e4dbc6e74689bdb3eb90f30a0233
tree9d7cb6b98165c9e2a9091c41a39acca11d6fa162
parentf18a6d836b5e0081dff9217b44e88e74c421c576
Initial revision
69 files changed:
bsd-core/ati_pcigart.c [new file with mode: 0644]
bsd-core/drm_auth.c [new file with mode: 0644]
bsd-core/drm_bufs.c [new file with mode: 0644]
bsd-core/drm_context.c [new file with mode: 0644]
bsd-core/drm_dma.c [new file with mode: 0644]
bsd-core/drm_drawable.c [new file with mode: 0644]
bsd-core/drm_drv.c [new file with mode: 0644]
bsd-core/drm_fops.c [new file with mode: 0644]
bsd-core/drm_ioctl.c [new file with mode: 0644]
bsd-core/drm_lock.c [new file with mode: 0644]
bsd-core/drm_memory.c [new file with mode: 0644]
bsd-core/drm_scatter.c [new file with mode: 0644]
bsd/ati_pcigart.h [new file with mode: 0644]
bsd/drm_auth.h [new file with mode: 0644]
bsd/drm_bufs.h [new file with mode: 0644]
bsd/drm_context.h [new file with mode: 0644]
bsd/drm_dma.h [new file with mode: 0644]
bsd/drm_drawable.h [new file with mode: 0644]
bsd/drm_drv.h [new file with mode: 0644]
bsd/drm_fops.h [new file with mode: 0644]
bsd/drm_init.h [new file with mode: 0644]
bsd/drm_ioctl.h [new file with mode: 0644]
bsd/drm_lists.h [new file with mode: 0644]
bsd/drm_lock.h [new file with mode: 0644]
bsd/drm_memory.h [new file with mode: 0644]
bsd/drm_scatter.h [new file with mode: 0644]
bsd/gamma/gamma.h [new file with mode: 0644]
bsd/i810/i810.h [new file with mode: 0644]
bsd/i810/i810_dma.c [new file with mode: 0644]
bsd/i810/i810_drv.c [new file with mode: 0644]
bsd/i810/i810_drv.h [new file with mode: 0644]
bsd/i830/Makefile [new file with mode: 0644]
bsd/i830/i830.h [new file with mode: 0644]
bsd/i830/i830_dma.c [new file with mode: 0644]
bsd/i830/i830_drv.c [new file with mode: 0644]
bsd/i830/i830_drv.h [new file with mode: 0644]
bsd/i830_drm.h [new file with mode: 0644]
bsd/mga/mga.h [new file with mode: 0644]
bsd/mga/mga_ucode.h [new file with mode: 0644]
bsd/mga/mga_warp.c [new file with mode: 0644]
bsd/r128/r128.h [new file with mode: 0644]
bsd/r128/r128_cce.c [new file with mode: 0644]
bsd/r128/r128_drv.c [new file with mode: 0644]
bsd/r128/r128_drv.h [new file with mode: 0644]
bsd/r128/r128_state.c [new file with mode: 0644]
bsd/radeon/radeon.h [new file with mode: 0644]
bsd/radeon/radeon_cp.c [new file with mode: 0644]
bsd/radeon/radeon_drv.c [new file with mode: 0644]
bsd/radeon/radeon_drv.h [new file with mode: 0644]
bsd/radeon/radeon_state.c [new file with mode: 0644]
bsd/radeon_drm.h [new file with mode: 0644]
bsd/sis/sis.h [new file with mode: 0644]
bsd/sis/sis_drm.h [new file with mode: 0644]
bsd/sis/sis_drv.c [new file with mode: 0644]
bsd/sis/sis_drv.h [new file with mode: 0644]
bsd/sis/sis_ds.c [new file with mode: 0644]
bsd/sis/sis_ds.h [new file with mode: 0644]
bsd/sis/sis_mm.c [new file with mode: 0644]
bsd/sis_drm.h [new file with mode: 0644]
bsd/tdfx/tdfx.h [new file with mode: 0644]
linux-core/i830_dma.c [new file with mode: 0644]
linux-core/i830_drm.h [new file with mode: 0644]
linux-core/i830_drv.c [new file with mode: 0644]
linux-core/i830_drv.h [new file with mode: 0644]
linux/i830.h [new file with mode: 0644]
linux/i830_dma.c [new file with mode: 0644]
linux/i830_drm.h [new file with mode: 0644]
linux/i830_drv.c [new file with mode: 0644]
linux/i830_drv.h [new file with mode: 0644]