Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop
authorEric Anholt <anholt@freebsd.org>
Sun, 7 Nov 2004 00:25:49 +0000 (00:25 +0000)
committerEric Anholt <anholt@freebsd.org>
Sun, 7 Nov 2004 00:25:49 +0000 (00:25 +0000)
commitfa3fdbd99c6b6e5cec59f1044ce6ce1105b5e8dd
tree933ce98d92e14b9b801f4a9e4988314be685836a
parentd37457b5996c09d1965f8906501cd1fde6aa9499
Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop
    using drm_alloc/drm_free in the core and instead use plain malloc/free.
12 files changed:
bsd-core/drm_agpsupport.c
bsd-core/drm_auth.c
bsd-core/drm_bufs.c
bsd-core/drm_context.c
bsd-core/drm_dma.c
bsd-core/drm_drv.c
bsd-core/drm_fops.c
bsd-core/drm_ioctl.c
bsd-core/drm_irq.c
bsd-core/drm_pci.c
bsd-core/drm_scatter.c
bsd-core/drm_sysctl.c