From: jsg Date: Thu, 10 Oct 2024 00:30:34 +0000 (+0000) Subject: remove unused struct agp_memory_info X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=40f3657b94d958b1841c752820722e13ec7379ba;p=openbsd remove unused struct agp_memory_info --- diff --git a/sys/dev/pci/agpvar.h b/sys/dev/pci/agpvar.h index 2d0321fa2e4..7bfdc08b351 100644 --- a/sys/dev/pci/agpvar.h +++ b/sys/dev/pci/agpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: agpvar.h,v 1.37 2024/07/02 04:29:01 jsg Exp $ */ +/* $OpenBSD: agpvar.h,v 1.38 2024/10/10 00:30:34 jsg Exp $ */ /* $NetBSD: agpvar.h,v 1.4 2001/10/01 21:54:48 fvdl Exp $ */ /*- @@ -72,13 +72,6 @@ struct agp_info { 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 */ -}; - struct agp_methods { void (*bind_page)(void *, bus_addr_t, paddr_t, int); void (*unbind_page)(void *, bus_addr_t);