Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/dev/drm/mach64_drm.h 162132 2006-09-07 23:04:47Z anholt $");
---
> __FBSDID("$FreeBSD: head/sys/dev/drm/mach64_drm.h 182080 2008-08-23 20:59:12Z rnoland $");
136c136
< drm_clip_rect_t boxes[MACH64_NR_SAREA_CLIPRECTS];
---
> struct drm_clip_rect boxes[MACH64_NR_SAREA_CLIPRECTS];
145c145
< drm_tex_region_t tex_list[MACH64_NR_TEX_HEAPS][MACH64_NR_TEX_REGIONS +
---
> struct drm_tex_region tex_list[MACH64_NR_TEX_HEAPS][MACH64_NR_TEX_REGIONS +
243c243
< int idx;
---
> void *buf;