Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/dev/drm/radeon_drv.h 119098 2003-08-19 02:57:31Z anholt $
---
> * $FreeBSD: head/sys/dev/drm/radeon_drv.h 119895 2003-09-09 00:24:31Z anholt $
78,80c78,80
< int agp_size;
< u32 agp_vm_start;
< unsigned long agp_buffers_offset;
---
> int gart_size;
> u32 gart_vm_start;
> unsigned long gart_buffers_offset;
135c135
< unsigned long agp_textures_offset;
---
> unsigned long gart_textures_offset;
143c143
< drm_local_map_t *agp_textures;
---
> drm_local_map_t *gart_textures;
145c145
< struct mem_block *agp_heap;
---
> struct mem_block *gart_heap;