Searched defs:_agp_info (Results 1 – 1 of 1) sorted by relevance
49 typedef struct _agp_info { struct50 agp_version_t agpi_version;51 uint32_t agpi_devid; /* bridge vendor + device */52 uint32_t agpi_mode; /* mode of brdige */53 ulong_t agpi_aperbase; /* base of aperture */54 size_t agpi_apersize; /* aperture range size */55 uint32_t agpi_pgtotal; /* max number of pages in aperture */56 uint32_t agpi_pgsystem; /* same as pg_total */57 uint32_t agpi_pgused; /* NUMBER of currently used pages */