summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/vga_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
index a1d6b624109..0aa65720f81 100644
--- a/sys/dev/pci/vga_pci.c
+++ b/sys/dev/pci/vga_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vga_pci.c,v 1.21 2006/03/15 20:46:15 matthieu Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.22 2006/03/15 21:46:32 miod Exp $ */
/* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
/*-
@@ -424,6 +424,7 @@ vga_pci_ioctl(v, cmd, addr, flag, p)
}
#ifdef PCIAGP
+#ifdef notyet
void
vga_pci_close(void *v)
{
@@ -448,6 +449,7 @@ vga_pci_close(void *v)
sc->sc_state = AGP_ACQUIRE_FREE;
}
+#endif
struct agp_memory *
agp_find_memory(struct vga_pci_softc *sc, int id)