diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-03-10 21:52:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-03-10 21:52:03 +0000 |
commit | f5f626c27476c1e71bf6c75626fc473b9673b312 (patch) | |
tree | 7e820fd8f4e54814b270cf3c6abb205554b843ae /sys/dev/pci/agpvar.h | |
parent | 9657221bd37244e298bc2f32d429a73f0c539fb4 (diff) |
Clean up unused definitions. ok miod@
Diffstat (limited to 'sys/dev/pci/agpvar.h')
-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 { \ |