fix some sizes in sis_drv.h

main
Dave Airlie 2006-12-19 17:46:10 +11:00 committed by Dave Airlie
parent 2253e334cc
commit c52dea9a7d
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ enum sis_family {
typedef struct drm_sis_private {
drm_local_map_t *mmio;
unsigned idle_fault;
unsigned int idle_fault;
drm_sman_t sman;
unsigned long chipset;
unsigned int chipset;
int vram_initialized;
int agp_initialized;
unsigned long vram_offset;