From f5f626c27476c1e71bf6c75626fc473b9673b312 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 10 Mar 2006 21:52:03 +0000 Subject: Clean up unused definitions. ok miod@ --- sys/dev/pci/agpvar.h | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'sys') 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 #include -/* - * 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 { \ -- cgit v1.2.3