summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2004-05-03 15:18:18 +0000
committerdrahn <drahn@openbsd.org>2004-05-03 15:18:18 +0000
commit1a6eb946e1e5e7193114b978e6795a8bcb4227f8 (patch)
tree690ebbcb771b0a8bc29d57ad322a0a80da2f334b /sys/dev/pci/vga_pci.c
parentMake socket that reads reload requests from crontab be non-blocking. (diff)
downloadwireguard-openbsd-1a6eb946e1e5e7193114b978e6795a8bcb4227f8.tar.xz
wireguard-openbsd-1a6eb946e1e5e7193114b978e6795a8bcb4227f8.zip
Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-rw-r--r--sys/dev/pci/vga_pci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
index a2ede396e7e..48b55c65a2c 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.16 2004/02/04 20:03:28 drahn Exp $ */
+/* $OpenBSD: vga_pci.c,v 1.17 2004/05/03 15:18:21 drahn Exp $ */
/* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */
/*-
@@ -285,10 +285,6 @@ vga_pci_mmap(void *v, off_t off, int prot)
#endif
}
#endif
-#ifdef __pegasos__
- /* XXX */
- return off;
-#endif
return -1;
}