Convert more drivers for bsd-core, moving the ioctl definitions to shared
authorEric Anholt <anholt@freebsd.org>
Sat, 6 Nov 2004 23:02:07 +0000 (23:02 +0000)
committerEric Anholt <anholt@freebsd.org>
Sat, 6 Nov 2004 23:02:07 +0000 (23:02 +0000)
commitcb5aaa89871c051098ae8067d0e386840b7bdc59
tree240423a7c804efe8c9d4c6fdde2b40b9e7eb15fa
parent7ddbd38dde5dc5566ba14f2b1c449611a6d0224f
Convert more drivers for bsd-core, moving the ioctl definitions to shared
    code. Remove the "drv" from sisdrv, as it's unnecessary. Use the
    drm_pci functions in i915 instead of per-os implementations of the
    same. Avoid whitespace within fields in drm_pciids.txt (one of the r300
    definitions), since it breaks the bsd pciids script. Tested on sis,
    mga, r128. i915 needs more work.
17 files changed:
bsd-core/Makefile
bsd-core/i915_drv.c
bsd-core/mach64_drv.c
bsd-core/mga_drv.c
bsd-core/r128_drv.c
bsd-core/radeon_drv.c
bsd-core/sis_drv.c
bsd-core/tdfx_drv.c
linux-core/i915_drv.c
linux-core/mach64_drv.c
linux-core/mga_drv.c
linux-core/sis_drv.c
shared-core/drm_pciids.txt
shared-core/i915_dma.c
shared-core/mach64_state.c
shared-core/mga_state.c
shared-core/sis_mm.c