diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-15 21:46:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-15 21:46:33 +0000 |
commit | f94dd7ff2004e00a8780ff6120a850e140c512ab (patch) | |
tree | 7d6b66a68ff73e3a1804b5e0764320d021d3bbe9 /sys/dev | |
parent | c8d56c3f2342995280644b779481642f8c01f46e (diff) |
bits of my tree commited by Matthieu by mistake.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 4 |
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) |