diff options
author | 2006-03-15 21:46:32 +0000 | |
---|---|---|
committer | 2006-03-15 21:46:32 +0000 | |
commit | a1fe6fd3cfdf51289c36f8b4ff32d2b47f2671d8 (patch) | |
tree | d91221441f1c093c5092a1dd41e92b6c3afc39e4 /sys/dev/pci/vga_pci.c | |
parent | add exp & sort (diff) | |
download | wireguard-openbsd-a1fe6fd3cfdf51289c36f8b4ff32d2b47f2671d8.tar.xz wireguard-openbsd-a1fe6fd3cfdf51289c36f8b4ff32d2b47f2671d8.zip |
bits of my tree commited by Matthieu by mistake.
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-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) |