diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/agpvar.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/sys/dev/pci/agpvar.h b/sys/dev/pci/agpvar.h index 8eebfd4db24..5d0113d5fb9 100644 --- a/sys/dev/pci/agpvar.h +++ b/sys/dev/pci/agpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: agpvar.h,v 1.3 2002/07/25 23:31:04 fgsch Exp $ */ +/* $OpenBSD: agpvar.h,v 1.4 2006/03/10 21:52:02 matthieu Exp $ */ /* $NetBSD: agpvar.h,v 1.4 2001/10/01 21:54:48 fvdl Exp $ */ /*- @@ -35,25 +35,6 @@ #include <sys/lock.h> #include <dev/pci/vga_pcivar.h> -/* - * This structure is used to query the state of the AGP system. - */ -struct agp_info { - u_int32_t ai_mode; - bus_addr_t ai_aperture_base; - bus_size_t ai_aperture_size; - vsize_t ai_memory_allowed; - vsize_t ai_memory_used; - u_int32_t ai_devid; -}; - -struct agp_memory_info { - vsize_t ami_size; /* size in bytes */ - bus_addr_t ami_physical; /* bogus hack for i810 */ - off_t ami_offset; /* page offset if bound */ - int ami_is_bound; /* non-zero if bound */ -}; - /* #define AGP_DEBUG */ #ifdef AGP_DEBUG #define AGP_DPF(x...) do { \ |